aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi1-8/+10
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-185/+223
2018-05-21audit: Fix wrong task in comparison of session IDOndrej Mosnáček1-1/+1
2018-05-21Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+94
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-34/+84
2018-05-21workqueue: Make sure struct worker is accessible for wq_worker_comm()Tejun Heo1-24/+34
2018-05-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2018-05-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-7/+4
2018-05-19bpf: Prevent memory disambiguation attackAlexei Starovoitov1-3/+56
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann1-0/+19
2018-05-19timekeeping: Standardize on ktime_get_*() namingArnd Bergmann1-14/+9
2018-05-19timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann1-25/+6
2018-05-19timekeeping: Remove timespec64 hackArnd Bergmann1-2/+0
2018-05-19Merge branch 'linus' into timers/2038Thomas Gleixner42-433/+506
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-0/+1
2018-05-18audit: use existing session info functionRichard Guy Briggs1-3/+1
2018-05-18workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status}Tejun Heo1-0/+39
2018-05-18workqueue: Set worker->desc to workqueue name by defaultTejun Heo2-12/+10
2018-05-18workqueue: Make worker_attach/detach_pool() update worker->poolTejun Heo2-9/+9
2018-05-18workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutexTejun Heo1-21/+20
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as contextSteffen Maier1-0/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel1-9/+0
2018-05-18fsnotify: add fsnotify_add_inode_mark() wrappersAmir Goldstein3-7/+7
2018-05-18fsnotify: remove redundant arguments to handle_event()Amir Goldstein3-6/+2
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.hMathieu Malaterre3-6/+3
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-25/+75
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend1-3/+3
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend1-6/+6
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva1-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-05-17audit: normalize loginuid read accessRichard Guy Briggs1-9/+15
2018-05-17audit: use new audit_context access funciton for seccomp_actions_loggedRichard Guy Briggs1-1/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-100/+797
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend1-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song1-0/+6
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWNWaiman Long1-0/+2
2018-05-16locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long3-21/+28
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar16-481/+400
2018-05-15memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams3-177/+171
2018-05-16resource: switch to proc_create_seq_dataChristoph Hellwig1-38/+5
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig7-128/+16
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-14/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-68/+4
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend3-17/+492
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney16-395/+254
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney1-0/+8