summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-11-27events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2018-11-27modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-11-27sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy
2018-11-12rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()Paul E. McKenney
2018-11-12rcu: Replace this_cpu_ptr() with __this_cpu_read()Paul E. McKenney
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney
2018-11-12rcu: Trace end of grace period before end of grace periodPaul E. McKenney
2018-11-12rcu: Adjust the comment of function rcu_is_watchingZhouyi Zhou
2018-11-12rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()Paul E. McKenney
2018-11-12rcu: Add state name to show_rcu_gp_kthreads() outputPaul E. McKenney
2018-11-12rcu: Parameterize rcu_check_gp_start_stall()Paul E. McKenney
2018-11-12rcu: Avoid double multiply by HZPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/update.cPaul E. McKenney
2018-11-12rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.hPaul E. McKenney
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney
2018-11-08sched/membarrier: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney
2018-11-08rcu: Eliminate synchronize_rcu_mult()Paul E. McKenney
2018-11-08rcu: Fix rcu_{node,data} comments about gp_seq_neededJoel Fernandes (Google)
2018-11-08rcu: Remove unused rcu_state externsJoel Fernandes (Google)
2018-11-08rcu: Eliminate BUG_ON() for kernel/rcu/tree.cPaul E. McKenney
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney
2018-11-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov
2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-01Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-pla...Linus Torvalds
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-11-01irq/matrix: Fix memory overallocationMichael Kelley
2018-10-31bpf: don't set id on after map lookup with ptr_to_map_val returnDaniel Borkmann