| Commit message (Expand) | Author | Age | Files | Lines |
* | [POWERPC] Add zImage.iseries to arch/powerpc/boot/.gitignore | Kumar Gala | 2008-04-25 | 1 | -0/+1 |
* | [POWERPC] bootwrapper: fix build error on virtex405-head.S | Grant Likely | 2008-04-24 | 1 | -1/+1 |
* | [POWERPC] 4xx: Fix 460GT support to not enable FPU | Stefan Roese | 2008-04-24 | 2 | -4/+1 |
* | [POWERPC] 4xx: Add NOR FLASH entries to Canyonlands and Glacier dts | Stefan Roese | 2008-04-24 | 2 | -0/+74 |
* | [POWERPC] Xilinx: boot support for Xilinx uart 16550. | John Linn | 2008-04-24 | 1 | -0/+5 |
* | [POWERPC] celleb: Add support for PCI Express | Ishizaki Kou | 2008-04-24 | 5 | -0/+639 |
* | [POWERPC] celleb: Move miscellaneous files for Beat | Ishizaki Kou | 2008-04-24 | 10 | -15/+11 |
* | [POWERPC] celleb: Move a file for SPU on Beat | Ishizaki Kou | 2008-04-24 | 3 | -2/+2 |
* | [POWERPC] celleb: Move files for Beat mmu and iommu | Ishizaki Kou | 2008-04-24 | 4 | -5/+6 |
* | [POWERPC] celleb: Move files for Beat hvcall interfaces | Ishizaki Kou | 2008-04-24 | 11 | -8/+9 |
* | [POWERPC] celleb: Move the SCC related code for celleb | Ishizaki Kou | 2008-04-24 | 6 | -17/+12 |
* | [POWERPC] celleb: Move the files for celleb base support | Ishizaki Kou | 2008-04-24 | 9 | -29/+29 |
* | [POWERPC] celleb: Consolidate io-workarounds code | Ishizaki Kou | 2008-04-24 | 7 | -357/+52 |
* | [POWERPC] cell: Generalize io-workarounds code | Ishizaki Kou | 2008-04-24 | 6 | -261/+378 |
* | [POWERPC] Add CONFIG_PPC_PSERIES_DEBUG to enable debugging for platforms/pseries | Michael Ellerman | 2008-04-24 | 9 | -10/+10 |
* | [POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/ | Michael Ellerman | 2008-04-24 | 7 | -88/+56 |
* | [POWERPC] Register udbg console early on pseries LPAR | Michael Ellerman | 2008-04-24 | 1 | -0/+2 |
* | [POWERPC] Mark udbg console as CON_ANYTIME, ie. callable early in boot | Michael Ellerman | 2008-04-24 | 1 | -1/+1 |
* | [POWERPC] Set udbg_console index to 0 | Michael Ellerman | 2008-04-24 | 1 | -1/+1 |
* | [POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS | Tony Breeds | 2008-04-24 | 3 | -64/+30 |
* | [POWERPC] Make iSeries spin on __secondary_hold_spinloop, like pSeries | Tony Breeds | 2008-04-24 | 1 | -1/+26 |
* | [POWERPC] Clean up misc_64.S | Kumar Gala | 2008-04-24 | 1 | -16/+4 |
* | [POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.c | Michael Ellerman | 2008-04-24 | 1 | -3/+3 |
* | [POWERPC] Discourage people from fiddling with kernel data from prom_init | Michael Ellerman | 2008-04-24 | 2 | -0/+67 |
* | [POWERPC] Cleanup asm-offsets.c | Kumar Gala | 2008-04-24 | 1 | -9/+2 |
* | [POWERPC] Clean up access to thread_info in assembly | Kumar Gala | 2008-04-24 | 2 | -5/+5 |
* | [POWERPC] Fix new warnings arising from stacktrace patch | Christoph Hellwig | 2008-04-24 | 1 | -1/+0 |
* | [POWERPC] Port fixmap from x86 and use for kmap_atomic | Kumar Gala | 2008-04-24 | 4 | -28/+49 |
* | [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero) | Kumar Gala | 2008-04-24 | 8 | -9/+92 |
* | [POWERPC] Fix mv64x60 early console code to use cell-index property | Remi Machet | 2008-04-24 | 1 | -1/+1 |
* | [POWERPC] Initialize all mv64x60 devices even if one fails | Remi Machet | 2008-04-24 | 1 | -16/+26 |
* | [POWERPC] Use default values if necessary in mv64x60 I2C initialization | Remi Machet | 2008-04-24 | 1 | -6/+4 |
* | [POWERPC] Fix kernel stack allocation alignment | Benjamin Herrenschmidt | 2008-04-24 | 1 | -0/+31 |
* | [POWERPC] Add include of linux/of.h to os-area.c | Michael Ellerman | 2008-04-24 | 1 | -0/+1 |
* | [POWERPC] Add include of linux/of.h to numa.c | Michael Ellerman | 2008-04-24 | 1 | -0/+1 |
* | Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga... | Paul Mackerras | 2008-04-24 | 1 | -1/+7 |
|\ |
|
| * | [POWERPC] ppc32: Fix errata for 603 CPUs | Kumar Gala | 2008-04-21 | 1 | -1/+7 |
* | | Revert "[POWERPC] Add compat handler for PTRACE_GETSIGINFO" | Paul Mackerras | 2008-04-24 | 2 | -29/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-04-22 | 2 | -38/+3 |
|\ \ |
|
| * | | PCI: powerpc: use generic pci_enable_resources() | Bjorn Helgaas | 2008-04-21 | 1 | -33/+1 |
| * | | PCI: add is_added flag to struct pci_dev | Greg Kroah-Hartman | 2008-04-21 | 1 | -5/+2 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2008-04-22 | 328 | -3862/+11116 |
|\ \ \
| | |/
| |/| |
|
| * | | [POWERPC] Define copy_siginfo_from_user32 | Roland McGrath | 2008-04-20 | 1 | -3/+16 |
| * | | [POWERPC] Add compat handler for PTRACE_GETSIGINFO | Andreas Schwab | 2008-04-20 | 2 | -0/+29 |
| * | | [POWERPC] irqtrace support for 64-bit powerpc | Benjamin Herrenschmidt | 2008-04-18 | 6 | -22/+72 |
| * | | [POWERPC] Stacktrace support for lockdep | Christoph Hellwig | 2008-04-18 | 3 | -0/+52 |
| * | | [POWERPC] Move stackframe definitions to common header | Benjamin Herrenschmidt | 2008-04-18 | 4 | -32/+17 |
| * | | [POWERPC] Fix device-tree locking vs. interrupts | Benjamin Herrenschmidt | 2008-04-18 | 1 | -11/+17 |
| * | | [POWERPC] Remove unused __max_memory variable | Olof Johansson | 2008-04-18 | 1 | -3/+0 |
| * | | [POWERPC] Simplify xics direct/lpar irq_host setup | Michael Ellerman | 2008-04-18 | 1 | -27/+12 |