forked from torvalds/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 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2…
…014.07.08b', 'nocbs.2014.07.07a' and 'torture.2014.07.07a' into HEAD doc.2014.07.08a: Documentation updates. fixes.2014.07.09a: Miscellaneous fixes. maintainers.2014.07.08b: Maintainership updates. nocbs.2014.07.07a: Callback-offloading fixes. torture.2014.07.07a: Torture-test updates.
- Loading branch information
Showing
37 changed files
with
457 additions
and
171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,8 @@ Descriptions of section entries: | |
|
||
P: Person (obsolete) | ||
M: Mail patches to: FullName <address@domain> | ||
R: Designated reviewer: FullName <address@domain> | ||
These reviewers should be CCed on patches. | ||
L: Mailing list that is relevant to this area | ||
W: Web-page with status/info | ||
Q: Patchwork web based patch tracking system site | ||
|
@@ -7399,10 +7401,14 @@ L: [email protected] | |
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
F: Documentation/RCU/torture.txt | ||
F: kernel/rcu/torture.c | ||
F: kernel/rcu/rcutorture.c | ||
|
||
RCUTORTURE TEST FRAMEWORK | ||
M: "Paul E. McKenney" <[email protected]> | ||
M: Josh Triplett <[email protected]> | ||
R: Steven Rostedt <[email protected]> | ||
R: Mathieu Desnoyers <[email protected]> | ||
R: Lai Jiangshan <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
|
@@ -7425,8 +7431,11 @@ S: Supported | |
F: net/rds/ | ||
|
||
READ-COPY UPDATE (RCU) | ||
M: Dipankar Sarma <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
M: Josh Triplett <[email protected]> | ||
R: Steven Rostedt <[email protected]> | ||
R: Mathieu Desnoyers <[email protected]> | ||
R: Lai Jiangshan <[email protected]> | ||
L: [email protected] | ||
W: http://www.rdrop.com/users/paulmck/RCU/ | ||
S: Supported | ||
|
@@ -7436,7 +7445,7 @@ X: Documentation/RCU/torture.txt | |
F: include/linux/rcu* | ||
X: include/linux/srcu.h | ||
F: kernel/rcu/ | ||
X: kernel/rcu/torture.c | ||
X: kernel/torture.c | ||
|
||
REAL TIME CLOCK (RTC) SUBSYSTEM | ||
M: Alessandro Zummo <[email protected]> | ||
|
@@ -8206,6 +8215,9 @@ F: mm/sl?b.c | |
SLEEPABLE READ-COPY UPDATE (SRCU) | ||
M: Lai Jiangshan <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
M: Josh Triplett <[email protected]> | ||
R: Steven Rostedt <[email protected]> | ||
R: Mathieu Desnoyers <[email protected]> | ||
L: [email protected] | ||
W: http://www.rdrop.com/users/paulmck/RCU/ | ||
S: Supported | ||
|
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
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.