-
- Downloads
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU updates from Ingo Molnar: - updates to the handling of expedited grace periods - updates to reduce lock contention in the rcu_node combining tree [ These are in preparation for the consolidation of RCU-bh, RCU-preempt, and RCU-sched into a single flavor, which was requested by Linus in response to a security flaw whose root cause included confusion between the multiple flavors of RCU ] - torture-test updates that save their users some time and effort - miscellaneous fixes * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (44 commits) rcu/x86: Provide early rcu_cpu_starting() callback torture: Make kvm-find-errors.sh find build warnings rcutorture: Abbreviate kvm.sh summary lines rcutorture: Print end-of-test state in kvm.sh summary rcutorture: Print end-of-test state torture: Fold parse-torture.sh into parse-console.sh torture: Add a script to edit output from failed runs rcu: Update list of rcu_future_grace_period() trace events rcu: Drop early GP request check from rcu_gp_kthread() rcu: Simplify and inline cpu_needs_another_gp() rcu: The rcu_gp_cleanup() function does not need cpu_needs_another_gp() rcu: Make rcu_start_this_gp() check for out-of-range requests rcu: Add funnel locking to rcu_start_this_gp() rcu: Make rcu_start_future_gp() caller select grace period rcu: Inline rcu_start_gp_advanced() into rcu_start_future_gp() rcu: Clear request other than RCU_GP_FLAG_INIT at GP end rcu: Cleanup, don't put ->completed into an int rcu: Switch __rcu_process_callbacks() to rcu_accelerate_cbs() rcu: Avoid __call_rcu_core() root rcu_node ->lock acquisition rcu: Make rcu_migrate_callbacks wake GP kthread when needed ...
No related branches found
No related tags found
Showing
- Documentation/RCU/whatisRCU.txt 2 additions, 0 deletionsDocumentation/RCU/whatisRCU.txt
- arch/x86/kernel/cpu/mtrr/main.c 4 additions, 0 deletionsarch/x86/kernel/cpu/mtrr/main.c
- drivers/nvme/host/core.c 1 addition, 1 deletiondrivers/nvme/host/core.c
- include/linux/rcupdate.h 2 additions, 3 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 1 addition, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 2 additions, 0 deletionsinclude/linux/rcutree.h
- include/linux/sched.h 0 additions, 8 deletionsinclude/linux/sched.h
- include/linux/srcu.h 35 additions, 1 deletioninclude/linux/srcu.h
- include/trace/events/rcu.h 7 additions, 6 deletionsinclude/trace/events/rcu.h
- kernel/rcu/rcu.h 9 additions, 3 deletionskernel/rcu/rcu.h
- kernel/rcu/rcu_segcblist.c 0 additions, 18 deletionskernel/rcu/rcu_segcblist.c
- kernel/rcu/rcu_segcblist.h 0 additions, 2 deletionskernel/rcu/rcu_segcblist.h
- kernel/rcu/rcuperf.c 1 addition, 1 deletionkernel/rcu/rcuperf.c
- kernel/rcu/rcutorture.c 14 additions, 1 deletionkernel/rcu/rcutorture.c
- kernel/rcu/srcutiny.c 6 additions, 3 deletionskernel/rcu/srcutiny.c
- kernel/rcu/srcutree.c 17 additions, 13 deletionskernel/rcu/srcutree.c
- kernel/rcu/tree.c 135 additions, 229 deletionskernel/rcu/tree.c
- kernel/rcu/tree.h 27 additions, 9 deletionskernel/rcu/tree.h
- kernel/rcu/tree_exp.h 139 additions, 96 deletionskernel/rcu/tree_exp.h
- kernel/rcu/tree_plugin.h 58 additions, 40 deletionskernel/rcu/tree_plugin.h
Loading
Please register or sign in to comment