diff options
author | Konrad Rzeszutek Wilk <[email protected]> | 2012-10-08 16:28:05 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-10-09 16:22:13 +0900 |
commit | 6e28b761c5020c4bc943c7e38da86bea8af77d5c (patch) | |
tree | 7273bd6269d92d36b52e6ddf0423028d1a98eb8a | |
parent | f5a246eab9a268f51ba8189ea5b098a1bfff200e (diff) |
MAINTAINERS: add Konrad as the SWIOTLB maintainer
Now that I've an IA64 box on top of the other boxes (IBM with Calgary-X,
Intel VT-d, AMD Vi, and AMD GART - that can use SWIOTLB as fallback) I can
reliably do regression testing.
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
Cc: FUJITA Tomonori <[email protected]>
Cc: Ingo Molnar <[email protected]>
Acked-by: "H. Peter Anvin" <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Acked-by: Tony Luck <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b4e5ecf8d3d2..3f1131b7a09c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7039,6 +7039,14 @@ S: Maintained F: Documentation/svga.txt F: arch/x86/boot/video* +SWIOTLB SUBSYSTEM +M: Konrad Rzeszutek Wilk <[email protected]> +S: Supported +F: lib/swiotlb.c +F: arch/*/kernel/pci-swiotlb.c +F: include/linux/swiotlb.h + SYSV FILESYSTEM M: Christoph Hellwig <[email protected]> S: Maintained |