| Age | Commit message (Expand) | Author |
| 2018-05-19 | timekeeping: Standardize on ktime_get_*() naming | Arnd Bergmann |
| 2018-05-19 | timekeeping: Clean up ktime_get_real_ts64 | Arnd Bergmann |
| 2018-05-19 | timekeeping: Remove timespec64 hack | Arnd Bergmann |
| 2018-05-19 | Merge branch 'linus' into timers/2038 | Thomas Gleixner |
| 2018-05-18 | bpf: allow sk_msg programs to read sock fields | John Fastabend |
| 2018-05-18 | audit: use existing session info function | Richard Guy Briggs |
| 2018-05-18 | workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} | Tejun Heo |
| 2018-05-18 | workqueue: Set worker->desc to workqueue name by default | Tejun Heo |
| 2018-05-18 | workqueue: Make worker_attach/detach_pool() update worker->pool | Tejun Heo |
| 2018-05-18 | workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex | Tejun Heo |
| 2018-05-18 | scsi: zfcp: workqueue: set description for port work items with their WWPN as... | Steffen Maier |
| 2018-05-18 | xsk: clean up SPDX headers | Björn Töpel |
| 2018-05-18 | fsnotify: add fsnotify_add_inode_mark() wrappers | Amir Goldstein |
| 2018-05-18 | fsnotify: remove redundant arguments to handle_event() | Amir Goldstein |
| 2018-05-18 | sched/deadline: Make the grub_reclaim() function static | Mathieu Malaterre |
| 2018-05-18 | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/... | Mathieu Malaterre |
| 2018-05-17 | bpf: fix truncated jump targets on heavy expansions | Daniel Borkmann |
| 2018-05-18 | bpf: parse and verdict prog attach may race with bpf map update | John Fastabend |
| 2018-05-18 | bpf: sockmap update rollback on error can incorrectly dec prog refcnt | John Fastabend |
| 2018-05-17 | bpf: sockmap, fix double-free | Gustavo A. R. Silva |
| 2018-05-17 | bpf: sockmap, fix uninitialized variable | Gustavo A. R. Silva |
| 2018-05-17 | audit: normalize loginuid read access | Richard Guy Briggs |
| 2018-05-17 | audit: use new audit_context access funciton for seccomp_actions_logged | Richard Guy Briggs |
| 2018-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
| 2018-05-17 | bpf: sockmap, on update propagate errors back to userspace | John Fastabend |
| 2018-05-17 | bpf: fix sock hashmap kmalloc warning | Yonghong Song |
| 2018-05-16 | clocksource: Move inline keyword to the beginning of function declarations | Mathieu Malaterre |
| 2018-05-16 | printk: fix possible reuse of va_list variable | Tetsuo Handa |
| 2018-05-16 | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE... | Waiman Long |
| 2018-05-16 | locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag | Waiman Long |
| 2018-05-16 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
| 2018-05-15 | memremap: split devm_memremap_pages() and memremap() infrastructure | Dan Williams |
| 2018-05-16 | resource: switch to proc_create_seq_data | Christoph Hellwig |
| 2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
| 2018-05-16 | proc: introduce proc_create_seq_private | Christoph Hellwig |
| 2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig |
| 2018-05-15 | tick/broadcast: Use for_each_cpu() specially on UP kernels | Dexuan Cui |
| 2018-05-15 | bpf: sockmap, add hash map support | John Fastabend |
| 2018-05-15 | Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and... | Paul E. McKenney |
| 2018-05-15 | rcutorture: Print end-of-test state | Paul E. McKenney |
| 2018-05-15 | rcu: Drop early GP request check from rcu_gp_kthread() | Paul E. McKenney |
| 2018-05-15 | rcu: Simplify and inline cpu_needs_another_gp() | Paul E. McKenney |
| 2018-05-15 | rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp() | Paul E. McKenney |
| 2018-05-15 | rcu: Make rcu_start_this_gp() check for out-of-range requests | Paul E. McKenney |
| 2018-05-15 | rcu: Add funnel locking to rcu_start_this_gp() | Paul E. McKenney |
| 2018-05-15 | rcu: Make rcu_start_future_gp() caller select grace period | Paul E. McKenney |
| 2018-05-15 | rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp() | Paul E. McKenney |
| 2018-05-15 | rcu: Clear request other than RCU_GP_FLAG_INIT at GP end | Paul E. McKenney |
| 2018-05-15 | rcu: Cleanup, don't put ->completed into an int | Paul E. McKenney |
| 2018-05-15 | rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs() | Paul E. McKenney |