summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-79/+15
2012-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+10
2012-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+8
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2-4/+4
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-12-12numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-12-12Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+3
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+0
2012-12-12Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-5/+4
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-12-08Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-3/+7
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2-14/+12
2012-12-07Merge branch 'linus' into sched/coreIngo Molnar6-13/+20
2012-11-30Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2012-11-29powerpc: Fix fallout from device_node->name constificationGrant Likely1-1/+1
2012-11-29unify default ptrace_signal_deliverAl Viro1-2/+0
2012-11-29flagday: don't pass regs to copy_thread()Al Viro1-2/+2
2012-11-29powerpc: switch to generic fork/clone/vforkAl Viro4-32/+4
2012-11-29Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro5-45/+11
2012-11-29powerpc/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2-8/+0
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+2
2012-11-26powerpc/eeh: Do not invalidate PE properlyGavin Shan1-1/+1
2012-11-23powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy1-1/+2
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 Weisbecker2-6/+2
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-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely3-4/+3
2012-11-14tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
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-26powerpc/mpc5200: move lpbfifo node and fix its interrupt propertyAnatolij Gustschin2-6/+6
2012-10-26powerpc: 52xx: nop out unsupported critical IRQsWolfram Sang1-4/+5
2012-10-26powerpc/pcm030: add pcm030-audio-fabric to dtsEric Millbrandt1-1/+6
2012-10-25tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov1-0/+3
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 snooze state problem in the cpuidle design on pseries.Deepthi Dharwar1-23/+13
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar3-10/+20
2012-10-18cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar1-4/+0
2012-10-18powerpc: Build fix for powerpc KVMAneesh Kumar K.V2-2/+3
2012-10-18Revert "powerpc/perf: Use pmc_overflow() to detect rolled back events"Benjamin Herrenschmidt1-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 Viro5-22/+4
2012-10-15Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+3