Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU updates from Ingo Molnar: "The major changes: - Simplify RCU's grace-period and callback processing based on the new numbering for callbacks. - Removal of TINY_PREEMPT_RCU in favor of TREE_PREEMPT_RCU for single-CPU low-latency systems. - SRCU-related changes and fixes. - Miscellaneous fixes, including converting a few remaining printk() calls to pr_*(). - Documentation updates" * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits) rcu: Shrink TINY_RCU by reworking CPU-stall ifdefs rcu: Shrink TINY_RCU by moving exit_rcu() rcu: Remove TINY_PREEMPT_RCU tracing documentation rcu: Consolidate rcutiny_plugin.h ifdefs rcu: Remove rcu_preempt_note_context_switch() rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.h rcu: Remove check_cpu_stall_preempt() rcu: Simplify RCU_TINY RCU callback invocation rcu: Remove rcu_preempt_process_callbacks() rcu: Remove rcu_preempt_remove_callbacks() rcu: Remove rcu_preempt_check_callbacks() rcu: Remove show_tiny_preempt_stats() rcu: Remove TINY_PREEMPT_RCU powerpc,kvm: fix imbalance srcu_read_[un]lock() rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw(). rcu: Apply Dave Jones's NOCB Kconfig help feedback rcu: Merge adjacent identical ifdefs rcu: Drive quiescent-state-forcing delay from HZ rcu: Remove "Experimental" flags kthread: Add kworker kthreads to OS-jitter documentation ...
No related branches found
No related tags found
Showing
- Documentation/RCU/checklist.txt 0 additions, 6 deletionsDocumentation/RCU/checklist.txt
- Documentation/RCU/torture.txt 0 additions, 6 deletionsDocumentation/RCU/torture.txt
- Documentation/RCU/trace.txt 4 additions, 96 deletionsDocumentation/RCU/trace.txt
- Documentation/RCU/whatisRCU.txt 7 additions, 15 deletionsDocumentation/RCU/whatisRCU.txt
- Documentation/kernel-per-CPU-kthreads.txt 47 additions, 0 deletionsDocumentation/kernel-per-CPU-kthreads.txt
- Documentation/timers/NO_HZ.txt 67 additions, 12 deletionsDocumentation/timers/NO_HZ.txt
- arch/powerpc/kvm/book3s_hv.c 1 addition, 1 deletionarch/powerpc/kvm/book3s_hv.c
- include/linux/hardirq.h 1 addition, 1 deletioninclude/linux/hardirq.h
- include/linux/rcupdate.h 2 additions, 3 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 4 additions, 37 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 2 additions, 1 deletioninclude/linux/rcutree.h
- include/linux/srcu.h 0 additions, 43 deletionsinclude/linux/srcu.h
- init/Kconfig 27 additions, 19 deletionsinit/Kconfig
- kernel/rcupdate.c 1 addition, 28 deletionskernel/rcupdate.c
- kernel/rcutiny.c 11 additions, 10 deletionskernel/rcutiny.c
- kernel/rcutiny_plugin.h 35 additions, 974 deletionskernel/rcutiny_plugin.h
- kernel/rcutorture.c 0 additions, 39 deletionskernel/rcutorture.c
- kernel/rcutree.c 44 additions, 124 deletionskernel/rcutree.c
- kernel/rcutree.h 10 additions, 5 deletionskernel/rcutree.h
- kernel/rcutree_plugin.h 53 additions, 28 deletionskernel/rcutree_plugin.h
Loading
Please register or sign in to comment