| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] powerpc: Fix typo in powermac platform functions | Benjamin Herrenschmidt | 2006-09-04 | 1 | -1/+1 |
* | [PATCH] powerpc: Fix PowerMac IRQ handling bug | Benjamin Herrenschmidt | 2006-09-01 | 1 | -3/+3 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-08-31 | 25 | -306/+1083 |
|\ |
|
| * | [POWERPC] Fix return value from memcpy | Paul Mackerras | 2006-08-31 | 1 | -4/+7 |
| * | [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] Support for "weird" MPICs and fixup mpc7448_hpc2 | Zang Roy-r61911 | 2006-08-30 | 4 | -66/+180 |
| * | [POWERPC] Fix performance regression in IRQ radix tree locking | Benjamin Herrenschmidt | 2006-08-30 | 1 | -18/+66 |
| * | [POWERPC] Add mpc7448hpc2 device tree source file | Zang Roy-r61911 | 2006-08-30 | 1 | -0/+190 |
| * | [POWERPC] Add MPC8349E MDS device tree source file to arch/powerpc/boot/dts | Kim Phillips | 2006-08-30 | 1 | -0/+328 |
| * | [POWERPC] modify mpc83xx platforms to use new IRQ layer | Kim Phillips | 2006-08-30 | 5 | -87/+28 |
| * | [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se... | Kim Phillips | 2006-08-30 | 2 | -98/+228 |
| * | [POWERPC] back up old school ipic.[hc] to arch/ppc | Kim Phillips | 2006-08-30 | 1 | -2/+2 |
| * | [POWERPC] Use mpc8641hpcn PIC base address from dev tree. | Jon Loeliger | 2006-08-25 | 1 | -10/+9 |
| * | [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too. | Jon Loeliger | 2006-08-25 | 2 | -3/+9 |
| * | [POWERPC] Fix powerpc 44x_mmu build | Matt Porter | 2006-08-25 | 1 | -2/+2 |
| * | [POWERPC] Remove flush_dcache_all export | Matt Porter | 2006-08-25 | 1 | -4/+0 |
* | | [PATCH] ppc32: fix last_jiffy time comparison | Paul Mackerras | 2006-08-31 | 1 | -17/+8 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Greg Kroah-Hartman | 2006-08-24 | 19 | -515/+1451 |
|\| |
|
| * | [POWERPC] hugepage BUG fix | Adam Litke | 2006-08-24 | 1 | -1/+1 |
| * | [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] Update mpc7448hpc2 board irq support using device tree | Zang Roy-r61911 | 2006-08-23 | 3 | -62/+42 |
| * | [POWERPC] Fix BootX booting with an initrd | Benjamin Herrenschmidt | 2006-08-23 | 1 | -4/+11 |
| * | [POWERPC] Fix gettimeofday inaccuracies | Nathan Lynch | 2006-08-23 | 1 | -8/+17 |
| * | [POWERPC] Fix FEC node in 8540 ADS dts | Andy Fleming | 2006-08-23 | 1 | -6/+6 |
| * | [POWERPC] Rewrite the PPC 86xx IRQ handling to use Flat Device Tree | Jon Loeliger | 2006-08-23 | 3 | -198/+188 |
| * | [POWERPC] Add 85xx DTS files to powerpc | Andy Fleming | 2006-08-23 | 4 | -0/+1032 |
| * | [POWERPC] Fix CDS IRQ handling and PCI code | Andy Fleming | 2006-08-23 | 2 | -123/+88 |
| * | [POWERPC] Fix interrupts on 8540 ADS board | Andy Fleming | 2006-08-23 | 1 | -107/+55 |
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Greg Kroah-Hartman | 2006-08-18 | 17 | -127/+688 |
|\| |
|
| * | [POWERPC] Fix the mpc8641_hpcn.dts file. | Jon Loeliger | 2006-08-18 | 1 | -0/+1 |
| * | [POWERPC] Offer PCI as a CONFIG choice for PPC_86xx. | Jon Loeliger | 2006-08-18 | 1 | -3/+4 |
| * | [POWERPC] Add MPC8641 HPCN Device Tree Source file. | Jon Loeliger | 2006-08-18 | 1 | -0/+338 |
| * | [POWERPC] Convert to mac-address for ethernet MAC address data. | Jon Loeliger | 2006-08-18 | 1 | -2/+10 |
| * | [POWERPC] powerpc: Clear HID0 attention enable on PPC970 at boot time | Olof Johansson | 2006-08-17 | 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] update {g5,iseries,pseries}_defconfigs | Will Schmidt | 2006-08-17 | 3 | -54/+224 |
| * | [POWERPC] Make secondary CPUs call into kdump on reset exception | David Wilder | 2006-08-17 | 1 | -0/+13 |
| * | [POWERPC] Fix might-sleep warning on removing cpus | Haren Myneni | 2006-08-08 | 2 | -3/+24 |
| * | [POWERPC] fix PMU initialization on pseries lpar | Sonny Rao | 2006-08-08 | 1 | -2/+0 |
* | | [PATCH] Change panic_on_oops message to "Fatal exception" | Horms | 2006-08-14 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-07-31 | 14 | -84/+297 |
|\ |
|