summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/math-emu: Remove redundant 'ret'Liu Yu2008-12-0318-52/+34
* powerpc/math-emu: Adopt new version of _FP_CHOOSENANLiu Yu2008-12-031-9/+17
* powerpc/math-emu: Fix single float point division bugLiu Yu2008-12-031-1/+1
* powerpc: Remove unncessary SPE related compiler flagKumar Gala2008-12-031-1/+0
* powerpc and sparc: Introduce dev_archdata node accessorsAnton Vorontsov2008-12-031-0/+12
* powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq()Sebastien Dugue2008-12-031-0/+1
* powerpc: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-12-031-2/+0
* powerpc: Add sync_*_for_* to dma_opsBecky Bruce2008-12-033-31/+92
* powerpc: Allow the max stack trace depth to be configuredJohannes Berg2008-12-032-1/+10
* powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala2008-12-038-175/+167
* powerpc: Add a local_flush_tlb_page to handle kmap_atomic invalidatesKumar Gala2008-12-032-2/+16
* powerpc: hash_page_sync should only be used on SMP & STD_MMU_32Kumar Gala2008-12-031-3/+3
* powerpc: Fix ppc32 mm_struct CPU tracking in SMPBenjamin Herrenschmidt2008-12-031-0/+3
* powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()Kumar Gala2008-12-031-0/+2
* Merge branch 'merge'Paul Mackerras2008-12-0332-565/+2766
|\
| * powerpc: Fix dma_map_sg() cache flushing on non coherent platformsBenjamin Herrenschmidt2008-12-031-0/+1
| * Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-023-0/+11
| |\
| | * KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2008-11-253-0/+11
| * | powerpc: Use physical cpu id when setting the processor affinityKumar Gala2008-12-021-1/+1
| * | powerpc: Fix build for 32-bit SMP configsMilton Miller2008-12-011-0/+2
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-3024-560/+2750
| |\ \
| | * | powerpc: Fix system calls on Cell entered with XER.SO=1Paul Mackerras2008-12-011-1/+7
| | * | powerpc/cell: Fix GDB watchpoints, againArnd Bergmann2008-12-011-2/+7
| | * | powerpc/mpic: Don't reset affinity for secondary MPIC on bootArnd Bergmann2008-12-011-2/+7
| | * | powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann2008-12-011-5/+31
| | * | powerpc: Fix boot freeze on machine with empty memory nodeDave Hansen2008-12-011-47/+75
| | * | powerpc: Fix IRQ assignment for some PCIe devicesAdhemerval Zanella2008-12-011-2/+5
| | * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2008-11-241-0/+3
| | |\ \
| | | * | powerpc/spufs: Fix spinning in spufs_ps_fault on signalJeremy Kerr2008-11-211-0/+3
| | * | | Merge branch 'merge' of ssh://master.kernel.org/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2008-11-242-3/+20
| | |\ \ \
| | | * | | powerpc/44x: Fix 460EX/460GT machine check handlingBenjamin Herrenschmidt2008-11-131-1/+6
| | | * | | powerpc/40x: Limit allocable DRAM during early mappingGrant Erickson2008-11-131-2/+14
| | | | |/ | | | |/|
| | * | | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-2412-494/+2591
| | |\ \ \
| | | * | | powerpc/virtex: Update defconfigsGrant Likely2008-11-144-125/+1469
| | | * | | powerpc/52xx: update defconfigsGrant Likely2008-11-146-361/+1117
| | | * | | powerpc/virtex: fix various format/casting printk mismatchesGrant Likely2008-11-141-2/+2
| | | * | | powerpc/mpc5200: fix bestcomm Kconfig dependenciesGrant Likely2008-11-131-6/+3
| | | |/ /
| | * | | powerpc/mpc832x_rdb: fix swapped ethernet idsMichael Barkowski2008-11-191-2/+2
| | * | | powerpc: Use generic PHY driver for Marvell 88E1111 PHY on GE Fanuc SBC610Martyn Welch2008-11-191-1/+1
| | * | | powerpc/85xx: L2 cache size wrong in 8572DS dtsTrent Piepho2008-11-191-1/+1
| | |/ /
| * | | remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+0
| * | | powerpc set_huge_psize() false positiveAl Viro2008-11-302-2/+1
| |/ /
* | | powerpc/mpic: Use new smp_request_message_ipiMilton Miller2008-11-191-28/+4
* | | powerpc: Provide a separate handler for each IPI actionMilton Miller2008-11-192-0/+66
* | | powerpc: Correct page-in counter for CMM with 64k pagesRobert Jennings2008-11-191-1/+1
* | | 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: Use for_each_node_with_property() in of_irq_map_init()Michael Ellerman2008-11-191-4/+1
* | | powerpc: Optimise mutexNick Piggin2008-11-191-5/+130
* | | powerpc: Optimise smp_rmbNick Piggin2008-11-191-9/+11
OpenPOWER on IntegriCloud