diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-11 20:00:04 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-11 20:00:04 -0500 |
commit | 70fdcb83db15c85a0495b07dc55d9347a4c2efd9 (patch) | |
tree | 5a7f073e87e14aacfc77a21a3bf37bc470143871 /MAINTAINERS | |
parent | edae583a6d4d1ad2eb73981787790993fef1bbad (diff) | |
parent | 0e95c69bde1a5bf22acd53b356fe10d7bec6e2be (diff) |
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 main RCU changes in this cycle are:
- Idle entry/exit changes, to throttle callback execution and other
refinements to speed up kbuild, primarily to address performance
issues located by Tibor Billes.
- Grace-period related changes, primarily to aid in debugging,
inspired by an -rt debugging session.
- Code reorganization moving RCU's source files into its own
kernel/rcu/ directory.
- RCU documentation updates
- Miscellaneous fixes.
Note, the following commit:
5c889690aa08 mm: Place preemption point in do_mlockall() loop
is identical to the commit already in your tree via email:
22356f447ceb mm: Place preemption point in do_mlockall() loop
[ Your version of the changelog nicely demonstrates it how kernel oops
messages should be trimmed properly :-/ ]"
* 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (30 commits)
rcu: Move RCU-related source code to kernel/rcu directory
rcu: Fix occurrence of "the the" in checklist.txt
kthread: Add pointer to vmstat-avoidance patch
rcu: Update stall-warning documentation
rcu: Consistent rcu_is_watching() naming
rcu: Change EXPORT_SYMBOL() to EXPORT_SYMBOL_GPL()
rcu: Is it safe to enter an RCU read-side critical section?
rcu: Throttle invoke_rcu_core() invocations due to non-lazy callbacks
rcu: Throttle rcu_try_advance_all_cbs() execution
rcu: Remove redundant code from rcu_cleanup_after_idle()
rcu: Fix CONFIG_RCU_NOCB_CPU_ALL panic on machines with sparse CPU mask
rcu: Avoid sparse warnings in rcu_nocb_wake trace event
rcu: Track rcu_nocb_kthread()'s sleeping and awakening
rcu: Distinguish between NOCB and non-NOCB rcu_callback trace events
rcu: Add tracing for rcuo no-CBs CPU wakeup handshake
rcu: Add tracing of normal (non-NOCB) grace-period requests
rcu: Add tracing to rcu_gp_kthread()
rcu: Flag lockless access to ->gp_flags with ACCESS_ONCE()
rcu: Prevent spurious-wakeup DoS attack on rcu_gp_kthread()
rcu: Improve grace-period start logic
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4d66a03e4f57..097db6367713 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6972,7 +6972,7 @@ M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | |||
6972 | S: Supported | 6972 | S: Supported |
6973 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | 6973 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
6974 | F: Documentation/RCU/torture.txt | 6974 | F: Documentation/RCU/torture.txt |
6975 | F: kernel/rcutorture.c | 6975 | F: kernel/rcu/torture.c |
6976 | 6976 | ||
6977 | RDC R-321X SoC | 6977 | RDC R-321X SoC |
6978 | M: Florian Fainelli <florian@openwrt.org> | 6978 | M: Florian Fainelli <florian@openwrt.org> |
@@ -6999,8 +6999,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | |||
6999 | F: Documentation/RCU/ | 6999 | F: Documentation/RCU/ |
7000 | X: Documentation/RCU/torture.txt | 7000 | X: Documentation/RCU/torture.txt |
7001 | F: include/linux/rcu* | 7001 | F: include/linux/rcu* |
7002 | F: kernel/rcu* | 7002 | X: include/linux/srcu.h |
7003 | X: kernel/rcutorture.c | 7003 | F: kernel/rcu/ |
7004 | X: kernel/rcu/torture.c | ||
7004 | 7005 | ||
7005 | REAL TIME CLOCK (RTC) SUBSYSTEM | 7006 | REAL TIME CLOCK (RTC) SUBSYSTEM |
7006 | M: Alessandro Zummo <a.zummo@towertech.it> | 7007 | M: Alessandro Zummo <a.zummo@towertech.it> |
@@ -7687,8 +7688,8 @@ M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | |||
7687 | W: http://www.rdrop.com/users/paulmck/RCU/ | 7688 | W: http://www.rdrop.com/users/paulmck/RCU/ |
7688 | S: Supported | 7689 | S: Supported |
7689 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | 7690 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
7690 | F: include/linux/srcu* | 7691 | F: include/linux/srcu.h |
7691 | F: kernel/srcu* | 7692 | F: kernel/rcu/srcu.c |
7692 | 7693 | ||
7693 | SMACK SECURITY MODULE | 7694 | SMACK SECURITY MODULE |
7694 | M: Casey Schaufler <casey@schaufler-ca.com> | 7695 | M: Casey Schaufler <casey@schaufler-ca.com> |