aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-6/+3
2012-10-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 56-1528/+1705
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+2
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 15-136/+66
2012-10-11ppc: eeh_event should just use kthread_run()Gravatar Al Viro 1-3/+2
2012-10-11Merge branch 'akpm' (Fixups from Andrew)Gravatar Linus Torvalds 1-5/+6
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsGravatar Yasuaki Ishimatsu 1-4/+5
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeGravatar Andrew Morton 1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...Gravatar David Woodhouse 286-3577/+6822
2012-10-09UAPI: (Scripted) Disintegrate arch/powerpc/include/asmGravatar David Howells 56-1528/+1705
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 7-16/+22
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Gravatar Yasuaki Ishimatsu 1-4/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionGravatar Shaohua Li 1-0/+1
2012-10-09atomic: implement generic atomic_dec_if_positive()Gravatar Shaohua Li 1-0/+1
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolGravatar Will Deacon 1-0/+4
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileGravatar Konstantin Khlebnikov 1-11/+4
2012-10-09Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryGravatar Catalin Marinas 1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionGravatar Catalin Marinas 1-0/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-0/+1
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 227-3069/+6147
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hGravatar Denys Vlasenko 3-53/+59
2012-10-06powerpc: bitops: introduce {clear,set}_bit_le()Gravatar Takuya Yoshikawa 1-0/+10
2012-10-06sections: fix section conflicts in arch/powerpcGravatar Andi Kleen 6-6/+6
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 27-136/+214
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-22/+60
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-4/+6
2012-10-04powerpc/iommu: Fix multiple issues with IOMMU pools codeGravatar Anton Blanchard 2-1/+16
2012-10-04powerpc: Fix VMX fix for memcpy caseGravatar Nishanth Aravamudan 1-2/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Gravatar Linus Torvalds 4-3/+6
2012-10-03asm-generic: Add default clkdev.hGravatar Mark Brown 1-0/+1
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+62
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-72/+39
2012-10-02compat: fs: Generic compat_sys_sendfile implementationGravatar Catalin Marinas 3-40/+10
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-4/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesGravatar David Howells 1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...Gravatar David Howells 3-3/+3
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2012-10-01Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-6/+6
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciGravatar Linus Torvalds 3-1/+63
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-44/+36
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+0
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+0
2012-10-01sanitize tsk_is_polling()Gravatar Al Viro 1-0/+2
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Gravatar Al Viro 8-51/+21
2012-09-30powerpc: split ret_from_forkGravatar Al Viro 8-84/+43
2012-09-29defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITEGravatar Huang Shijie 3-3/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 2-6/+3