-
- 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. Major changes: " 1. Update RCU documentation. These were posted to LKML at http://article.gmane.org/gmane.linux.kernel/1566994. 2. Miscellaneous fixes. These were posted to LKML at http://article.gmane.org/gmane.linux.kernel/1567027. 3. Grace-period-related changes, primarily to aid in debugging, inspired by a -rt debugging session. These were posted to LKML at http://article.gmane.org/gmane.linux.kernel/1567076. 4. Idle entry/exit changes, primarily to address issues located by Tibor Billes. These were posted to LKML at http://article.gmane.org/gmane.linux.kernel/1567096. 5. Code reorganization moving RCU's source files from kernel to kernel/rcu. This was posted to LKML at http://article.gmane.org/gmane.linux.kernel/1577344. " Signed-off-by:Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/DocBook/device-drivers.tmpl 4 additions, 1 deletionDocumentation/DocBook/device-drivers.tmpl
- Documentation/RCU/checklist.txt 2 additions, 2 deletionsDocumentation/RCU/checklist.txt
- Documentation/RCU/stallwarn.txt 15 additions, 7 deletionsDocumentation/RCU/stallwarn.txt
- Documentation/kernel-parameters.txt 57 additions, 38 deletionsDocumentation/kernel-parameters.txt
- Documentation/kernel-per-CPU-kthreads.txt 11 additions, 6 deletionsDocumentation/kernel-per-CPU-kthreads.txt
- MAINTAINERS 6 additions, 5 deletionsMAINTAINERS
- include/linux/rculist.h 21 additions, 2 deletionsinclude/linux/rculist.h
- include/linux/rcupdate.h 12 additions, 12 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 17 additions, 0 deletionsinclude/linux/rcutiny.h
- include/linux/rcutree.h 2 additions, 0 deletionsinclude/linux/rcutree.h
- include/trace/events/rcu.h 66 additions, 14 deletionsinclude/trace/events/rcu.h
- kernel/Makefile 3 additions, 8 deletionskernel/Makefile
- kernel/lockdep.c 2 additions, 2 deletionskernel/lockdep.c
- kernel/rcu/Makefile 6 additions, 0 deletionskernel/rcu/Makefile
- kernel/rcu/rcu.h 7 additions, 0 deletionskernel/rcu/rcu.h
- kernel/rcu/srcu.c 0 additions, 0 deletionskernel/rcu/srcu.c
- kernel/rcu/tiny.c 20 additions, 17 deletionskernel/rcu/tiny.c
- kernel/rcu/tiny_plugin.h 0 additions, 0 deletionskernel/rcu/tiny_plugin.h
- kernel/rcu/torture.c 6 additions, 0 deletionskernel/rcu/torture.c
- kernel/rcu/tree.c 137 additions, 48 deletionskernel/rcu/tree.c
Loading
Please register or sign in to comment