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 the v3.18 RCU changes from Paul E. McKenney: " * Update RCU documentation. These were posted to LKML at https://lkml.org/lkml/2014/8/28/378. * Miscellaneous fixes. These were posted to LKML at https://lkml.org/lkml/2014/8/28/386. An additional fix that eliminates a documented (but now inconvenient) deadlock between RCU hotplug and expedited grace periods was posted at https://lkml.org/lkml/2014/8/28/573. * Changes related to No-CBs CPUs and NO_HZ_FULL. These were posted to LKML at https://lkml.org/lkml/2014/8/28/412. * Torture-test updates. These were posted to LKML at https://lkml.org/lkml/2014/8/28/546 and at https://lkml.org/lkml/2014/9/11/1114. * RCU-tasks implementation. These were posted to LKML at https://lkml.org/lkml/2014/8/28/540 . " Signed-off-by:Ingo Molnar <mingo@kernel.org>
Showing
- Documentation/RCU/stallwarn.txt 24 additions, 9 deletionsDocumentation/RCU/stallwarn.txt
- Documentation/kernel-parameters.txt 67 additions, 1 deletionDocumentation/kernel-parameters.txt
- Documentation/locking/locktorture.txt 142 additions, 0 deletionsDocumentation/locking/locktorture.txt
- Documentation/memory-barriers.txt 66 additions, 62 deletionsDocumentation/memory-barriers.txt
- fs/file.c 1 addition, 1 deletionfs/file.c
- include/linux/cpu.h 2 additions, 0 deletionsinclude/linux/cpu.h
- include/linux/init_task.h 11 additions, 1 deletioninclude/linux/init_task.h
- include/linux/lockdep.h 1 addition, 0 deletionsinclude/linux/lockdep.h
- include/linux/rcupdate.h 65 additions, 41 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 1 addition, 1 deletioninclude/linux/rcutiny.h
- include/linux/sched.h 22 additions, 17 deletionsinclude/linux/sched.h
- include/linux/torture.h 3 additions, 2 deletionsinclude/linux/torture.h
- include/trace/events/rcu.h 3 additions, 0 deletionsinclude/trace/events/rcu.h
- init/Kconfig 12 additions, 2 deletionsinit/Kconfig
- init/main.c 1 addition, 0 deletionsinit/main.c
- kernel/cpu.c 15 additions, 1 deletionkernel/cpu.c
- kernel/exit.c 3 additions, 0 deletionskernel/exit.c
- kernel/locking/locktorture.c 323 additions, 69 deletionskernel/locking/locktorture.c
- kernel/rcu/rcutorture.c 198 additions, 80 deletionskernel/rcu/rcutorture.c
- kernel/rcu/tiny.c 11 additions, 9 deletionskernel/rcu/tiny.c
Loading
Please register or sign in to comment