| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '83xx' into for_paulus | Kumar Gala | 2007-02-09 | 12 | -66/+1919 |
|\ |
|
| * | [POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS | Kumar Gala | 2007-02-09 | 7 | -49/+25 |
| * | Merge branch 'master' into 83xx | Kumar Gala | 2007-02-08 | 16 | -66/+550 |
| |\ |
|
| * | | [POWERPC] 83xx: Add platform_device for USB DR peripheral driver | Li Yang | 2007-02-08 | 1 | -19/+59 |
| * | | [POWERPC] 83xx: Add USB setup code for MPC8349E MDS-PB | Li Yang | 2007-02-08 | 2 | -0/+91 |
| * | | [POWERPC] 83xx: Added new dr_mode property for usb controller on 83xx | Li Yang | 2007-02-08 | 1 | -0/+6 |
| * | | [POWERPC] 83xx: add the mpc8313erdb defconfig | Kim Phillips | 2007-02-07 | 1 | -0/+1409 |
| * | | [POWERPC] 83xx: Add base support for the MPC8313E RDB | Kim Phillips | 2007-02-07 | 4 | -0/+331 |
* | | | [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs | Timur Tabi | 2007-02-08 | 1 | -3/+3 |
| |/
|/| |
|
* | | [POWERPC] Add export of vgacon_remap_base | Mathieu Desnoyers | 2007-02-08 | 1 | -0/+1 |
* | | [POWERPC] Remove bogus comment about page_is_ram | Johannes Berg | 2007-02-08 | 1 | -4/+0 |
* | | [POWERPC] Fix comment in kernel/irq.c | Johannes Berg | 2007-02-08 | 1 | -3/+3 |
* | | [POWERPC] Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-08 | 3 | -7/+7 |
* | | [POWERPC] Fix ppc64's writing to struct file_operations | Stephen Rothwell | 2007-02-08 | 1 | -4/+7 |
* | | [POWERPC] Add mpc52xx/lite5200 PCI support | Grant Likely | 2007-02-08 | 4 | -1/+435 |
* | | Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala... | Paul Mackerras | 2007-02-08 | 6 | -41/+95 |
|\ \ |
|
| * | | [POWERPC] Fixup error handling when emulating a floating point instruction | Kumar Gala | 2007-02-07 | 1 | -22/+60 |
| * | | [POWERPC] Enable interrupts if we are doing fp math emulation | Kumar Gala | 2007-02-07 | 1 | -14/+15 |
| * | | [POWERPC] Added kprobes support to ppc32 | Kumar Gala | 2007-02-06 | 3 | -4/+8 |
| |/ |
|
| * | Merge branch 'linux-2.6' | Paul Mackerras | 2007-02-07 | 3 | -2/+13 |
| |\ |
|
| | * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-01-28 | 4 | -4/+8 |
| | |\ |
|
| | | * | [POWERPC] Fix sys_pciconfig_iobase bus matching | Benjamin Herrenschmidt | 2007-01-28 | 1 | -1/+1 |
| | | * | [POWERPC] PS3: add not complete comment to kconfig | Geoff Levand | 2007-01-28 | 1 | -1/+4 |
| | * | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-01-26 | 1 | -0/+1 |
| | |\ \ |
|
| | | * | | Fix Maple PATA IRQ assignment. | David Woodhouse | 2007-01-26 | 1 | -0/+1 |
| | * | | | [PATCH] powerpc vDSO: use VM_ALWAYSDUMP | Roland McGrath | 2007-01-26 | 1 | -0/+7 |
| | |/ / |
|
* | | | | [POWERPC] Only use H_BULK_REMOVE if the firmware supports it | Paul Mackerras | 2007-02-08 | 2 | -8/+15 |
|/ / / |
|
* | | | [POWERPC] Make pSeries use the H_BULK_REMOVE hypervisor call | Paul Mackerras | 2007-02-07 | 1 | -5/+46 |
* | | | [POWERPC] Clear RI bit in MSR before restoring r13 when returning to userspace | Paul Mackerras | 2007-02-07 | 1 | -26/+33 |
* | | | [POWERPC] Fix performance monitor exception | Livio Soares | 2007-02-07 | 1 | -1/+1 |
* | | | [POWERPC] Compile fixes for arch/powerpc dcr code | David Gibson | 2007-02-07 | 1 | -0/+1 |
* | | | [POWERPC] Maple: use mmio nvram | Nathan Lynch | 2007-02-07 | 2 | -0/+4 |
* | | | [POWERPC] pasemi: defconfig | Olof Johansson | 2007-02-07 | 1 | -0/+1722 |
* | | | [POWERPC] pasemi: iommu support | Olof Johansson | 2007-02-07 | 6 | -5/+306 |
* | | | [POWERPC] pasemi: Configure DMA controller interrupts | Olof Johansson | 2007-02-07 | 3 | -0/+15 |
* | | | [POWERPC] pasemi: SMP timebase sync | Olof Johansson | 2007-02-07 | 1 | -2/+25 |
* | | | [POWERPC] pasemi: Implement restart | Olof Johansson | 2007-02-07 | 1 | -15/+9 |
* | | | [POWERPC] pasemi: Idle loops | Olof Johansson | 2007-02-07 | 8 | -2/+227 |
* | | | [POWERPC] pasemi: Machine check handler | Olof Johansson | 2007-02-07 | 1 | -0/+43 |
* | | | [POWERPC] pasemi: UART udbg support | Olof Johansson | 2007-02-07 | 4 | -0/+73 |
* | | | [POWERPC] Assign all PCI busses on G3 Blue & White | Pavel Roskin | 2007-02-07 | 1 | -0/+2 |
* | | | [POWERPC] Celleb: add celleb_defconfig | Ishizaki Kou | 2007-02-07 | 1 | -0/+1408 |
* | | | [POWERPC] Celleb: basic support | Ishizaki Kou | 2007-02-07 | 9 | -0/+551 |
* | | | [POWERPC] Celleb: support spu priv1 ops | Ishizaki Kou | 2007-02-07 | 1 | -0/+208 |
* | | | [POWERPC] Celleb: consolidate spu management ops | Ishizaki Kou | 2007-02-07 | 3 | -401/+448 |
* | | | [POWERPC] Celleb: support udbg | Ishizaki Kou | 2007-02-07 | 2 | -0/+99 |
* | | | [POWERPC] Celleb: htab routines | Ishizaki Kou | 2007-02-07 | 1 | -0/+311 |
* | | | [POWERPC] Celleb: support iommu | Ishizaki Kou | 2007-02-07 | 1 | -0/+104 |
* | | | [POWERPC] Celleb: setup usb host controller in SCC | Ishizaki Kou | 2007-02-07 | 1 | -0/+94 |
* | | | [POWERPC] Celleb: support interrupts | Ishizaki Kou | 2007-02-07 | 2 | -0/+307 |