| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-01-07 | parisc: don't claim cpu irqs more than once |  John David Anglin | 1 | -2/+4 |
| 2013-01-07 | parisc: avoid undefined shift in cnv_float.h |  John David Anglin | 1 | -6/+5 |
| 2013-01-03 | ARCH: drivers remove __dev* attributes. |  Greg Kroah-Hartman | 2 | -5/+4 |
| 2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 3 | -9/+0 |
| 2012-12-19 | unify SS_ONSTACK/SS_DISABLE definitions |  Al Viro | 1 | -6/+0 |
| 2012-12-19 | Bury the conditionals from kernel_thread/kernel_execve series |  Al Viro | 2 | -3/+0 |
| 2012-12-19 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 1 | -2/+0 |
| 2012-12-14 | modules: don't hand 0 to vmalloc. |  Rusty Russell | 1 | -2/+0 |
| 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 | 8 | -365/+52 |
| 2012-12-11 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+1 |
| 2012-12-11 | Merge branch 'akpm' (Andrew's patchbomb) |  Linus Torvalds | 1 | -0/+11 |
| 2012-12-11 | mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB |  Andi Kleen | 1 | -0/+11 |
| 2012-12-11 | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty |  Linus Torvalds | 2 | -2/+6 |
| 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-12-03 | [parisc] open(2) compat bug |  Al Viro | 1 | -1/+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 | -3/+2 |
| 2012-11-28 | parisc: switch to generic fork/vfork/clone |  Al Viro | 4 | -69/+22 |
| 2012-11-28 | kill stray kernel_thread() garbage |  Al Viro | 1 | -1/+0 |
| 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 | 6 | -301/+39 |
| 2012-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 2 | -2/+6 |
| 2012-11-22 | [PARISC] fix user-triggerable panic on parisc |  Al Viro | 1 | -2/+4 |
| 2012-11-17 | irq_work: Remove CONFIG_HAVE_IRQ_WORK |  Frederic Weisbecker | 1 | -1/+0 |
| 2012-11-16 | Merge branch 'arch-frv' into no-rebases |  Al Viro | 57 | -1542/+1511 |
| 2012-11-15 | TTY: call tty_port_destroy in the rest of drivers |  Jiri Slaby | 1 | -2/+3 |
| 2012-11-15 | [PARISC] fix virtual aliasing issue in get_shared_area() |  James Bottomley | 1 | -0/+2 |
| 2012-11-13 | tracing,x86: Add a TSC trace_clock |  David Sharp | 1 | -0/+1 |
| 2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 57 | -1542/+1511 |
| 2012-11-01 | sk-filter: Add ability to get socket filter program (v2) |  Pavel Emelyanov | 1 | -0/+1 |
| 2012-10-25 | tty, ioctls -- Add new ioctl definitions for tty flags fetching |  Cyrill Gorcunov | 1 | -0/+3 |
| 2012-10-21 | parisc: switch to saner kernel_execve() semantics |  Al Viro | 3 | -20/+4 |
| 2012-10-16 | UAPI: (Scripted) Disintegrate arch/parisc/include/asm |  David Howells | 35 | -1453/+1507 |
| 2012-10-16 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git/ |  David Howells | 23 | -89/+4 |
| 2012-10-14 | parisc: optimizations in copy_thread() and friends |  Al Viro | 2 | -87/+27 |
| 2012-10-14 | parisc: switch to generic sys_execve() |  Al Viro | 5 | -92/+2 |
| 2012-10-14 | parisc: switch to generic kernel_execve() |  Al Viro | 3 | -32/+7 |
| 2012-10-14 | parisc: switch to generic kernel_thread() |  Al Viro | 3 | -89/+18 |
| 2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux |  Linus Torvalds | 2 | -13/+5 |
| 2012-10-14 | [PARISC] asm: redo generic includes |  James Bottomley | 23 | -89/+4 |
| 2012-10-12 | vfs: define struct filename and have getname() return it |  Jeff Layton | 3 | -6/+6 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 4 | -36/+25 |
| 2012-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 2 | -6/+1 |
| 2012-10-09 | Merge branch 'akpm' (Andrew's patch-bomb) |  Linus Torvalds | 1 | -2/+1 |
| 2012-10-09 | mm: replace vma prio_tree with an interval tree |  Michel Lespinasse | 1 | -2/+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/+1 |
| 2012-10-06 | compat: move compat_siginfo_t definition to asm/compat.h |  Denys Vlasenko | 2 | -53/+58 |
| 2012-10-06 | sections: disable const sections for PA-RISC v2 |  Andi Kleen | 1 | -0/+1 |
| 2012-10-04 | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic |  Arnd Bergmann | 4 | -9/+15 |
| 2012-10-03 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers |  Linus Torvalds | 1 | -0/+3 |