aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-14powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala1-0/+5
2010-07-09powerpc/book3e: Move doorbell_exception from traps.c to dbell.cBenjamin Herrenschmidt1-21/+0
2010-06-22powerpc, hw_breakpoint: Handle concurrent alignment interruptsK.Prasad1-5/+3
2010-05-31Merge commit 'kumar/next' into nextBenjamin Herrenschmidt1-1/+87
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+40
2010-05-21powerpc/e500mc: Implement machine check handler.Scott Wood1-1/+87
2010-05-20powerpc,kgdb: Introduce low level trap catchingJason Wessel1-2/+5
2010-05-05powerpc/476: add machine check handler for 47x coreDave Kleikamp1-0/+40
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-19powerpc: Convert die.lock to raw_spinlockThomas Gleixner1-4/+4
2010-02-17powerpc/booke: Add support for advanced debug registersDave Kleikamp1-19/+72
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-3/+3
2010-02-17powerpc: Add timer, performance monitor and machine check counts to /proc/interruptsAnton Blanchard1-0/+4
2010-02-09powerpc: Add last sysfs file and dump of ftrace buffer to oops printoutAnton Blanchard1-0/+5
2010-02-03powerpc: Mark some variables in the page fault path __read_mostlyAnton Blanchard1-7/+7
2009-12-16ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov1-0/+9
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-9/+9
2009-11-24powerpc: kill the obsolete code under is_global_init()Benjamin Herrenschmidt1-22/+0
2009-10-28powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATEDAnton Blanchard1-9/+9
2009-06-09powerpc: Add PTRACE_SINGLEBLOCK supportRoland McGrath1-4/+30
2009-05-21powerpc: Keep track of emulated instructionsGeert Uytterhoeven1-2/+94
2009-02-23powerpc: Add support for using doorbells for SMP IPIKumar Gala1-0/+21
2009-02-23powerpc: Unify opcode definitions and supportKumar Gala1-40/+18
2008-12-03powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu1-7/+55
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-07-25powerpc: BookE hardware watchpoint supportLuis Machado1-0/+16
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling1-0/+29
2008-06-26powerpc/booke: Add kprobes support for booke style processorsKumar Gala1-9/+17
2008-02-07[POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=yOlof Johansson1-1/+1
2007-12-23[POWERPC] Reworking machine check handling and Fix 440/440ABenjamin Herrenschmidt1-13/+49
2007-12-11[POWERPC] Emulate isel (Integer Select) instructionKumar Gala1-0/+25
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-12[POWERPC] Implement logging of unhandled signalsOlof Johansson1-1/+11
2007-10-04[POWERPC] 8xx: Move softemu8xx.c from arch/ppcScott Wood1-1/+5
2007-10-03[POWERPC] Separate out legacy machine check exception parsersOlof Johansson1-29/+37
2007-09-14[POWERPC] Remove unused platform_machine_check()Olof Johansson1-15/+0
2007-08-17[POWERPC] Fix FSL BookE machine check reportingBecky Bruce1-3/+1
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-05-08move die notifier handling to common codeChristoph Hellwig1-15/+1
2007-03-26[POWERPC] Fix backwards ? : when printing machine typeanton@samba.org1-1/+1
2007-03-26[POWERPC] Handle recursive oopsesanton@samba.org1-16/+36
2007-03-26[POWERPC] Clean up pmac_backlight_unblank in oops pathanton@samba.org1-11/+20
2007-03-26[POWERPC] Add missing oops_enter/oops_exitanton@samba.org1-0/+3
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-1/+1
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-3/+1
2007-02-07[POWERPC] Fixup error handling when emulating a floating point instructionKumar Gala1-22/+60
2007-02-07[POWERPC] Enable interrupts if we are doing fp math emulationKumar Gala1-14/+15
2007-01-24[POWERPC] Use is_init() instead of pid==1Akinobu Mita1-1/+1