summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-67/+10
2012-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+8
2012-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+7
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-2/+2
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-29powerpc: switch to generic fork/clone/vforkAl Viro1-23/+0
2012-11-29Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro3-44/+10
2012-11-29powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2-8/+0
2012-11-20vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker1-0/+2
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker1-6/+0
2012-11-19vtime: Explicitly account pending user time on process tickFrederic Weisbecker1-7/+7
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker1-2/+2
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder3-3/+3
2012-11-03uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov1-0/+6
2012-11-03uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov1-3/+1
2012-10-30vtime: Make vtime_account_system() irqsafeFrederic Weisbecker1-2/+2
2012-10-22powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro1-1/+1
2012-10-22powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro1-5/+4
2012-10-22powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro1-3/+0
2012-10-22powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro1-8/+0
2012-10-22powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2-3/+2
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar1-1/+1
2012-10-15powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2-3/+0
2012-10-15powerpc: switch to saner kernel_execve() semanticsAl Viro3-21/+3
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-130/+59
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds33-171/+734
2012-10-05compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-51/+0
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2012-10-04powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard1-1/+4
2012-10-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+62
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-38/+7
2012-10-03compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas1-38/+7
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+20
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-23/+35
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01powerpc: switch to generic sys_execve()/kernel_execve()Al Viro5-48/+17
2012-10-01powerpc: split ret_from_forkAl Viro6-81/+42
2012-09-28Merge tag 'v3.6-rc7' into nextJames Morris14-33/+89
2012-09-27powerpc: Set paca->data_offset = 0 for boot cpuMichael Ellerman1-0/+2
2012-09-25vtime: Consolidate system/idle context detectionFrederic Weisbecker1-19/+28
2012-09-25cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker1-5/+5
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-1/+1
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-1/+1
2012-09-19powerpc/smp: Do not disable IPI interrupts during suspendZhao Chenhui1-1/+1
2012-09-18Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt6-40/+134
2012-09-18powerpc/kprobe: Complete kprobe and migrate exception frameTiejun Chen2-6/+76
2012-09-17powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong2-8/+8