summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-17powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu1-2/+2
2008-12-13powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala1-0/+3
2008-12-05powerpc/virtex5: Fix Virtex5 machine check handlingGrant Likely2-0/+4
2008-12-03powerpc: Fix dma_map_sg() cache flushing on non coherent platformsBenjamin Herrenschmidt1-0/+1
2008-12-01powerpc: Fix build for 32-bit SMP configsMilton Miller1-0/+2
2008-12-01powerpc: Fix system calls on Cell entered with XER.SO=1Paul Mackerras1-1/+7
2008-12-01powerpc: Fix IRQ assignment for some PCIe devicesAdhemerval Zanella1-2/+5
2008-11-13powerpc/44x: Fix 460EX/460GT machine check handlingBenjamin Herrenschmidt1-1/+6
2008-11-11powerpc: Fix msr check in compat_sys_swapcontextAndreas Schwab1-3/+15
2008-11-08powerpc/fsl-booke: Fix synchronization bug w/local tlb invalidatesKumar Gala1-0/+4
2008-10-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds15-185/+177
2008-10-31Revert "powerpc: Sync RPA note in zImage with kernel's RPA note"Paul Mackerras2-8/+5
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson4-53/+55
2008-10-31powerpc/pci: Fix unmapping of IO space on 64-bitBenjamin Herrenschmidt1-1/+1
2008-10-31powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot1-55/+55
2008-10-31OF-device: Don't overwrite numa_node in device registrationJeremy Kerr1-1/+0
2008-10-31powerpc: Fix swapcontext system for VSX + old ucontext sizeMichael Neuling2-39/+30
2008-10-31powerpc: Fix compiler warning for the relocatable kernelMichael Neuling1-3/+3
2008-10-31powerpc: Work around ld bug in older binutilsPaul Mackerras1-0/+2
2008-10-31powerpc/ppc64/kdump: Better flag for running relocatableMilton Miller1-11/+19
2008-10-31powerpc: Use is_kdump_kernel()Milton Miller1-1/+2
2008-10-31powerpc: Kexec exit should not use magic numbersMilton Miller2-13/+5
2008-10-27Merge commit 'v2.6.28-rc2' into tracing/urgentIngo Molnar14-111/+128
2008-10-23Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2008-10-23ftrace, powerpc, sparc64, x86: remove notrace from arch ftrace fileSteven Rostedt1-5/+5
2008-10-23ftrace: remove mcount setSteven Rostedt1-17/+0
2008-10-22x86, um: get rid of uml signal.hAl Viro1-0/+2
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar4-4/+4
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M6-45/+89
2008-10-22powerpc: Further compile fixup for STRICT_MM_TYPECHECKSDavid Gibson1-1/+2
2008-10-22powerpc: Remove empty #else from signal_64.cMichael Neuling1-2/+0
2008-10-22powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce1-0/+7
2008-10-21Merge commit 'origin' into masterBenjamin Herrenschmidt5-120/+152
2008-10-21powerpc: Delete unused prom_strtoul and prom_memparseMilton Miller1-61/+0
2008-10-21powerpc: Find and destroy possible stale kernel added propertiesMilton Miller1-0/+13
2008-10-21powerpc: Fix build issue with CONFIG_RELOCATABLE=yKumar Gala1-1/+1
2008-10-21powerpc: Unsigned speed cannot be negative in udbg_16559.croel kluin1-1/+1
2008-10-20powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt1-1/+135
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt4-4/+4
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-2/+8
2008-10-17powerpc/40x: Add AMCC PowerPC 405EZ to cputableJosh Boyer1-0/+13
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-63/+0
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-36/+0
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard1-1/+1
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard1-0/+1
2008-10-15KVM: ppc: Stop saving host TLB stateHollis Blanchard1-1/+0
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt6-29/+4