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 branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/…
…linux/kernel/git/tip/tip Pull core debug changes from Ingo Molnar: "This contains mostly kernel debugging related updates: - make hung_task detection more configurable to distros - add final bits for x86 UV NMI debugging, with related KGDB changes - update the mailing-list of MAINTAINERS entries I'm involved with" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: hung_task: Display every hung task warning sysctl: Add neg_one as a standard constraint x86/uv/nmi, kgdb/kdb: Fix UV NMI handler when KDB not configured x86/uv/nmi: Fix Sparse warnings kgdb/kdb: Fix no KDB config problem MAINTAINERS: Restore "L: [email protected]" entries
- Loading branch information
Showing
11 changed files
with
116 additions
and
32 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 |
---|---|---|
|
@@ -2222,6 +2222,7 @@ F: include/linux/clk.h | |
CLOCKSOURCE, CLOCKEVENT DRIVERS | ||
M: Daniel Lezcano <[email protected]> | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
F: drivers/clocksource | ||
|
@@ -4023,6 +4024,7 @@ F: include/uapi/linux/hid* | |
|
||
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Maintained | ||
F: Documentation/timers/ | ||
|
@@ -4694,6 +4696,7 @@ F: net/irda/ | |
|
||
IRQ SUBSYSTEM | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
F: kernel/irq/ | ||
|
@@ -5325,6 +5328,7 @@ F: drivers/media/usb/dvb-usb-v2/lmedm04* | |
LOCKDEP AND LOCKSTAT | ||
M: Peter Zijlstra <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking | ||
S: Maintained | ||
F: Documentation/lockdep*.txt | ||
|
@@ -6622,6 +6626,7 @@ M: Peter Zijlstra <[email protected]> | |
M: Paul Mackerras <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
M: Arnaldo Carvalho de Melo <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core | ||
S: Supported | ||
F: kernel/events/* | ||
|
@@ -6745,6 +6750,7 @@ F: drivers/scsi/pm8001/ | |
|
||
POSIX CLOCKS and TIMERS | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
F: fs/timerfd.c | ||
|
@@ -7153,13 +7159,15 @@ F: drivers/net/wireless/ray* | |
RCUTORTURE MODULE | ||
M: Josh Triplett <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
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 | ||
|
||
RCUTORTURE TEST FRAMEWORK | ||
M: "Paul E. McKenney" <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git | ||
F: tools/testing/selftests/rcutorture | ||
|
@@ -7183,6 +7191,7 @@ F: net/rds/ | |
READ-COPY UPDATE (RCU) | ||
M: Dipankar Sarma <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
L: [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 | ||
|
@@ -7492,6 +7501,7 @@ F: drivers/mmc/host/dw_mmc* | |
TIMEKEEPING, CLOCKSOURCE CORE, NTP | ||
M: John Stultz <[email protected]> | ||
M: Thomas Gleixner <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
F: include/linux/clocksource.h | ||
|
@@ -7517,6 +7527,7 @@ F: drivers/watchdog/sc1200wdt.c | |
SCHEDULER | ||
M: Ingo Molnar <[email protected]> | ||
M: Peter Zijlstra <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core | ||
S: Maintained | ||
F: kernel/sched/ | ||
|
@@ -7884,6 +7895,7 @@ F: mm/sl?b.c | |
SLEEPABLE READ-COPY UPDATE (SRCU) | ||
M: Lai Jiangshan <[email protected]> | ||
M: "Paul E. McKenney" <[email protected]> | ||
L: [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 | ||
|
@@ -9587,6 +9599,7 @@ M: Thomas Gleixner <[email protected]> | |
M: Ingo Molnar <[email protected]> | ||
M: "H. Peter Anvin" <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core | ||
S: Maintained | ||
F: Documentation/x86/ | ||
|
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
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.