summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-123-67/+10
|\
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+2
| * powerpc: switch to generic fork/clone/vforkAl Viro2012-11-281-23/+0
| *-. Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-283-44/+10
| |\ \
| | | * powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-211-1/+1
| | | * powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-211-5/+4
| | | * powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-211-3/+0
| | | * powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-211-8/+0
| | | * powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-212-3/+2
| | | * powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-142-3/+0
| | | * powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-143-21/+3
| | |/
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-111-12/+8
|\ \ \
| * | | vtime: Warn if irqs aren't disabled on system time accounting APIsFrederic Weisbecker2012-11-201-0/+2
| * | | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-6/+0
| * | | vtime: Explicitly account pending user time on process tickFrederic Weisbecker2012-11-191-7/+7
| * | | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-2/+2
| * | | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-2/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-112-3/+7
|\ \ \
| * | | uprobes/powerpc: Do not use arch_uprobe_*_step() helpersOleg Nesterov2012-11-031-0/+6
| * | | uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume()Oleg Nesterov2012-11-031-3/+1
| |/ /
* | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-111-2/+2
|\ \ \
| * | | numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-111-2/+2
| |/ /
* | | powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-282-8/+0
|/ /
* | cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-181-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-2/+2
|\
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * 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-129-130/+59
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | powerpc: switch to generic sys_execve()/kernel_execve()Al Viro2012-09-305-48/+17
| * | powerpc: split ret_from_forkAl Viro2012-09-306-81/+42
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-0633-171/+734
|\ \
| * | powerpc/iommu: Fix multiple issues with IOMMU pools codeAnton Blanchard2012-10-041-1/+4
| * | powerpc: Set paca->data_offset = 0 for boot cpuMichael Ellerman2012-09-271-0/+2
| * | powerpc/smp: Do not disable IPI interrupts during suspendZhao Chenhui2012-09-191-1/+1
| * | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-09-186-40/+134
| |\ \
| | * | powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao2012-09-121-0/+20
| | * | powerpc/booke: Add CPU_FTR_EMB_HV check for e5500.Varun Sethi2012-09-121-0/+6
| | * | powerpc/booke: Separate out restore_e5500/setup_e5500 routines.Varun Sethi2012-09-122-18/+32
| | * | powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code.Varun Sethi2012-09-122-4/+7
| | * | powepc/booke: Separate out E.HV check and ivor setup code.Varun Sethi2012-09-122-17/+30
| | * | powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-0/+28
| | * | powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPAREZhao Chenhui2012-09-121-1/+11
| * | | powerpc/kprobe: Complete kprobe and migrate exception frameTiejun Chen2012-09-182-6/+76
| * | | powerpc/trace: Fix interrupt tracepoints vs. RCULi Zhong2012-09-172-8/+8
| * | | powerpc/mm: Add 64TB supportAneesh Kumar K.V2012-09-171-1/+3
| * | | powerpc: Add denormalisation exception handling for POWER6/7Michael Neuling2012-09-171-0/+123
| * | | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-171-0/+20
| |\ \ \ | | |/ / | |/| |
| | * | Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-1314-33/+89
| | |\ \ | | | |/
| * | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling2012-09-101-4/+11
OpenPOWER on IntegriCloud