| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2006-09-14 | 5 | -25/+132 |
|\ |
|
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-09-13 | 2 | -25/+26 |
| |\ |
|
| | * | [POWERPC] Fix MMIO ops to provide expected barrier behaviour | Paul Mackerras | 2006-09-13 | 1 | -24/+25 |
| | * | [POWERPC] Fix interrupt clearing in kdump shutdown sequence | Mohan Kumar M | 2006-09-13 | 1 | -1/+1 |
| * | | [PATCH] audit: AUDIT_PERM support | Al Viro | 2006-09-11 | 2 | -0/+37 |
| * | | [PATCH] audit: more syscall classes added | Al Viro | 2006-09-11 | 2 | -0/+26 |
| * | | [PATCH] syscall classes hookup for ppc and s390 | Al Viro | 2006-09-11 | 3 | -0/+43 |
| |/ |
|
* | | [POWERPC] Export copy_4K_page() | David Howells | 2006-09-13 | 1 | -0/+3 |
* | | [POWERPC] print backtrace when entering xmon | Olaf Hering | 2006-09-13 | 1 | -0/+4 |
* | | [POWERPC] powerpc: Instrument Hypervisor Calls | Mike Kravetz | 2006-09-13 | 1 | -0/+7 |
* | | [POWERPC] powerpc: PA6T cputable entry, PVR value | Olof Johansson | 2006-09-13 | 1 | -0/+14 |
* | | [POWERPC] powerpc: Reduce default cacheline size to 64 bytes | Olof Johansson | 2006-09-13 | 2 | -5/+5 |
* | | [POWERPC] Emulate power5 popcntb instruction | Will Schmidt | 2006-09-13 | 1 | -0/+25 |
* | | Merge branch 'merge' | Paul Mackerras | 2006-08-31 | 8 | -48/+109 |
|\| |
|
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-08-30 | 7 | -35/+101 |
| |\ |
|
| | * | [POWERPC] Fix irq enable/disable in smp_generic_take_timebase | Paul Mackerras | 2006-08-30 | 1 | -2/+3 |
| | * | [POWERPC] Fix problem with time not advancing on 32-bit platforms | Paul Mackerras | 2006-08-30 | 1 | -17/+8 |
| | * | [POWERPC] Restore copyright notice in arch/powerpc/kernel/fpu.S | Paul Mackerras | 2006-08-30 | 1 | -0/+5 |
| | * | [POWERPC] Fix up ibm_architecture_vec definition | Will Schmidt | 2006-08-30 | 1 | -5/+5 |
| | * | [POWERPC] Make OF irq map code detect more error cases | Benjamin Herrenschmidt | 2006-08-30 | 2 | -6/+22 |
| | * | [POWERPC] Fix performance regression in IRQ radix tree locking | Benjamin Herrenschmidt | 2006-08-30 | 1 | -18/+66 |
| * | | [PATCH] ppc32: fix last_jiffy time comparison | Paul Mackerras | 2006-08-30 | 1 | -17/+8 |
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Greg Kroah-Hartman | 2006-08-23 | 4 | -20/+34 |
| |\ \ |
|
| * \ \ | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Greg Kroah-Hartman | 2006-08-18 | 9 | -63/+108 |
| |\ \ \ |
|
| * | | | | [PATCH] Change panic_on_oops message to "Fatal exception" | Horms | 2006-08-14 | 1 | -1/+1 |
* | | | | | Merge branch 'merge' | Paul Mackerras | 2006-08-25 | 11 | -83/+121 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | [POWERPC] Remove flush_dcache_all export | Matt Porter | 2006-08-25 | 1 | -4/+0 |
| | |_|/
| |/| | |
|
| * | | | [POWERPC] Fix compile problem without CONFIG_PCI | Li Yang | 2006-08-23 | 1 | -6/+7 |
| * | | | [POWERPC] Correct masks used in emulating some instructions | Paul Mackerras | 2006-08-23 | 1 | -4/+4 |
| * | | | [POWERPC] Pass UPIO_TSI flag to 8259 serial driver | Zang Roy-r61911 | 2006-08-23 | 1 | -2/+6 |
| * | | | [POWERPC] Fix gettimeofday inaccuracies | Nathan Lynch | 2006-08-23 | 1 | -8/+17 |
| | |/
| |/| |
|
| * | | [POWERPC] powerpc: Clear HID0 attention enable on PPC970 at boot time | Olof Johansson | 2006-08-18 | 1 | -0/+2 |
| * | | [POWERPC] Fix irq radix tree remapping typo | Benjamin Herrenschmidt | 2006-08-17 | 1 | -1/+1 |
| * | | [POWERPC] kprobes: Fix possible system crash during out-of-line single-stepping | Ananth N Mavinakayanahalli | 2006-08-17 | 1 | -0/+2 |
| * | | [POWERPC] Make crash.c work on 32-bit and 64-bit | Michael Ellerman | 2006-08-17 | 4 | -6/+13 |
| * | | [POWERPC] Move some kexec logic into machine_kexec.c | Michael Ellerman | 2006-08-17 | 2 | -56/+56 |
| * | | [POWERPC] Make secondary CPUs call into kdump on reset exception | David Wilder | 2006-08-17 | 1 | -0/+13 |
* | | | [POWERPC] reboot when panic_timout is set | Olaf Hering | 2006-08-25 | 1 | -0/+3 |
* | | | [POWERPC] Add a helper for calculating RTAS "config_addr" parameters | Michael Ellerman | 2006-08-25 | 1 | -4/+2 |
* | | | [POWERPC] powerpc: Make RTAS console init generic | Michael Neuling | 2006-08-25 | 1 | -0/+5 |
* | | | [POWERPC] Cleanup CPU inits | Olof Johansson | 2006-08-25 | 4 | -94/+64 |
* | | | [POWERPC] Rename cpu_setup_power4.S to cpu_setup_ppc970.S | Olof Johansson | 2006-08-25 | 2 | -1/+1 |
* | | | [POWERPC] SLB shadow buffer cleanup | Michael Neuling | 2006-08-25 | 2 | -9/+9 |
* | | | Merge branch 'merge' | Paul Mackerras | 2006-08-08 | 1 | -0/+21 |
|\| | |
|
| * | | [POWERPC] Fix might-sleep warning on removing cpus | Haren Myneni | 2006-08-08 | 1 | -0/+21 |
| |/ |
|
* | | [POWERPC] Implement SLB shadow buffer | Michael Neuling | 2006-08-08 | 3 | -1/+29 |
* | | [POWERPC] Remove flush_dcache_all export | Matt Porter | 2006-08-08 | 1 | -4/+0 |
* | | [POWERPC] Make doc comments extractable | Michael Ellerman | 2006-08-08 | 1 | -1/+1 |
* | | [POWERPC] Export msi symbols | Jake Moilanen | 2006-08-08 | 1 | -0/+5 |
* | | [POWERPC] Enable PURR sysfs entry correctly | Michael Neuling | 2006-08-07 | 1 | -2/+2 |