summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2-0/+8
2009-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2-0/+70
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-2/+2
2009-12-16dma-mapping: fix off-by-one error in dma_capable()Jan Beulich1-1/+1
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-16ptrace: powerpc: implement user_single_step_siginfo()Oleg Nesterov2-0/+11
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2-0/+8
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner7-22/+22
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-16/+16
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner3-12/+12
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner4-28/+28
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner6-13/+13
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds6-15/+15
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds193-1822/+9749
2009-12-11ppc440spe-adma: adds updated ppc440spe adma driverAnatolij Gustschin2-0/+70
2009-12-11Unify sys_mmap*Al Viro1-14/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-10/+10
2009-12-09powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt1-1/+1
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt35-349/+363
2009-12-09powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson1-5/+51
2009-12-09powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMPNathan Fontenot1-94/+94
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze21-23/+23
2009-12-09powerpc/8xx: DTLB Miss cleanupJoakim Tjernlund1-6/+11
2009-12-09powerpc/8xx: Remove DIRTY pte handling in DTLB Error.Joakim Tjernlund1-96/+0
2009-12-09powerpc/8xx: Start using dcbX instructions in various copy routinesJoakim Tjernlund2-42/+0
2009-12-09powerpc/8xx: Restore _PAGE_WRITETHRUJoakim Tjernlund2-2/+11
2009-12-09powerpc/8xx: Add missing Guarded setting in DTLB Error.Joakim Tjernlund1-3/+10
2009-12-09powerpc/8xx: Fixup DAR from buggy dcbX instructions.Joakim Tjernlund1-4/+143
2009-12-09powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.Joakim Tjernlund1-1/+14
2009-12-09powerpc/8xx: Update TLB asm so it behaves as linux mm expects.Joakim Tjernlund2-55/+57
2009-12-09powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund1-1/+7
2009-12-09Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2-23/+13
2009-12-09Merge commit 'gcl/next' into nextBenjamin Herrenschmidt6-15/+1030
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy1-10/+35
2009-12-09pseries/pseries: Add code to online/offline CPUs of a DLPAR nodeGautham R Shenoy1-0/+101
2009-12-09powerpc: stop_this_cpu: remove the cpu from the online map.Valentine Barshak1-0/+3
2009-12-09powerpc/pseries: Add kernel based CPU DLPAR handlingNathan Fontenot1-0/+88
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot3-0/+28
2009-12-09powerpc/pseries: Kernel DLPAR InfrastructureNathan Fontenot4-2/+347
2009-12-09powerpc/macio: Rework hotplug media bay supportBenjamin Herrenschmidt2-11/+19
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-12-08Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-25/+6
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-12-08Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-168/+2
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2-55/+1
2009-12-08powerpc/macio: Add dma_parms support to macioBenjamin Herrenschmidt1-0/+1