Commit Graph

136 Commits (86d7182985d25900929adce14fffd729cc8c6fb8)

Author SHA1 Message Date
Sjur Brændeland 8078db789a virtio_console: Initialize guest_connected=true for rproc_serial 12 years ago
Sjur Brændeland dc18f0800f virtio_console: Use virtio device index to generate port name 12 years ago
Sjur Brændeland aded024a12 virtio_console: Don't access uninitialized data. 12 years ago
Sjur Brændeland 1f8051876a virtio_console: Let unconnected rproc device receive data. 12 years ago
Greg Kroah-Hartman bcd2982a0e Drivers: char: remove __dev* attributes. 12 years ago
Sjur Brændeland 1b6370463e virtio_console: Add support for remoteproc serial 12 years ago
Sjur Brændeland 276a3e954c virtio_console: Merge struct buffer_token into struct port_buffer 12 years ago
sjur.brandeland@stericsson.com eb34f12b50 virtio_console: Free buffers from out-queue upon close 12 years ago
Sjur Brændeland 0127f6855e virtio_console: Use kmalloc instead of kzalloc 12 years ago
Sjur Brændeland fe5295374e virtio_console: Free buffer if splice fails 12 years ago
Rusty Russell 589575a235 virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0 12 years ago
Amit Shah 49e86f1686 virtio: console: don't rely on virtqueue_add_buf() returning capacity. 12 years ago
Bill Pemberton 2223cbec33 char: remove use of __devinit 12 years ago
Alexey Khoroshilov 33e1afc3d8 virtio: console: fix error handling in init() function 13 years ago
Masami Hiramatsu 8ca84a50e5 virtio/console: Allocate scatterlist according to the current pipe size 13 years ago
Masami Hiramatsu efe75d24a6 virtio/console: Wait until the port is ready on splice 13 years ago
Masami Hiramatsu ec8fc87015 virtio/console: Add a failback for unstealable pipe buffer 13 years ago
Masami Hiramatsu eb5e89fc70 virtio/console: Add splice_write support 13 years ago
Alexey Khoroshilov efda0ad4aa virtio: console: fix error handling in init() function 13 years ago
Amit Shah fa8b66ccd2 virtio: console: tell host of open ports after resume from s3/s4 13 years ago
Stephen Boyd 234e340582 simple_open: automatically convert to simple_open() 13 years ago
Amit Shah c743d09dbd virtio: console: Disable callbacks for virtqueues at start of S4 freeze 13 years ago
Amit Shah 2b8f41d846 virtio: console: Add freeze and restore handlers to support S4 13 years ago
Amit Shah a0e2dbfc22 virtio: console: Move vq and vq buf removal into separate functions 13 years ago
Rusty Russell f96fde41f7 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf 13 years ago
Christian Borntraeger 5e38483b35 virtio: console: wait for first console port for early console output 13 years ago
Amit Shah 17e5b4f20a virtio: console: add port stats for bytes received, sent and discarded 13 years ago
Amit Shah 2d24cdaa6e virtio: console: make discard_port_data() use get_inbuf() 13 years ago
Amit Shah ce072a0cee virtio: console: rename variable 13 years ago
Amit Shah d25a9ddae9 virtio: console: make get_inbuf() return port->inbuf if present 13 years ago
Amit Shah defde66996 virtio: console: Fix return type for get_inbuf() 13 years ago
Amit Shah a08fa92d16 virtio: console: Use wait_event_freezable instead of _interruptible 13 years ago
Amit Shah 291024ef35 virtio: console: Ignore port name update request if name already set 13 years ago
Amit Shah 286f9a226f virtio: console: Fix indentation 13 years ago
Sasha Levin 51c6d61ac5 virtio-console: Use virtio_config_val() for retrieving config 13 years ago
Paul Gortmaker c22405c98d drivers/char: Add module.h to those who were using it implicitly 13 years ago
Rusty Russell 177dbd9563 virtio console: don't manually set or finalize VIRTIO_CONSOLE_F_MULTIPORT. 14 years ago
Amit Shah afa2689e19 virtio: console: Enable call to hvc_remove() on console port remove 14 years ago
Amit Shah d7a62cd033 virtio: console: Don't access vqs if device was unplugged 14 years ago
Amit Shah 51df0acc3d virtio: console: Move file back to drivers/char/ 14 years ago
Greg Kroah-Hartman 728674a7e4 tty: move hvc drivers to drivers/tty/hvc/ 14 years ago
Jiri Slaby 22e132ff26 Char: virtio_console, fix memory leak 14 years ago
Amit Shah 299fb61c08 virtio: console: Disable lseek(2) for port file operations 15 years ago
Amit Shah a461e11e7b virtio: console: Send SIGIO in case of port unplug 15 years ago
Amit Shah 55f6bcce36 virtio: console: Send SIGIO on new data arrival on ports 15 years ago
Amit Shah 3eae0adea9 virtio: console: Send SIGIO to processes that request it for host events 15 years ago
Amit Shah e062013c7d virtio: console: Reference counting portdev structs is not needed 15 years ago
Amit Shah b353a6b821 virtio: console: Add reference counting for port struct 15 years ago
Amit Shah d22a69892b virtio: console: Use cdev_alloc() instead of cdev_init() 15 years ago
Amit Shah 04950cdf07 virtio: console: Add a find_port_by_devt() function 15 years ago