summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-01-084-8/+7
|\
| * zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-0/+4
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3050-376/+885
| |\ \
| * | | cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2008-12-262-5/+5
| * | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-3/+3
| * | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
* | | | Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-0512-17/+111
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc/85xx: Add local_irq_restore in error handling codeJulia Lawall2008-12-301-0/+1
| * | | powerpc/85xx: Add SMP support to MPC8572 DSKumar Gala2008-12-301-0/+7
| * | | powerpc/85xx: Enable SMP supportKumar Gala2008-12-301-1/+1
| * | | powerpc/83xx: Fix few build errors with CONFIG_QUICC_ENGINE=nAnton Vorontsov2008-12-302-3/+6
| * | | powerpc/83xx: Add USB Host/Gadget support for MPC8360E-MDS boardsAnton Vorontsov2008-12-301-0/+75
| * | | powerpc: Implement GPIO driver for simple memory-mapped banksAnton Vorontsov2008-12-301-0/+11
| * | | powerpc/83xx: Fix sparse warnings in mpc836x_mds.cAnton Vorontsov2008-12-301-3/+3
| * | | powerpc/83xx: Fix sparse warnings in board filesAnton Vorontsov2008-12-306-10/+7
* | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-181-0/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-2848-372/+878
|\ \ \ \ | | |/ / | |/| |
| * | | powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok2008-12-291-1/+1
| * | | powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov2008-12-237-43/+0
| * | | powerpc/pseries: Fix cpu hotplugSebastien Dugue2008-12-231-1/+1
| * | | powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill2008-12-223-15/+173
| * | | powerpc/cell: fix build breakage with CONFIG_SPUFS disabledArnd Bergmann2008-12-221-2/+2
| * | | powerpc/mpc5200: Make internal 5200 PIC the default interrupt controllerGrant Likely2008-12-211-0/+2
| * | | powerpc/mpc5200: Document and tidy irq driverGrant Likely2008-12-214-122/+170
| * | | powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-18/+9
| * | | powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt2008-12-211-2/+3
| * | | powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt2008-12-212-2/+10
| * | | powerpc: Add reboot notifier to Collaborative Memory ManagerBrian King2008-12-211-1/+28
| * | | powerpc: Disable Collaborative Memory Manager for kdumpBrian King2008-12-211-1/+1
| * | | powerpc/iseries: viodasd needs to depend on CONFIG_BLOCKStephen Rothwell2008-12-211-0/+1
| * | | powerpc: Pass a valid token to rtas_call() in phyp-dump codeTony Breeds2008-12-211-0/+2
| * | | powerpc: Protect against NULL pointer deref in phyp-dump codeTony Breeds2008-12-211-0/+3
| * | | powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-162-19/+15
| * | | powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2008-12-1610-12/+12
| * | | powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch2008-12-161-3/+12
| * | | powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_indexNathan Lynch2008-12-161-1/+1
| * | | powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-162-6/+8
| * | | powerpc/ps3: Quiet dmesg outputGeoff Levand2008-12-161-1/+1
| * | | powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix2008-12-161-0/+1
| * | | Merge branch 'merge' into nextPaul Mackerras2008-12-161-0/+3
| |\| |
| * | | powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DSHaiying Wang2008-12-031-1/+10
| * | | powerpc/86xx: Basic GPIO support for GE Fanuc SBC610Martyn Welch2008-12-033-1/+147
| * | | powerpc/85xx: Fix compile warnings in mpc85xx_mds.cKumar Gala2008-12-031-2/+4
| * | | powerpc/85xx: Add support for SMP initializationKumar Gala2008-12-032-0/+106
| * | | Merge branch 'merge'Paul Mackerras2008-12-033-7/+41
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/pmac: Use of_find_node_with_property() in pmac_setup_arch()Michael Ellerman2008-11-191-3/+1
| * | | powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init()Michael Ellerman2008-11-191-4/+1
| * | | powerpc/ps3: Replace the flip_ctl logic in ps3av and ps3fb by a mutexGeert Uytterhoeven2008-11-191-0/+4