aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann1-22/+64
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki1-23/+47
2018-05-23workqueue: move function definitions within CONFIG_SMP blockMathieu Malaterre1-2/+2
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo1-8/+8
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)1-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar1-1/+1
2018-05-22rcu/x86: Provide early rcu_cpu_starting() callbackPeter Zijlstra1-0/+9
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi1-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi1-8/+10
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-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-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-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-483/+402
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-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
2018-05-15rcu: Drop early GP request check from rcu_gp_kthread()Paul E. McKenney1-6/+0
2018-05-15rcu: Simplify and inline cpu_needs_another_gp()Paul E. McKenney3-57/+3
2018-05-15rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp()Paul E. McKenney1-4/+2
2018-05-15rcu: Make rcu_start_this_gp() check for out-of-range requestsPaul E. McKenney1-0/+2
2018-05-15rcu: Add funnel locking to rcu_start_this_gp()Paul E. McKenney1-57/+35
2018-05-15rcu: Make rcu_start_future_gp() caller select grace periodPaul E. McKenney2-35/+27
2018-05-15rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp()Paul E. McKenney1-44/+12
2018-05-15rcu: Clear request other than RCU_GP_FLAG_INIT at GP endPaul E. McKenney1-0/+1
2018-05-15rcu: Cleanup, don't put ->completed into an intPaul E. McKenney1-1/+1