aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEADPaul E. McKenney25-418/+430
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2-4/+4
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2-304/+304
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein1-0/+2
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-4/+4
2018-11-27modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney1-7/+7
2018-11-27sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney1-2/+2
2018-11-27lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-27kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-5/+5
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney6-28/+28
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney1-8/+13
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney1-1/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2-4/+14
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney1-2/+2
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou1-3/+3
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney1-3/+5
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney1-12/+13
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney1-4/+4
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney1-1/+1
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney1-1/+2
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney1-3/+6
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney1-2/+4
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney1-0/+3
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney1-6/+6
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney2-5/+3
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)1-2/+2
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)1-11/+0
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney1-2/+3
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney1-7/+6
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar33-1080/+1433
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov1-1/+0
2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang1-2/+0
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2-41/+11
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou2-41/+11
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-1/+153
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-9/+12
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds1-1/+1
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-1/+1
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley1-1/+1
2018-10-31bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann1-5/+6