summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-222-38/+3Star
|\
| * PCI: powerpc: use generic pci_enable_resources()Bjorn Helgaas2008-04-211-33/+1Star
| * PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-211-5/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-22328-3862/+11116
|\ \
| * | [POWERPC] Define copy_siginfo_from_user32Roland McGrath2008-04-201-3/+16
| * | [POWERPC] Add compat handler for PTRACE_GETSIGINFOAndreas Schwab2008-04-202-0/+29
| * | [POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt2008-04-186-22/+72
| * | [POWERPC] Stacktrace support for lockdepChristoph Hellwig2008-04-183-0/+52
| * | [POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt2008-04-184-32/+17Star
| * | [POWERPC] Fix device-tree locking vs. interruptsBenjamin Herrenschmidt2008-04-181-11/+17
| * | [POWERPC] Remove unused __max_memory variableOlof Johansson2008-04-181-3/+0Star
| * | [POWERPC] Simplify xics direct/lpar irq_host setupMichael Ellerman2008-04-181-27/+12Star
| * | [POWERPC] Use pseries_setup_i8259_cascade() in pseries_mpic_init_IRQ()Michael Ellerman2008-04-181-41/+2Star
| * | [POWERPC] Turn xics_setup_8259_cascade() into a generic pseries_setup_i8259_c...Michael Ellerman2008-04-181-8/+12
| * | [POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.cMichael Ellerman2008-04-183-52/+52
| * | Merge branch 'powerpc-next' of master.kernel.org:/pub/scm/linux/kernel/git/ga...Paul Mackerras2008-04-1885-2278/+3816
| |\ \
| | * | [POWERPC] 83xx: mpc8315 - fix USB UTMI Host setupAnton Vorontsov2008-04-172-3/+11
| | * | [POWERPC] 85xx: Fix the size of qe muram for MPC8568EHaiying Wang2008-04-171-2/+2
| | * | [POWERPC] 86xx: mpc86xx_hpcn - Temporarily accept old dts node identifier.Paul Gortmaker2008-04-171-0/+6
| | * | [POWERPC] 86xx: mark functions static, other minor cleanupsPaul Gortmaker2008-04-173-7/+7
| | * | [POWERPC] Make rheap safe for spinlocksTimur Tabi2008-04-171-2/+2
| | * | [POWERPC] fsl: Convert dts to v1 syntaxKumar Gala2008-04-178-357/+372
| | * | [POWERPC] 85xx: minor .dts cleanupsKumar Gala2008-04-172-5/+0Star
| | * | [POWERPC] 85xx: Convert dts to v1 syntaxKumar Gala2008-04-178-965/+973
| | * | [POWERPC] 85xx: Fix compile warningKumar Gala2008-04-171-1/+1
| | * | [POWERPC] 83xx: Enable FCM NAND and OF partitions in defconfigKumar Gala2008-04-171-3/+161
| | * | [POWERPC] 86xx: Add device tree source for Wind River SBC8641DPaul Gortmaker2008-04-171-0/+352
| | * | [POWERPC] 86xx: Add defconfig for Wind River SBC8641D boardPaul Gortmaker2008-04-171-0/+1342
| | * | [POWERPC] 86xx: Add support for Wind River SBC8641D boardPaul Gortmaker2008-04-173-1/+172
| | * | [POWERPC] 83xx: mpc8313erdb - Enable FCM NAND and OF partitions in defconfigScott Wood2008-04-171-3/+5
| | * | [POWERPC] cuboot-pq2: PCI fixesScott Wood2008-04-171-8/+19
| | * | [POWERPC] fsl_soc: Factor fsl_get_sys_freq() out of the wdt and spi inits.Scott Wood2008-04-172-38/+33Star
| | * | [POWERPC] 83xx: mpc837x_rdb: add simple-bus compatible matchingAnton Vorontsov2008-04-171-0/+1
| | * | [POWERPC] Make Book-E debug handling SMP safeKumar Gala2008-04-171-9/+21
| | * | [POWERPC] CPM: Always use new binding.Scott Wood2008-04-178-775/+1Star
| | * | [POWERPC] QE: fix sparse warningsAnton Vorontsov2008-04-171-2/+3
| | * | [POWERPC] QE: export qe_get_brg_clk()Anton Vorontsov2008-04-171-2/+3
| | * | [POWERPC] QE: implement qe_muram_offsetAnton Vorontsov2008-04-171-7/+1Star
| | * | [POWERPC] fsl_lbc: implement few UPM routinesAnton Vorontsov2008-04-173-0/+135
| | * | [POWERPC] QE: UCC nodes cleanupAnton Vorontsov2008-04-174-18/+1Star
| | * | [POWERPC] CPM2: Reset the CPM when early debugging is not enabled.Laurent Pinchart2008-04-171-0/+6
| | * | [POWERPC] ep8248e: Reference SMC parameter RAM base in the device tree.Laurent Pinchart2008-04-171-3/+2Star
| | * | [POWERPC] cpm-serial: Relocate CPM buffer descriptors and SMC parameter ram.Laurent Pinchart2008-04-172-22/+69
| | * | [POWERPC] Add bootwrapper function to get virtual reg from the device tree.Laurent Pinchart2008-04-175-43/+31Star
| | * | [POWERPC] 85xx: Enable DMA engine on the MPC8544 DSSebastian Siewior2008-04-173-1/+70
| | * | [POWERPC] 83xx/85xx: Reorganize defconfigsKumar Gala2008-04-1725-0/+0
| | * | [POWERPC] Rework Book-E debug exception handlingKumar Gala2008-04-173-17/+30
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufsPaul Mackerras2008-04-184-5/+13
| |\ \ \ | | |/ / | |/| |
| | * | [POWERPC] spufs: fix incorrect file descriptors in SPU coredump note namesGerhard Stenzel2008-03-281-2/+6
| | * | [POWERPC] spufs: save MFC command channel before purging MFC queueJeremy Kerr2008-03-281-1/+1