diff options
author | Ingo Molnar <[email protected]> | 2016-05-08 10:27:33 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-05-08 10:33:18 +0200 |
commit | 4abac0d0bbc628df5f26845fe05ffc6b3a6533dd (patch) | |
tree | fdbfee7995ddd558648d226e447006feddc08145 | |
parent | 56402d63eefe22179f7311a51ff2094731420406 (diff) |
MAINTAINERS: Add mmiotrace entry
The Nouveau maintainers would like to follow and review mmiotrace
changes as well, so create a separate entry for that code. The high
level bits are living in the tracing code, the low level bits in the
x86 code.
Acked-by: Steven Rostedt <[email protected]>
Acked-by: Pekka Paalanen <[email protected]>
Acked-by: karol herbst <[email protected]>
Cc: [email protected]
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | MAINTAINERS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a727d9959ecd..9c567a431d8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11318,6 +11318,20 @@ F: include/trace/ F: kernel/trace/ F: tools/testing/selftests/ftrace/ +TRACING MMIO ACCESSES (MMIOTRACE) +M: Steven Rostedt <[email protected]> +M: Ingo Molnar <[email protected]> +R: Karol Herbst <[email protected]> +R: Pekka Paalanen <[email protected]> +S: Maintained +F: kernel/trace/trace_mmiotrace.c +F: include/linux/mmiotrace.h +F: arch/x86/mm/kmmio.c +F: arch/x86/mm/mmio-mod.c +F: arch/x86/mm/testmmiotrace.c + TRIVIAL PATCHES M: Jiri Kosina <[email protected]> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |