Age | Commit message (Expand) | Author | Files | Lines |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -67/+10 |
2012-12-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -12/+8 |
2012-12-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -3/+7 |
2012-12-12 | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 1 | -2/+2 |
2012-12-12 | numa: convert static memory to dynamically allocated memory for per node device | Wen Congyang | 1 | -2/+2 |
2012-11-29 | flagday: don't pass regs to copy_thread() | Al Viro | 1 | -2/+2 |
2012-11-29 | powerpc: switch to generic fork/clone/vfork | Al Viro | 1 | -23/+0 |
2012-11-29 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc... | Al Viro | 3 | -44/+10 |
2012-11-29 | powerpc/PCI: Remove CONFIG_HOTPLUG ifdefs | Bill Pemberton | 2 | -8/+0 |
2012-11-20 | vtime: Warn if irqs aren't disabled on system time accounting APIs | Frederic Weisbecker | 1 | -0/+2 |
2012-11-19 | vtime: Consolidate a bit the ctx switch code | Frederic Weisbecker | 1 | -6/+0 |
2012-11-19 | vtime: Explicitly account pending user time on process tick | Frederic Weisbecker | 1 | -7/+7 |
2012-11-19 | vtime: Remove the underscore prefix invasion | Frederic Weisbecker | 1 | -2/+2 |
2012-11-03 | uprobes/powerpc: Do not use arch_uprobe_*_step() helpers | Oleg Nesterov | 1 | -0/+6 |
2012-11-03 | uprobes/powerpc: Don't clear TIF_UPROBE in do_notify_resume() | Oleg Nesterov | 1 | -3/+1 |
2012-10-30 | vtime: Make vtime_account_system() irqsafe | Frederic Weisbecker | 1 | -2/+2 |
2012-10-22 | powerpc: make fork_idle() take the common "kernel thread" path in copy_thread() | Al Viro | 1 | -1/+1 |
2012-10-22 | powerpc: put the "zero usp means using parent's stack pointer" to copy_thread() | Al Viro | 1 | -5/+4 |
2012-10-22 | powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al. | Al Viro | 1 | -3/+0 |
2012-10-22 | powerpc: don't bother with zero-extending arguments in sys_clone() | Al Viro | 1 | -8/+0 |
2012-10-22 | powerpc: take dereferencing to ret_from_kernel_thread() | Al Viro | 2 | -3/+2 |
2012-10-18 | cpuidle/powerpc: Fix smt_snooze_delay functionality. | Deepthi Dharwar | 1 | -1/+1 |
2012-10-15 | powerpc: don't mess with r2 in copy_thread() and friends | Al Viro | 2 | -3/+0 |
2012-10-15 | powerpc: switch to saner kernel_execve() semantics | Al Viro | 3 | -21/+3 |
2012-10-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -130/+59 |
2012-10-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 33 | -171/+734 |
2012-10-05 | compat: move compat_siginfo_t definition to asm/compat.h | Denys Vlasenko | 1 | -51/+0 |
2012-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+2 |
2012-10-04 | powerpc/iommu: Fix multiple issues with IOMMU pools code | Anton Blanchard | 1 | -1/+4 |
2012-10-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+62 |
2012-10-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -38/+7 |
2012-10-03 | compat: fs: Generic compat_sys_sendfile implementation | Catalin Marinas | 1 | -38/+7 |
2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 1 | -0/+20 |
2012-10-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -23/+35 |
2012-10-01 | Uninclude linux/freezer.h | Richard Weinberger | 1 | -1/+0 |
2012-10-01 | powerpc: switch to generic sys_execve()/kernel_execve() | Al Viro | 5 | -48/+17 |
2012-10-01 | powerpc: split ret_from_fork | Al Viro | 6 | -81/+42 |
2012-09-28 | Merge tag 'v3.6-rc7' into next | James Morris | 14 | -33/+89 |
2012-09-27 | powerpc: Set paca->data_offset = 0 for boot cpu | Michael Ellerman | 1 | -0/+2 |
2012-09-25 | vtime: Consolidate system/idle context detection | Frederic Weisbecker | 1 | -19/+28 |
2012-09-25 | cputime: Use a proper subsystem naming for vtime related APIs | Frederic Weisbecker | 1 | -5/+5 |
2012-09-24 | time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD | John Stultz | 1 | -1/+1 |
2012-09-24 | time: Move update_vsyscall definitions to timekeeper_internal.h | John Stultz | 1 | -1/+1 |
2012-09-19 | powerpc/smp: Do not disable IPI interrupts during suspend | Zhao Chenhui | 1 | -1/+1 |
2012-09-18 | Merge remote-tracking branch 'kumar/next' into next | Benjamin Herrenschmidt | 6 | -40/+134 |
2012-09-18 | powerpc/kprobe: Complete kprobe and migrate exception frame | Tiejun Chen | 2 | -6/+76 |
2012-09-17 | powerpc/trace: Fix interrupt tracepoints vs. RCU | Li Zhong | 2 | -8/+8 |
2012-09-17 | powerpc/mm: Add 64TB support | Aneesh Kumar K.V | 1 | -1/+3 |
2012-09-17 | powerpc: Add denormalisation exception handling for POWER6/7 | Michael Neuling | 1 | -0/+123 |