summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar2012-10-181-23/+13
* cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-183-10/+20
* cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar2012-10-181-4/+0
* powerpc: Build fix for powerpc KVMAneesh Kumar K.V2012-10-182-2/+3
* Revert "powerpc/perf: Use pmc_overflow() to detect rolled back events"Benjamin Herrenschmidt2012-10-181-1/+1
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-142-6/+3
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-282-6/+3
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-10-1356-1528/+1705
|\ \
| * | UAPI: (Scripted) Disintegrate arch/powerpc/include/asmDavid Howells2012-10-0956-1528/+1705
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-3/+2
|\ \ \
| * | | ppc: eeh_event should just use kthread_run()Al Viro2012-10-111-3/+2
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-122-3/+3
|\ \ \ \
| * | | | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-242-2/+2
| * | | | time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz2012-09-241-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-1215-136/+66
|\ \ \ \ | | |/ / | |/| |
| * | | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | | sanitize tsk_is_polling()Al Viro2012-10-011-0/+2
| * | | powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-308-51/+21
| * | | powerpc: split ret_from_forkAl Viro2012-09-308-84/+43
| |/ /
* | | Merge branch 'akpm' (Fixups from Andrew)Linus Torvalds2012-10-111-5/+6
|\ \ \
| * | | arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu2012-10-111-4/+5
| * | | arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton2012-10-111-1/+1
* | | | Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-09286-3577/+6822
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-097-16/+22
| |\| |
| | * | memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
| | * | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
| | * | atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+1
| | * | mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon2012-10-091-0/+4
| | * | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
| | * | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov2012-10-091-11/+4
| | * | Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entryCatalin Marinas2012-10-091-0/+1
| | * | Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas2012-10-091-0/+1
| * | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-0427-136/+214
| | |\ \
| | * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| | | |/ | | |/|
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-06227-3069/+6147
| |\ \ \
| | * | | powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard2012-10-042-1/+16
| | * | | powerpc: Fix VMX fix for memcpy caseNishanth Aravamudan2012-10-041-2/+2
| | * | | powerpc/fsl-pci: use 'Header Type' to identify PCIE modeMinghuan Lian2012-09-271-13/+24
| | * | | powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_getAneesh Kumar K.V2012-09-271-4/+1
| | * | | powerpc: Remove tlb batching hack for nighthawkMichael Ellerman2012-09-271-25/+1
| | * | | powerpc: Set paca->data_offset = 0 for boot cpuMichael Ellerman2012-09-271-0/+2
| | * | | powerpc/perf: Sample only if SIAR-Valid bit is set in P7+sukadev@linux.vnet.ibm.com2012-09-274-6/+46
| | * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-09-274-13/+17
| | |\ \ \
| | | * | | powerpc/fsl-pci: fix warning when CONFIG_SWIOTLB is disabledJia Hongtao2012-09-191-0/+2
| | | * | | powerpc/mpc85xx: Update interrupt handling for IFC controllerPrabhakar Kushwaha2012-09-191-12/+8
| | | * | | powerpc/85xx: Enable USB support in p1023rds_defconfigChunhe Lan2012-09-191-0/+6
| | | * | | powerpc/smp: Do not disable IPI interrupts during suspendZhao Chenhui2012-09-191-1/+1
| | * | | | Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-09-2713-9/+442
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer startAnatolij Gustschin2012-09-142-1/+36