summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2009-01-08powerpc/pasemi: local_irq_save uses an unsigned longIngo Molnar1-1/+1
2009-01-08powerpc/cell: Fix some u64 vs. long typesIngo Molnar3-5/+5
2009-01-08powerpc/cell: Use correct types in beat filesIngo Molnar2-12/+13
2009-01-08mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris1-0/+37
2009-01-08powerpc: Fix iseries drivers build failure without CONFIG_VIOPATHKamalesh Babulal1-2/+3
2009-01-08powerpc/cell: local_irq_save takes an unsigned longStephen Rothwell1-1/+1
2009-01-08powerpc/pasemi: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2009-01-08powerpc/52xx: Use DEFINE_SPINLOCKJulia Lawall1-1/+1
2009-01-08powerpc/iseries: Kexec is known not to work on iseriesMichael Ellerman1-0/+11
2009-01-08powerpc/powermac: Add missing of_node_putNicolas Palix2-4/+9
2009-01-08Merge commit 'origin/master' into nextBenjamin Herrenschmidt4-8/+7
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-05Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt12-17/+111
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-0/+4
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2008-12-30powerpc/85xx: Add local_irq_restore in error handling codeJulia Lawall1-0/+1
2008-12-30powerpc/85xx: Add SMP support to MPC8572 DSKumar Gala1-0/+7
2008-12-30powerpc/85xx: Enable SMP supportKumar Gala1-1/+1
2008-12-30powerpc/83xx: Fix few build errors with CONFIG_QUICC_ENGINE=nAnton Vorontsov2-3/+6
2008-12-30powerpc/83xx: Add USB Host/Gadget support for MPC8360E-MDS boardsAnton Vorontsov1-0/+75
2008-12-30powerpc: Implement GPIO driver for simple memory-mapped banksAnton Vorontsov1-0/+11
2008-12-30powerpc/83xx: Fix sparse warnings in mpc836x_mds.cAnton Vorontsov1-3/+3
2008-12-30powerpc/83xx: Fix sparse warnings in board filesAnton Vorontsov6-10/+7
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell50-376/+885
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds48-372/+878
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok1-1/+1
2008-12-26cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2-5/+5
2008-12-25Merge branch 'next' into for-linusJames Morris1-4/+4
2008-12-23powerpc: Remove default kexec/crash_kernel ops assignmentsAnton Vorontsov7-43/+0
2008-12-23powerpc/pseries: Fix cpu hotplugSebastien Dugue1-1/+1
2008-12-22powerpc/cell: add QPACE as a separate Cell platformBenjamin Krill3-15/+173
2008-12-22powerpc/cell: fix build breakage with CONFIG_SPUFS disabledArnd Bergmann1-2/+2
2008-12-21powerpc/mpc5200: Make internal 5200 PIC the default interrupt controllerGrant Likely1-0/+2
2008-12-21powerpc/mpc5200: Document and tidy irq driverGrant Likely4-122/+170
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt1-18/+9
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt1-2/+3
2008-12-21powerpc/mm: Split mmu_context handlingBenjamin Herrenschmidt2-2/+10
2008-12-21powerpc: Add reboot notifier to Collaborative Memory ManagerBrian King1-1/+28
2008-12-21powerpc: Disable Collaborative Memory Manager for kdumpBrian King1-1/+1
2008-12-21powerpc/iseries: viodasd needs to depend on CONFIG_BLOCKStephen Rothwell1-0/+1
2008-12-21powerpc: Pass a valid token to rtas_call() in phyp-dump codeTony Breeds1-0/+2
2008-12-21powerpc: Protect against NULL pointer deref in phyp-dump codeTony Breeds1-0/+3
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-0/+4
2008-12-16powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-19/+15
2008-12-16powerpc: Introduce ppc_pci_flags accessorsJosh Boyer10-12/+12
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch1-3/+12
2008-12-16powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_indexNathan Lynch1-1/+1
2008-12-16powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2-6/+8
2008-12-16powerpc/ps3: Quiet dmesg outputGeoff Levand1-1/+1
2008-12-16powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix1-0/+1