summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJon Masters <jcm@jonmasters.org>2009-06-18 19:26:09 -0400
committerJon Masters <jcm@jonmasters.org>2009-06-18 19:26:09 -0400
commit94366eaeaf5ac4831637de39eac48ca62afe4e2a (patch)
treeb5cdc1b731db145dc26017baea8f4812d0893ed0 /MAINTAINERS
parent1d89b30cc9be41af87881682ec82e2c107849dbe (diff)
hwlat_detector: A system hardware latency detector
This patch introduces a new hardware latency detector module that can be used to detect high hardware-induced latencies within the system. It was originally written for use in the RT kernel, but has wider applications. Signed-off-by: Jon Masters <jcm@jonmasters.org> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fb94addb34de..e61171111ddb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2486,6 +2486,15 @@ W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
S: Maintained
F: drivers/hwmon/hdaps.c
+HARDWARE LATENCY DETECTOR
+P: Jon Masters
+M: jcm@jonmasters.org
+W: http://www.kernel.org/pub/linux/kernel/people/jcm/hwlat_detector/
+S: Supported
+L: linux-kernel@vger.kernel.org
+F: Documentation/hwlat_detector.txt
+F: drivers/misc/hwlat_detector.c
+
HYPERVISOR VIRTUAL CONSOLE DRIVER
L: linuxppc-dev@ozlabs.org
S: Odd Fixes