aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/traps.c
AgeCommit message (Expand)Author
2011-05-20powerpc/fsl_rio: move machine_check handlerShaohui Xie
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro
2011-04-27powerpc: Use MSR_64BIT in placesMichael Ellerman
2011-04-27powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-21powerpc: Don't silently handle machine checks from userspaceAnton Blanchard
2011-01-21powerpc: Remove duplicate debugger hook in machine_check_exceptionAnton Blanchard
2011-01-21powerpc: Don't force MSR_RI in machine_check_exceptionAnton Blanchard
2010-10-14powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala
2010-07-09powerpc/book3e: Move doorbell_exception from traps.c to dbell.cBenjamin Herrenschmidt
2010-06-22powerpc, hw_breakpoint: Handle concurrent alignment interruptsK.Prasad
2010-05-31Merge commit 'kumar/next' into nextBenjamin Herrenschmidt
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2010-05-21powerpc/e500mc: Implement machine check handler.Scott Wood
2010-05-20powerpc,kgdb: Introduce low level trap catchingJason Wessel
2010-05-05powerpc/476: add machine check handler for 47x coreDave Kleikamp
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-19powerpc: Convert die.lock to raw_spinlockThomas Gleixner
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp
2010-02-17powerpc: Add timer, performance monitor and machine check counts to /proc/int...Anton Blanchard
2010-02-09powerpc: Add last sysfs file and dump of ftrace buffer to oops printoutAnton Blanchard
2010-02-03powerpc: Mark some variables in the page fault path __read_mostlyAnton Blanchard
2009-12-16ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-11-24powerpc: kill the obsolete code under is_global_init()Benjamin Herrenschmidt
2009-10-28powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATEDAnton Blanchard
2009-06-09powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath
2009-05-21powerpc: Keep track of emulated instructionsGeert Uytterhoeven
2009-02-23powerpc: Add support for using doorbells for SMP IPIKumar Gala
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala
2008-12-03powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling
2008-06-26powerpc/booke: Add kprobes support for booke style processorsKumar Gala
2008-02-07[POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=yOlof Johansson
2007-12-23[POWERPC] Reworking machine check handling and Fix 440/440ABenjamin Herrenschmidt
2007-12-11[POWERPC] Emulate isel (Integer Select) instructionKumar Gala
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn
2007-10-12[POWERPC] Implement logging of unhandled signalsOlof Johansson
2007-10-04[POWERPC] 8xx: Move softemu8xx.c from arch/ppcScott Wood
2007-10-03[POWERPC] Separate out legacy machine check exception parsersOlof Johansson
2007-09-14[POWERPC] Remove unused platform_machine_check()Olof Johansson
2007-08-17[POWERPC] Fix FSL BookE machine check reportingBecky Bruce
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens