summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-131-15/+12Star
|\
| * mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-131-15/+12Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-1311-14/+14
|\ \
| * | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-1910-13/+13
| * | treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-134-0/+35
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-292-2/+3
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-254-11/+17
| |\ \ \
| * | | | PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann2012-11-181-0/+14
| * | | | PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2012-11-183-0/+20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-116-39/+36Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-127-79/+15Star
|\ \ \ \ \
| * | | | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0Star
| * | | | | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-2/+2
| * | | | | powerpc: switch to generic fork/clone/vforkAl Viro2012-11-294-32/+4Star
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-295-45/+11Star
| |\ \ \ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | |_|/ / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | | | * | powerpc: make fork_idle() take the common "kernel thread" path in copy_thread()Al Viro2012-10-221-1/+1
| | | | * | powerpc: put the "zero usp means using parent's stack pointer" to copy_thread()Al Viro2012-10-221-5/+4Star
| | | | * | powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al.Al Viro2012-10-221-3/+0Star
| | | | * | powerpc: don't bother with zero-extending arguments in sys_clone()Al Viro2012-10-221-8/+0Star
| | | | * | powerpc: take dereferencing to ret_from_kernel_thread()Al Viro2012-10-222-3/+2Star
| | | | * | powerpc: don't mess with r2 in copy_thread() and friendsAl Viro2012-10-152-3/+0Star
| | | | * | powerpc: switch to saner kernel_execve() semanticsAl Viro2012-10-155-22/+4Star
| | | |/ /
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-122-12/+10Star
|\ \ \ \ \
| * \ \ \ \ Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-082-14/+12Star
| |\ \ \ \ \
| | * | | | | 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-192-6/+2Star
| | * | | | | 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
| * | | | | | Merge branch 'linus' into sched/coreIngo Molnar2012-12-076-13/+20
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| * | / / / 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-123-3/+8
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ \ \ \
| | * | | | | tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
| | |/ / / /
| * | | | | Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-12-082-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/+1Star
| | |/ / /
* | | | | Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-122-4/+4
|\ \ \ \ \
| * | | | | bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-121-2/+2
| * | | | | numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-121-2/+2
* | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+3
|\ \ \ \ \ \
| * | | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-112-8/+0Star
|\ \ \ \ \ \
| * | | | | | powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-282-8/+0Star
| |/ / / / /
* | | | | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-11-291-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-271-2/+2
| | |/ / /
* | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-114-5/+4Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | powerpc: Fix fallout from device_node->name constificationGrant Likely2012-11-291-1/+1