Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4b60e5f90dec4ae251386f20464336369e962e9c
/
arch
/
powerpc
/
kernel
/
traps.c
880102e
Merge remote branch 'origin/master' into merge
by Benjamin Herrenschmidt
· 14 years ago
82a3242
sysfs: remove "last sysfs file:" line from the oops messages
by Greg Kroah-Hartman
· 14 years ago
104699c
powerpc: Convert old cpumask API into new one
by KOSAKI Motohiro
· 14 years ago
9f0b079
powerpc: Use MSR_64BIT in places
by Michael Ellerman
· 14 years ago
efcac65
powerpc: Per process DSCR + some fixes (try#4)
by Alexey Kardashevskiy
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e49b1fa
powerpc: Don't silently handle machine checks from userspace
by Anton Blanchard
· 14 years ago
dfb5509
powerpc: Remove duplicate debugger hook in machine_check_exception
by Anton Blanchard
· 14 years ago
a443506
powerpc: Don't force MSR_RI in machine_check_exception
by Anton Blanchard
· 14 years ago
4490c06
powerpc/fsl-booke: Add support for FSL 64-bit e5500 core
by Kumar Gala
· 14 years ago
e3145b3
powerpc/book3e: Move doorbell_exception from traps.c to dbell.c
by Benjamin Herrenschmidt
· 15 years ago
2538c2d
powerpc, hw_breakpoint: Handle concurrent alignment interrupts
by K.Prasad
· 15 years ago
ecca1a3
Merge commit 'kumar/next' into next
by Benjamin Herrenschmidt
· 15 years ago
79c4581
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 15 years ago
fe04b11
powerpc/e500mc: Implement machine check handler.
by Scott Wood
· 15 years ago
ba797b2
powerpc,kgdb: Introduce low level trap catching
by Jason Wessel
· 15 years ago
fc5e709
powerpc/476: add machine check handler for 47x core
by Dave Kleikamp
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b8f8778
powerpc: Convert die.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
3bffb65
powerpc/booke: Add support for advanced debug registers
by Dave Kleikamp
· 15 years ago
172ae2e
powerpc/booke: Introduce new CONFIG options for advanced debug registers
by Dave Kleikamp
· 15 years ago
89713ed
powerpc: Add timer, performance monitor and machine check counts to /proc/interrupts
by Anton Blanchard
· 15 years ago
66fcb10
powerpc: Add last sysfs file and dump of ftrace buffer to oops printout
by Anton Blanchard
· 15 years ago
5be3492
powerpc: Mark some variables in the page fault path __read_mostly
by Anton Blanchard
· 15 years ago
25baa35
ptrace: powerpc: implement user_single_step_siginfo()
by Oleg Nesterov
· 15 years ago
bcd6acd
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 15 years ago
a0592d4
powerpc: kill the obsolete code under is_global_init()
by Benjamin Herrenschmidt
· 15 years ago
eecff81
powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED
by Anton Blanchard
· 15 years ago
ec097c8
powerpc: Add PTRACE_SINGLEBLOCK support
by Roland McGrath
· 16 years ago
80947e7
powerpc: Keep track of emulated instructions
by Geert Uytterhoeven
· 16 years ago
620165f
powerpc: Add support for using doorbells for SMP IPI
by Kumar Gala
· 16 years ago
16c57b3
powerpc: Unify opcode definitions and support
by Kumar Gala
· 16 years ago
6a800f3
powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.
by Liu Yu
· 16 years ago
9d5a9e7
Remove asm/a.out.h files for all architectures without a.out support.
by Adrian Bunk
· 17 years ago
d6a61bf
powerpc: BookE hardware watchpoint support
by Luis Machado
· 17 years ago
ce48b21
powerpc: Add VSX context save/restore, ptrace and signal support
by Michael Neuling
· 17 years ago
f827962
powerpc/booke: Add kprobes support for booke style processors
by Kumar Gala
· 17 years ago
7dbb922
[POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=y
by Olof Johansson
· 17 years ago
47c0bd1
[POWERPC] Reworking machine check handling and Fix 440/440A
by Benjamin Herrenschmidt
· 17 years ago
c1469f1
[POWERPC] Emulate isel (Integer Select) instruction
by Kumar Gala
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
d0c3d53
[POWERPC] Implement logging of unhandled signals
by Olof Johansson
· 17 years ago
5dd57a1
[POWERPC] 8xx: Move softemu8xx.c from arch/ppc
by Scott Wood
· 17 years ago
75918a4
[POWERPC] Separate out legacy machine check exception parsers
by Olof Johansson
· 17 years ago
01f1c73
[POWERPC] Remove unused platform_machine_check()
by Olof Johansson
· 17 years ago
86d7a9a
[POWERPC] Fix FSL BookE machine check reporting
by Becky Bruce
· 17 years ago
bcdcd8e
Report that kernel is tainted if there was an OOPS
by Pavel Emelianov
· 18 years ago
608e261
generic bug: use show_regs() instead of dump_stack()
by Heiko Carstens
· 18 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
ae7f446
[POWERPC] Fix backwards ? : when printing machine type
by anton@samba.org
· 18 years ago
34c2a14
[POWERPC] Handle recursive oopses
by anton@samba.org
· 18 years ago
6031d9d
[POWERPC] Clean up pmac_backlight_unblank in oops path
by anton@samba.org
· 18 years ago
293e468
[POWERPC] Add missing oops_enter/oops_exit
by anton@samba.org
· 18 years ago
599a52d
backlight: Separate backlight properties from backlight ops pointers
by Richard Purdie
· 18 years ago
28ee086
backlight: Fix external uses of backlight internal semaphore
by Richard Purdie
· 18 years ago
5fad293
[POWERPC] Fixup error handling when emulating a floating point instruction
by Kumar Gala
· 18 years ago
04903a3
[POWERPC] Enable interrupts if we are doing fp math emulation
by Kumar Gala
· 18 years ago
60bccbe
[POWERPC] Use is_init() instead of pid==1
by Akinobu Mita
· 18 years ago
73c9cea
[POWERPC] Generic BUG for powerpc
by Jeremy Fitzhardinge
· 18 years ago
aa42c69
[POWERPC] Add support for FP emulation for the e300c2 core
by Kim Phillips
· 18 years ago
68a6435
[POWERPC] Merge 32 and 64 bits asm-powerpc/io.h
by Benjamin Herrenschmidt
· 18 years ago
4393c4f
[POWERPC] Make alignment exception always check exception table
by Benjamin Herrenschmidt
· 18 years ago
6c4841c
[POWERPC] Never panic when taking altivec exceptions from userspace
by Anton Blanchard
· 18 years ago
c3412dc
[POWERPC] Emulate power5 popcntb instruction
by Will Schmidt
· 18 years ago
ccc712f
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Greg Kroah-Hartman
· 18 years ago
87589f0
[POWERPC] Correct masks used in emulating some instructions
by Paul Mackerras
· 18 years ago
ed0da6f
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Greg Kroah-Hartman
· 18 years ago
b6f35b4
[POWERPC] Make crash.c work on 32-bit and 64-bit
by Michael Ellerman
· 19 years ago
eac8392
[POWERPC] Make secondary CPUs call into kdump on reset exception
by David Wilder
· 19 years ago
012c437
[PATCH] Change panic_on_oops message to "Fatal exception"
by Horms
· 18 years ago
cea6a4b
[PATCH] panic_on_oops: remove ssleep()
by Horms
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
c0ce7d0
[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.
by David Wilder
· 19 years ago
5474c12
[PATCH] Rewritten backlight infrastructure for portable Apple computers
by Michael Hanselmann
· 19 years ago
e9370ae
[PATCH] powerpc: Implement PR_[GS]ET_UNALIGN prctls for powerpc
by Paul Mackerras
· 19 years ago
fab5db9
[PATCH] powerpc: Implement support for setting little-endian mode via prctl
by Paul Mackerras
· 19 years ago
1a6a4ff
powerpc: merge machine_check_exception between ppc32 & ppc64
by Kumar Gala
· 19 years ago
bac30d1
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
cd8a567
powerpc: Fix might-sleep warning in program check exception handler
by Paul Mackerras
· 19 years ago
c902be7
[PATCH] cell: enable pause(0) in cpu_idle
by Arnd Bergmann
· 19 years ago
555d97a
[PATCH] powerpc: G4+ oprofile support
by Andy Fleming
· 19 years ago
cc53291
[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.
by Michael Ellerman
· 19 years ago
a7f290d
[PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernel
by Benjamin Herrenschmidt
· 19 years ago
799d604
[PATCH] powerpc: merge code values for identifying platforms
by Paul Mackerras
· 19 years ago
a31751e
[PATCH] ppc32: fix perf_irq extern on e500
by Matt Porter
· 19 years ago
570142c
[PATCH] ppc64: remove some direct xmon calls
by Anton Blanchard
· 19 years ago
104dd65
powerpc: clean up bug.h further
by Paul Mackerras
· 19 years ago
f3f66f5
[PATCH] powerpc: Rename BPA to Cell
by Arnd Bergmann
· 19 years ago
25c8a78
[PATCH] powerpc: Fix handling of fpscr on 64-bit
by David Gibson
· 19 years ago
f7f6f4f
[PATCH] powerpc: Merge ppc64 pmc.[ch] with ppc32 perfmon.[ch]
by David Gibson
· 19 years ago
8641778
powerpc: Reduce the 32/64-bit differences in traps.c
by Paul Mackerras
· 19 years ago
8dad3f9
powerpc: Merge traps.c a bit more
by Paul Mackerras
· 19 years ago
dc1c1ca
powerpc: merge idle_power4.S and trapc.s
by Stephen Rothwell
· 19 years ago
14cf11a
powerpc: Merge enough to start building in arch/powerpc.
by Paul Mackerras
· 19 years ago