forked from svenkatr/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.20…
…12.05.02b' and 'srcu.2012.05.07b' into HEAD barrier: Reduce the amount of disturbance by rcu_barrier() to the rest of the system. This branch also includes improvements to RCU_FAST_NO_HZ, which are included here due to conflicts. fixes: Miscellaneous fixes. inline: Remaining changes from an abortive attempt to inline preemptible RCU's __rcu_read_lock(). These are (1) making exit_rcu() avoid unnecessary work and (2) avoiding having preemptible RCU record a blocked thread when the scheduler declines to do a context switch. srcu: Lai Jiangshan's algorithmic implementation of SRCU, including call_srcu().
- Loading branch information
Showing
21 changed files
with
1,035 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5607,14 +5607,13 @@ F: net/rds/ | |
READ-COPY UPDATE (RCU) | ||
M: Dipankar Sarma <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
W: http://www.rdrop.com/users/paulmck/rclock/ | ||
W: http://www.rdrop.com/users/paulmck/RCU/ | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
F: Documentation/RCU/ | ||
X: Documentation/RCU/torture.txt | ||
F: include/linux/rcu* | ||
F: include/linux/srcu* | ||
F: kernel/rcu* | ||
F: kernel/srcu* | ||
X: kernel/rcutorture.c | ||
|
||
REAL TIME CLOCK (RTC) SUBSYSTEM | ||
|
@@ -6131,6 +6130,15 @@ S: Maintained | |
F: include/linux/sl?b*.h | ||
F: mm/sl?b.c | ||
|
||
SLEEPABLE READ-COPY UPDATE (SRCU) | ||
M: Lai Jiangshan <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
W: http://www.rdrop.com/users/paulmck/RCU/ | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
F: include/linux/srcu* | ||
F: kernel/srcu* | ||
|
||
SMC91x ETHERNET DRIVER | ||
M: Nicolas Pitre <[email protected]> | ||
S: Odd Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.