Merge branch 'core-rcu-for-linus' of...
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (31 commits) rcu: Make RCU's CPU-stall detector be default rcu: Add expedited grace-period support for preemptible RCU rcu: Enable fourth level of TREE_RCU hierarchy rcu: Rename "quiet" functions rcu: Re-arrange code to reduce #ifdef pain rcu: Eliminate unneeded function wrapping rcu: Fix grace-period-stall bug on large systems with CPU hotplug rcu: Eliminate __rcu_pending() false positives rcu: Further cleanups of use of lastcomp rcu: Simplify association of forced quiescent states with grace periods rcu: Accelerate callback processing on CPUs not detecting GP end rcu: Mark init-time-only rcu_bootup_announce() as __init rcu: Simplify association of quiescent states with grace periods rcu: Rename dynticks_completed to completed_fqs rcu: Enable synchronize_sched_expedited() fastpath rcu: Remove inline from forward-referenced functions rcu: Fix note_new_gpnum() uses of ->gpnum rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counter rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->completed counter rcu: Cleanup: balance rcu_irq_enter()/rcu_irq_exit() calls ...
No related branches found
No related tags found
Showing
- Documentation/RCU/trace.txt 49 additions, 205 deletionsDocumentation/RCU/trace.txt
- Documentation/RCU/whatisRCU.txt 1 addition, 1 deletionDocumentation/RCU/whatisRCU.txt
- include/linux/hardirq.h 24 additions, 0 deletionsinclude/linux/hardirq.h
- include/linux/rcupdate.h 2 additions, 8 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 104 additions, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 3 additions, 4 deletionsinclude/linux/rcutree.h
- include/linux/srcu.h 1 addition, 0 deletionsinclude/linux/srcu.h
- init/Kconfig 9 additions, 0 deletionsinit/Kconfig
- kernel/Makefile 1 addition, 0 deletionskernel/Makefile
- kernel/rcupdate.c 0 additions, 122 deletionskernel/rcupdate.c
- kernel/rcutiny.c 282 additions, 0 deletionskernel/rcutiny.c
- kernel/rcutorture.c 52 additions, 13 deletionskernel/rcutorture.c
- kernel/rcutree.c 309 additions, 156 deletionskernel/rcutree.c
- kernel/rcutree.h 58 additions, 11 deletionskernel/rcutree.h
- kernel/rcutree_plugin.h 275 additions, 34 deletionskernel/rcutree_plugin.h
- kernel/rcutree_trace.c 10 additions, 2 deletionskernel/rcutree_trace.c
- kernel/sched.c 1 addition, 0 deletionskernel/sched.c
- kernel/softirq.c 1 addition, 1 deletionkernel/softirq.c
- kernel/srcu.c 51 additions, 23 deletionskernel/srcu.c
- lib/Kconfig.debug 1 addition, 1 deletionlib/Kconfig.debug
Loading
Please register or sign in to comment