diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-05-14 02:41:20 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-05-14 02:41:46 -0400 |
commit | 2d84e023cb5ec00403ff5d447533c6fd58fcc7ff (patch) | |
tree | cb10d9a568ebb4be8593821a6f205efedf2f4ddd /MAINTAINERS | |
parent | 9ff00d58a915b6747ba2e843ab2d04c712b4dc32 (diff) | |
parent | dc36be4419311fd57becdf54bfeef6bd04a6741d (diff) |
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Pull the v3.5 RCU tree from Paul E. McKenney:
1) A set of improvements and fixes to the RCU_FAST_NO_HZ feature
(with more on the way for 3.6). Posted to LKML:
https://lkml.org/lkml/2012/4/23/324 (commits 1-3 and 5),
https://lkml.org/lkml/2012/4/16/611 (commit 4),
https://lkml.org/lkml/2012/4/30/390 (commit 6), and
https://lkml.org/lkml/2012/5/4/410 (commit 7, combined with
the other commits for the convenience of the tester).
2) Changes to make rcu_barrier() avoid disrupting execution of CPUs
that have no RCU callbacks. Posted to LKML:
https://lkml.org/lkml/2012/4/23/322.
3) A couple of commits that improve the efficiency of the interaction
between preemptible RCU and the scheduler, these two being all
that survived an abortive attempt to allow preemptible RCU's
__rcu_read_lock() to be inlined. The full set was posted to
LKML at https://lkml.org/lkml/2012/4/14/143, and the first and
third patches of that set remain.
4) Lai Jiangshan's algorithmic implementation of SRCU, which includes
call_srcu() and srcu_barrier(). A major feature of this new
implementation is that synchronize_srcu() no longer disturbs
the execution of other CPUs. This work is based on earlier
implementations by Peter Zijlstra and Paul E. McKenney. Posted to
LKML: https://lkml.org/lkml/2012/2/22/82.
5) A number of miscellaneous bug fixes and improvements which were
posted to LKML at: https://lkml.org/lkml/2012/4/23/353 with
subsequent updates posted to LKML.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b36270986501..dff245064d4b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5608,14 +5608,13 @@ F: net/rds/ | |||
5608 | READ-COPY UPDATE (RCU) | 5608 | READ-COPY UPDATE (RCU) |
5609 | M: Dipankar Sarma <dipankar@in.ibm.com> | 5609 | M: Dipankar Sarma <dipankar@in.ibm.com> |
5610 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 5610 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
5611 | W: http://www.rdrop.com/users/paulmck/rclock/ | 5611 | W: http://www.rdrop.com/users/paulmck/RCU/ |
5612 | S: Supported | 5612 | S: Supported |
5613 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | 5613 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
5614 | F: Documentation/RCU/ | 5614 | F: Documentation/RCU/ |
5615 | X: Documentation/RCU/torture.txt | ||
5615 | F: include/linux/rcu* | 5616 | F: include/linux/rcu* |
5616 | F: include/linux/srcu* | ||
5617 | F: kernel/rcu* | 5617 | F: kernel/rcu* |
5618 | F: kernel/srcu* | ||
5619 | X: kernel/rcutorture.c | 5618 | X: kernel/rcutorture.c |
5620 | 5619 | ||
5621 | REAL TIME CLOCK (RTC) SUBSYSTEM | 5620 | REAL TIME CLOCK (RTC) SUBSYSTEM |
@@ -6132,6 +6131,15 @@ S: Maintained | |||
6132 | F: include/linux/sl?b*.h | 6131 | F: include/linux/sl?b*.h |
6133 | F: mm/sl?b.c | 6132 | F: mm/sl?b.c |
6134 | 6133 | ||
6134 | SLEEPABLE READ-COPY UPDATE (SRCU) | ||
6135 | M: Lai Jiangshan <laijs@cn.fujitsu.com> | ||
6136 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | ||
6137 | W: http://www.rdrop.com/users/paulmck/RCU/ | ||
6138 | S: Supported | ||
6139 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
6140 | F: include/linux/srcu* | ||
6141 | F: kernel/srcu* | ||
6142 | |||
6135 | SMC91x ETHERNET DRIVER | 6143 | SMC91x ETHERNET DRIVER |
6136 | M: Nicolas Pitre <nico@fluxnic.net> | 6144 | M: Nicolas Pitre <nico@fluxnic.net> |
6137 | S: Odd Fixes | 6145 | S: Odd Fixes |