| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-02-03 | h8300: kill useless wrappers, fix rt_sigreturn(2) |  Al Viro | 2 | -23/+6 |
| 2013-02-03 | h8300: switch to generic sigaltstack |  Al Viro | 2 | -13/+3 |
| 2013-02-03 | consolidate kernel-side struct sigaction declarations |  Al Viro | 1 | -6/+1 |
| 2013-02-03 | consolidate declarations of k_sigaction |  Al Viro | 1 | -4/+0 |
| 2013-01-29 | Merge branch 'master' into for-next |  Jiri Kosina | 48 | -686/+622 |
| 2013-01-23 | soreuseport: infrastructure |  Tom Herbert | 1 | -1/+1 |
| 2013-01-17 | sk-filter: Add ability to lock a socket filter program |  Vincent Bernat | 1 | -0/+2 |
| 2013-01-04 | h8300: Fix home page URL in h8300/README |  Masanari Iida | 1 | -1/+1 |
| 2012-12-21 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 2 | -10/+1 |
| 2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 4 | -9/+1 |
| 2012-12-19 | unify SS_ONSTACK/SS_DISABLE definitions |  Al Viro | 1 | -6/+0 |
| 2012-12-19 | new helper: current_user_stack_pointer() |  Al Viro | 1 | -0/+1 |
| 2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series |  Al Viro | 2 | -3/+0 |
| 2012-12-19 | UAPI: (Scripted) Disintegrate arch/h8300/include/asm |  David Howells | 39 | -546/+595 |
| 2012-12-18 | h8300: select generic atomic64_t support |  Fengguang Wu | 1 | -0/+1 |
| 2012-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+1 |
| 2012-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 10 | -129/+29 |
| 2012-12-09 | h8300: Use generic asm/mmu.h |  Lars-Peter Clausen | 2 | -10/+1 |
| 2012-12-08 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core |  Ingo Molnar | 1 | -0/+1 |
| 2012-11-29 | new helper: signal_pt_regs() |  Al Viro | 1 | -0/+1 |
| 2012-11-29 | unify default ptrace_signal_deliver |  Al Viro | 1 | -2/+0 |
| 2012-11-28 | flagday: don't pass regs to copy_thread() |  Al Viro | 1 | -1/+1 |
| 2012-11-28 | h8300: switch to generic fork/vfork/clone |  Al Viro | 3 | -44/+6 |
| 2012-11-28 | Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-next |  Al Viro | 8 | -83/+22 |
| 2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+2 |
| 2012-11-13 | tracing,x86: Add a TSC trace_clock |  David Sharp | 1 | -0/+1 |
| 2012-11-09 | h8300: add missing L1_CACHE_SHIFT |  Fengguang Wu | 1 | -1/+2 |
| 2012-11-01 | sk-filter: Add ability to get socket filter program (v2) |  Pavel Emelyanov | 1 | -0/+1 |
| 2012-10-14 | h8300: generic sys_execve() |  Al Viro | 2 | -21/+1 |
| 2012-10-14 | h8300: generic kernel_execve() |  Al Viro | 3 | -28/+2 |
| 2012-10-14 | h8300: generic kernel_thread() |  Al Viro | 6 | -36/+21 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 3 | -11/+2 |
| 2012-10-12 | vfs: define struct filename and have getname() return it |  Jeff Layton | 1 | -2/+2 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -6/+2 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -7/+2 |
| 2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) |  Linus Torvalds | 1 | -0/+1 |
| 2012-10-09 | Kconfig: clean up the long arch list for the UID16 config option |  Catalin Marinas | 1 | -0/+1 |
| 2012-10-09 | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -0/+2 |
| 2012-10-06 | cross-arch: don't corrupt personality flags upon exec() |  Jiri Kosina | 1 | -1/+2 |
| 2012-10-06 | sections: fix section conflicts in arch/h8300 |  Andi Kleen | 7 | -8/+9 |
| 2012-10-04 | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic |  Arnd Bergmann | 2 | -0/+6 |
| 2012-10-03 | asm-generic: Add default clkdev.h |  Mark Brown | 1 | -0/+2 |
| 2012-10-02 | UAPI: (Scripted) Set up UAPI Kbuild files |  David Howells | 1 | -0/+3 |
| 2012-10-01 | Uninclude linux/freezer.h |  Richard Weinberger | 1 | -1/+0 |
| 2012-10-01 | h8300: trim _TIF_WORK_MASK |  Al Viro | 1 | -1/+2 |
| 2012-10-01 | sanitize tsk_is_polling() |  Al Viro | 1 | -3/+0 |
| 2012-10-01 | bury _TIF_RESTORE_SIGMASK |  Al Viro | 1 | -1/+0 |
| 2012-09-28 | Make most arch asm/module.h files use asm-generic/module.h |  David Howells | 3 | -11/+3 |
| 2012-09-23 | h8300: Add missing RCU idle APIs on idle loop |  Frederic Weisbecker | 1 | -0/+3 |
| 2012-09-20 | get rid of generic instances of asm/exec.h |  Al Viro | 2 | -6/+1 |