diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-25 10:22:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-02-25 10:22:59 -0500 |
commit | 10df38cafc87ef38870154d1b9b1ea2435e69287 (patch) | |
tree | 77771ad9ddf3d1dd42478ee97dfac26c5e8f55eb /MAINTAINERS | |
parent | dbd004291ed31db280a3f2d7a1113a04e5e85af4 (diff) | |
parent | c610028611479e6b9d8b2f1a6628e9417ef4114f (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus: (44 commits)
Add MAINTAINERS entry for virtio_console
virtio: console: Fill ports' entire in_vq with buffers
virtio: console: Error out if we can't allocate buffers for control queue
virtio: console: Add ability to remove module
virtio: console: Ensure no memleaks in case of unused buffers
virtio: console: show error message if hvc_alloc fails for console ports
virtio: console: Add debugfs files for each port to expose debug info
virtio: console: Add ability to hot-unplug ports
virtio: console: Handle port hot-plug
virtio: console: Remove cached data on port close
virtio: console: Register with sysfs and create a 'name' attribute for ports
virtio: console: Ensure only one process can have a port open at a time
virtio: console: Add file operations to ports for open/read/write/poll
virtio: console: Associate each port with a char device
virtio: console: Prepare for writing to userspace buffers
virtio: console: Add a new MULTIPORT feature, support for generic ports
virtio: console: Introduce a send_buf function for a common path for sending data to host
virtio: console: Introduce function to hand off data from host to readers
virtio: console: Separate out find_vqs operation into a different function
virtio: console: Separate out console init into a new function
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2533fc45a44a..317ed38826d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2393,6 +2393,12 @@ L: linuxppc-dev@ozlabs.org | |||
2393 | S: Odd Fixes | 2393 | S: Odd Fixes |
2394 | F: drivers/char/hvc_* | 2394 | F: drivers/char/hvc_* |
2395 | 2395 | ||
2396 | VIRTIO CONSOLE DRIVER | ||
2397 | M: Amit Shah <amit.shah@redhat.com> | ||
2398 | L: virtualization@lists.linux-foundation.org | ||
2399 | S: Maintained | ||
2400 | F: drivers/char/virtio_console.c | ||
2401 | |||
2396 | GSPCA FINEPIX SUBDRIVER | 2402 | GSPCA FINEPIX SUBDRIVER |
2397 | M: Frank Zago <frank@zago.net> | 2403 | M: Frank Zago <frank@zago.net> |
2398 | L: linux-media@vger.kernel.org | 2404 | L: linux-media@vger.kernel.org |