-
- Downloads
Merge branch 'rcu/next' of...
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu Pull RCU updates from Paul E. McKenney: " 1. Update RCU documentation. These were posted to LKML at https://lkml.org/lkml/2014/4/28/634. 2. Miscellaneous fixes. These were posted to LKML at https://lkml.org/lkml/2014/4/28/645. 3. Torture-test changes. These were posted to LKML at https://lkml.org/lkml/2014/4/28/667. 4. Variable-name renaming cleanup, sent separately due to conflicts. This was posted to LKML at https://lkml.org/lkml/2014/5/13/854. 5. Patch to suppress RCU stall warnings while sysrq requests are being processed. This patch is the RCU portions of the patch that Rik posted to LKML at https://lkml.org/lkml/2014/4/29/457 . The reason for pushing this patch ahead instead of waiting until 3.17 is that the NMI-based stack traces are messing up sysrq output, and in some cases also messing up the system as well." Signed-off-by:Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/RCU/00-INDEX 2 additions, 0 deletionsDocumentation/RCU/00-INDEX
- Documentation/RCU/checklist.txt 8 additions, 4 deletionsDocumentation/RCU/checklist.txt
- Documentation/RCU/rcu_dereference.txt 371 additions, 0 deletionsDocumentation/RCU/rcu_dereference.txt
- Documentation/RCU/stallwarn.txt 1 addition, 1 deletionDocumentation/RCU/stallwarn.txt
- Documentation/RCU/whatisRCU.txt 44 additions, 11 deletionsDocumentation/RCU/whatisRCU.txt
- include/linux/percpu.h 1 addition, 1 deletioninclude/linux/percpu.h
- include/linux/rcupdate.h 71 additions, 1 deletioninclude/linux/rcupdate.h
- include/linux/rcutiny.h 4 additions, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 1 addition, 0 deletionsinclude/linux/rcutree.h
- include/linux/torture.h 1 addition, 7 deletionsinclude/linux/torture.h
- kernel/locking/locktorture.c 6 additions, 4 deletionskernel/locking/locktorture.c
- kernel/rcu/rcutorture.c 171 additions, 46 deletionskernel/rcu/rcutorture.c
- kernel/rcu/tiny_plugin.h 4 additions, 4 deletionskernel/rcu/tiny_plugin.h
- kernel/rcu/tree.c 217 additions, 92 deletionskernel/rcu/tree.c
- kernel/rcu/tree.h 7 additions, 4 deletionskernel/rcu/tree.h
- kernel/rcu/tree_plugin.h 37 additions, 99 deletionskernel/rcu/tree_plugin.h
- kernel/rcu/update.c 30 additions, 0 deletionskernel/rcu/update.c
- kernel/sched/core.c 6 additions, 1 deletionkernel/sched/core.c
- kernel/softirq.c 1 addition, 3 deletionskernel/softirq.c
- kernel/torture.c 27 additions, 13 deletionskernel/torture.c
Loading
Please register or sign in to comment