summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGregory Haskins <ghaskins@novell.com>2009-11-20 15:22:23 -0500
committerGregory Haskins <ghaskins@novell.com>2009-11-20 15:22:23 -0500
commita1520707c7ddfe3353cbe9cc4983d565f5ad7d97 (patch)
treefb280af0fd8016f784bf62d71273afdad30c4460 /MAINTAINERS
parent5ee14258bbdf1346af0bfa0c9ce8a368519f6e77 (diff)
ioq: Add basic definitions for a shared-memory, lockless queue
IOQ allows asynchronous communication between two end-points via a common shared-memory region. Memory is synchronized using pure barriers (i.e. lockless), and updates are communicated via an embedded shm-signal. The design of the interface allows one code base to universally provide both sides of a given channel. We will use this mechanism later in the series to efficiently move data in and out of a guest kernel from various sources, including both infrastructure level and application level transports. Signed-off-by: Gregory Haskins <ghaskins@novell.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d6ff686ea1b6..a6a030c097b9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2801,6 +2801,12 @@ L: linux-mips@linux-mips.org
S: Maintained
F: drivers/serial/ioc3_serial.c
+IOQ LIBRARY
+M: Gregory Haskins <ghaskins@novell.com>
+S: Maintained
+F: include/linux/ioq.h
+F: lib/ioq.c
+
IP MASQUERADING
M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
S: Maintained