| Commit message (Expand) | Author | Age | Files | Lines |
* | arch/powerpc: use printk_ratelimited instead of printk_ratelimit | Christian Dietrich | 2011-06-29 | 1 | -12/+10 |
* | powerpc/e500: fix breakage with fsl_rio_mcheck_exception | Scott Wood | 2011-06-22 | 1 | -1/+1 |
* | powerpc/fsl_rio: move machine_check handler | Shaohui Xie | 2011-05-20 | 1 | -0/+13 |
* | Merge remote branch 'origin/master' into merge | Benjamin Herrenschmidt | 2011-05-20 | 1 | -1/+0 |
|\ |
|
| * | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 2011-05-13 | 1 | -1/+0 |
* | | powerpc: Convert old cpumask API into new one | KOSAKI Motohiro | 2011-05-04 | 1 | -1/+1 |
* | | powerpc: Use MSR_64BIT in places | Michael Ellerman | 2011-04-27 | 1 | -1/+1 |
* | | powerpc: Per process DSCR + some fixes (try#4) | Alexey Kardashevskiy | 2011-04-27 | 1 | -0/+24 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | powerpc: Don't silently handle machine checks from userspace | Anton Blanchard | 2011-01-21 | 1 | -5/+0 |
* | powerpc: Remove duplicate debugger hook in machine_check_exception | Anton Blanchard | 2011-01-21 | 1 | -2/+0 |
* | powerpc: Don't force MSR_RI in machine_check_exception | Anton Blanchard | 2011-01-21 | 1 | -4/+1 |
* | powerpc/fsl-booke: Add support for FSL 64-bit e5500 core | Kumar Gala | 2010-10-14 | 1 | -0/+5 |
* | powerpc/book3e: Move doorbell_exception from traps.c to dbell.c | Benjamin Herrenschmidt | 2010-07-09 | 1 | -21/+0 |
* | powerpc, hw_breakpoint: Handle concurrent alignment interrupts | K.Prasad | 2010-06-22 | 1 | -5/+3 |
* | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt | 2010-05-31 | 1 | -1/+87 |
|\ |
|
| * | powerpc/e500mc: Implement machine check handler. | Scott Wood | 2010-05-21 | 1 | -1/+87 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-05-21 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | powerpc/476: add machine check handler for 47x core | Dave Kleikamp | 2010-05-05 | 1 | -0/+40 |
* | | powerpc,kgdb: Introduce low level trap catching | Jason Wessel | 2010-05-20 | 1 | -2/+5 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | powerpc: Convert die.lock to raw_spinlock | Thomas Gleixner | 2010-02-19 | 1 | -4/+4 |
* | powerpc/booke: Add support for advanced debug registers | Dave Kleikamp | 2010-02-17 | 1 | -19/+72 |
* | powerpc/booke: Introduce new CONFIG options for advanced debug registers | Dave Kleikamp | 2010-02-17 | 1 | -3/+3 |
* | powerpc: Add timer, performance monitor and machine check counts to /proc/int... | Anton Blanchard | 2010-02-17 | 1 | -0/+4 |
* | powerpc: Add last sysfs file and dump of ftrace buffer to oops printout | Anton Blanchard | 2010-02-09 | 1 | -0/+5 |
* | powerpc: Mark some variables in the page fault path __read_mostly | Anton Blanchard | 2010-02-03 | 1 | -7/+7 |
* | ptrace: powerpc: implement user_single_step_siginfo() | Oleg Nesterov | 2009-12-16 | 1 | -0/+9 |
* | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 1 | -9/+9 |
|\ |
|
| * | powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED | Anton Blanchard | 2009-10-28 | 1 | -9/+9 |
* | | powerpc: kill the obsolete code under is_global_init() | Benjamin Herrenschmidt | 2009-11-24 | 1 | -22/+0 |
|/ |
|
* | powerpc: Add PTRACE_SINGLEBLOCK support | Roland McGrath | 2009-06-09 | 1 | -4/+30 |
* | powerpc: Keep track of emulated instructions | Geert Uytterhoeven | 2009-05-21 | 1 | -2/+94 |
* | powerpc: Add support for using doorbells for SMP IPI | Kumar Gala | 2009-02-23 | 1 | -0/+21 |
* | powerpc: Unify opcode definitions and support | Kumar Gala | 2009-02-23 | 1 | -40/+18 |
* | powerpc: Add SPE/EFP math emulation for E500v1/v2 processors. | Liu Yu | 2008-12-03 | 1 | -7/+55 |
* | Remove asm/a.out.h files for all architectures without a.out support. | Adrian Bunk | 2008-09-06 | 1 | -1/+0 |
* | powerpc: BookE hardware watchpoint support | Luis Machado | 2008-07-25 | 1 | -0/+16 |
* | powerpc: Add VSX context save/restore, ptrace and signal support | Michael Neuling | 2008-07-01 | 1 | -0/+29 |
* | powerpc/booke: Add kprobes support for booke style processors | Kumar Gala | 2008-06-26 | 1 | -9/+17 |
* | [POWERPC] Fix compilation for CONFIG_DEBUGGER=n and CONFIG_KEXEC=y | Olof Johansson | 2008-02-07 | 1 | -1/+1 |
* | [POWERPC] Reworking machine check handling and Fix 440/440A | Benjamin Herrenschmidt | 2007-12-23 | 1 | -13/+49 |
* | [POWERPC] Emulate isel (Integer Select) instruction | Kumar Gala | 2007-12-11 | 1 | -0/+25 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 1 | -1/+1 |
* | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 2007-10-19 | 1 | -1/+1 |
* | [POWERPC] Implement logging of unhandled signals | Olof Johansson | 2007-10-12 | 1 | -1/+11 |
* | [POWERPC] 8xx: Move softemu8xx.c from arch/ppc | Scott Wood | 2007-10-04 | 1 | -1/+5 |
* | [POWERPC] Separate out legacy machine check exception parsers | Olof Johansson | 2007-10-03 | 1 | -29/+37 |
* | [POWERPC] Remove unused platform_machine_check() | Olof Johansson | 2007-09-14 | 1 | -15/+0 |
* | [POWERPC] Fix FSL BookE machine check reporting | Becky Bruce | 2007-08-17 | 1 | -3/+1 |