summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov5-13/+1
2008-12-16powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warningBecky Bruce1-6/+35
2008-12-16powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven3-33/+34
2008-12-16powerpc/ps3: Quiet dmesg outputGeoff Levand1-1/+1
2008-12-16powerpc: Fix typo in pgtable-ppc64.hGeoff Levand1-1/+1
2008-12-16powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix1-0/+1
2008-12-16Merge branch 'merge' into nextPaul Mackerras10-15/+35
2008-12-16powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann1-0/+3
2008-12-16powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen1-5/+11
2008-12-16powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King1-0/+3
2008-12-15powerpc/85xx: Fix compile issues with mpc8572ds.dtsKumar Gala1-8/+8
2008-12-15powerpc: Fix bogus cache flushing on all 40x and BookE processors v2Benjamin Herrenschmidt1-7/+8
2008-12-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds1-0/+3
2008-12-14powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala1-0/+3
2008-12-11powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer1-0/+1
2008-12-09Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/pow...Paul Mackerras2-2/+2
2008-12-05powerpc/virtex5: Fix Virtex5 machine check handlingGrant Likely2-0/+4
2008-12-05powerpc/83xx: Enable FIXED_PHY in mpc834x_itx and mpc83xx defconfigsAnton Vorontsov2-2/+2
2008-12-04powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DSHaiying Wang2-0/+717
2008-12-03powerpc/85xx: Don't reset the MPIC for CAMP mode on MPC8572DSHaiying Wang1-1/+10
2008-12-03powerpc/85xx: Add localbus node in mpc8572ds dts fileHaiying Wang1-0/+113
2008-12-03powerpc/86xx: Basic GPIO support for GE Fanuc SBC610Martyn Welch4-1/+153
2008-12-03powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.cAnton Vorontsov2-3/+4
2008-12-03powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dtsMartyn Welch2-2/+11
2008-12-03powerpc/85xx: Fix compile warnings in mpc85xx_mds.cKumar Gala1-2/+4
2008-12-03powerpc/83xx: Fix MCU support merge issue in mpc8349emitx.dtsAnton Vorontsov1-8/+8
2008-12-03powerpc/85xx: Add support for SMP initializationKumar Gala3-0/+176
2008-12-03powerpc/85xx: minor head_fsl_booke.S cleanupKumar Gala1-2/+2
2008-12-03powerpc: Better setup of boot page TLB entryTrent Piepho2-9/+15
2008-12-03powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.Liu Yu6-20/+813
2008-12-03powerpc/math-emu: Remove redundant 'ret'Liu Yu18-52/+34
2008-12-03powerpc/math-emu: Adopt new version of _FP_CHOOSENANLiu Yu1-9/+17
2008-12-03powerpc/math-emu: Fix single float point division bugLiu Yu1-1/+1
2008-12-03powerpc: Remove unncessary SPE related compiler flagKumar Gala1-1/+0
2008-12-03powerpc and sparc: Introduce dev_archdata node accessorsAnton Vorontsov1-0/+12
2008-12-03powerpc/ibmebus: Get rid of the IRQ mapping in ibmebus_free_irq()Sebastien Dugue1-0/+1
2008-12-03powerpc: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-12-03powerpc: Add sync_*_for_* to dma_opsBecky Bruce3-31/+92
2008-12-03powerpc: Allow the max stack trace depth to be configuredJohannes Berg2-1/+10
2008-12-03powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala8-175/+167
2008-12-03powerpc: Add a local_flush_tlb_page to handle kmap_atomic invalidatesKumar Gala2-2/+16
2008-12-03powerpc: hash_page_sync should only be used on SMP & STD_MMU_32Kumar Gala1-3/+3
2008-12-03powerpc: Fix ppc32 mm_struct CPU tracking in SMPBenjamin Herrenschmidt1-0/+3
2008-12-03powerpc: Add MSR[CE, DE] to the MSR bits we print on show_regs()Kumar Gala1-0/+2
2008-12-03Merge branch 'merge'Paul Mackerras32-565/+2766
2008-12-03powerpc: Fix dma_map_sg() cache flushing on non coherent platformsBenjamin Herrenschmidt1-0/+1
2008-12-03Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+11
2008-12-03powerpc: Use physical cpu id when setting the processor affinityKumar Gala1-1/+1
2008-12-01powerpc: Fix build for 32-bit SMP configsMilton Miller1-0/+2
2008-12-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds24-560/+2750