| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-05-21 | osf_wait4(): fix infoleak |  Al Viro | 1 | -2/+4 |
| 2017-05-10 | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -41/+0 |
| 2017-05-10 | Merge tag 'kbuild-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild |  Linus Torvalds | 1 | -8/+3 |
| 2017-05-11 | uapi: export all headers under uapi directories |  Nicolas Dichtel | 1 | -41/+0 |
| 2017-05-03 | alpha: make short build log available for division routines |  Masahiro Yamada | 1 | -2/+2 |
| 2017-05-03 | alpha: merge build rules of division routines |  Masahiro Yamada | 1 | -7/+2 |
| 2017-05-03 | alpha: add $(src)/ rather than $(obj)/ to make source file path |  Masahiro Yamada | 1 | -4/+4 |
| 2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+6 |
| 2017-05-01 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+3 |
| 2017-04-26 | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now |  Al Viro | 1 | -1/+0 |
| 2017-04-26 | Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ... |  Al Viro | 10 | -558/+317 |
| 2017-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+1 |
| 2017-04-14 | time: Delete do_sys_setimeofday() |  Deepa Dinamani | 1 | -1/+3 |
| 2017-04-08 | New getsockopt option to get socket cookie |  Chenbo Feng | 1 | -0/+2 |
| 2017-04-06 | alpha: fix stack smashing in old_adjtimex(2) |  Al Viro | 1 | -1/+1 |
| 2017-04-03 | alpha: fix stack smashing in old_adjtimex(2) |  Al Viro | 1 | -1/+1 |
| 2017-03-28 | alpha: switch to RAW_COPY_USER |  Al Viro | 2 | -27/+7 |
| 2017-03-28 | alpha: add a helper for emitting exception table entries |  Al Viro | 4 | -186/+68 |
| 2017-03-28 | alpha: kill the 'segment' argument of __access_ok() |  Al Viro | 1 | -41/+41 |
| 2017-03-28 | alpha: don't bother with __access_ok() in traps.c |  Al Viro | 1 | -2/+2 |
| 2017-03-28 | alpha: get rid of 'segment' argument of __{get,put}_user_check() |  Al Viro | 1 | -6/+6 |
| 2017-03-28 | alpha: add asm/extable.h |  Al Viro | 2 | -51/+56 |
| 2017-03-28 | alpha: switch __copy_user() and __do_clean_user() to normal calling conventions |  Al Viro | 5 | -252/+151 |
| 2017-03-28 | new helper: uaccess_kernel() |  Al Viro | 1 | -1/+1 |
| 2017-03-24 | net: Introduce SO_INCOMING_NAPI_ID |  Sridhar Samudrala | 1 | -0/+2 |
| 2017-03-22 | sock: introduce SO_MEMINFO getsockopt |  Josh Hunt | 1 | -0/+2 |
| 2017-03-05 | uaccess: drop duplicate includes from asm/uaccess.h |  Al Viro | 1 | -4/+0 |
| 2017-03-05 | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h |  Al Viro | 1 | -3/+0 |
| 2017-03-03 | sched/headers: Move task->mm handling methods to <linux/sched/mm.h> |  Ingo Molnar | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> |  Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> |  Ingo Molnar | 2 | -0/+3 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> |  Ingo Molnar | 4 | -0/+4 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> |  Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> |  Ingo Molnar | 2 | -0/+2 |
| 2017-03-02 | sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h> |  Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> |  Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> |  Ingo Molnar | 4 | -4/+4 |
| 2017-02-27 | mm: add new mmgrab() helper |  Vegard Nossum | 1 | -1/+1 |
| 2017-02-27 | kprobes: move kprobe declarations to asm-generic/kprobes.h |  Luis R. Rodriguez | 1 | -0/+1 |
| 2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 3 | -6/+6 |
| 2017-02-24 | alpha: use generic current.h |  Davidlohr Bueso | 2 | -9/+1 |
| 2017-02-21 | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux |  Linus Torvalds | 2 | -2/+2 |
| 2017-02-01 | sched/cputime: Remove generic asm headers |  Frederic Weisbecker | 1 | -1/+0 |
| 2017-02-01 | alpha: Convert obsolete cputime_t to nsecs |  Frederic Weisbecker | 1 | -4/+4 |
| 2017-02-01 | sched/cputime: Convert task/group cputime to nsecs |  Frederic Weisbecker | 1 | -2/+2 |
| 2017-02-01 | sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime |  Frederic Weisbecker | 1 | -1/+1 |
| 2017-01-24 | alpha: migrate exception table users off module.h and onto extable.h |  Paul Gortmaker | 2 | -2/+2 |
| 2017-01-24 | treewide: Consolidate get_dma_ops() implementations |  Bart Van Assche | 1 | -1/+1 |
| 2017-01-24 | treewide: Constify most dma_map_ops structures |  Bart Van Assche | 3 | -6/+6 |
| 2016-12-25 | clocksource: Use a plain u64 instead of cycle_t |  Thomas Gleixner | 1 | -2/+2 |