index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
virtio_console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-05
virtio_console: avoid config access from irq
Michael S. Tsirkin
1
-0
/
+16
2015-03-05
virtio_console: init work unconditionally
Michael S. Tsirkin
1
-1
/
+2
2015-02-11
virtio: don't require a config space on the console device.
Rusty Russell
1
-1
/
+4
2015-01-21
virtio/console: verify device has config space
Michael S. Tsirkin
1
-0
/
+6
2014-12-09
virtio_console: fix sparse warnings
Michael S. Tsirkin
1
-4
/
+5
2014-12-09
virtio: drop VIRTIO_F_VERSION_1 from drivers
Michael S. Tsirkin
1
-1
/
+0
2014-12-09
virtio_console: virtio 1.0 support
Michael S. Tsirkin
1
-12
/
+17
2014-12-09
virtio: use u32, not bitmap for features
Michael S. Tsirkin
1
-1
/
+1
2014-11-13
virtio_console: move early VQ enablement
Cornelia Huck
1
-2
/
+2
2014-10-15
virtio_console: enable VQs early on restore
Michael S. Tsirkin
1
-0
/
+2
2014-10-15
virtio_console: enable VQs early
Michael S. Tsirkin
1
-0
/
+2
2014-07-27
virtio: console: remove unnecessary null test before debugfs_remove_recursive
Fabian Frederick
1
-4
/
+2
2014-04-02
pipe: kill ->map() and ->unmap()
Al Viro
1
-2
/
+2
2014-02-10
fix a kmap leak in virtio_console
Al Viro
1
-6
/
+3
2013-10-29
virtio_console: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
1
-2
/
+4
2013-10-17
virtio: use size-based config accessors.
Rusty Russell
1
-10
/
+5
2013-09-23
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-08-09
virtio: console: prevent use-after-free of port name in port unplug
Amit Shah
1
-2
/
+1
2013-08-09
Merge branch 'master' into virtio-next
Rusty Russell
1
-22
/
+48
2013-07-30
virtio: console: cleanup an error message
Dan Carpenter
1
-4
/
+2
2013-07-29
virtio: console: fix locking around send_sigio_to_port()
Amit Shah
1
-3
/
+5
2013-07-29
virtio: console: add locking in port unplug path
Amit Shah
1
-0
/
+2
2013-07-29
virtio: console: add locks around buffer removal in port unplug path
Amit Shah
1
-2
/
+6
2013-07-29
virtio: console: return -ENODEV on all read operations after unplug
Amit Shah
1
-1
/
+5
2013-07-29
virtio: console: fix raising SIGIO after port unplug
Amit Shah
1
-3
/
+5
2013-07-29
virtio: console: clean up port data immediately at time of unplug
Amit Shah
1
-8
/
+8
2013-07-29
virtio: console: fix race in port_fops_open() and port unplug
Amit Shah
1
-0
/
+4
2013-07-29
virtio: console: fix race with port unplug and open/close
Amit Shah
1
-7
/
+6
2013-07-23
virtio/console: Add pipe_lock/unlock for splice_write
Yoshihiro YUNOMAE
1
-5
/
+15
2013-07-23
virtio/console: Quit from splice_write if pipe->nrbufs is 0
Yoshihiro YUNOMAE
1
-0
/
+7
2013-05-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2013-04-15
virtio: console: replace EMFILE with EBUSY for already-open port
Amit Shah
1
-1
/
+1
2013-04-08
virtio_console: make local symbols static
Wei Yongjun
1
-3
/
+3
2013-03-30
virtio: console: add locking around c_ovq operations
Amit Shah
1
-0
/
+5
2013-03-30
virtio: console: rename cvq_lock to c_ivq_lock
Amit Shah
1
-8
/
+9
2013-03-20
virtio_console: use simplified virtqueue accessors.
Rusty Russell
1
-3
/
+3
2013-03-18
Revert "virtio_console: Initialize guest_connected=true for rproc_serial"
Sjur Brændeland
1
-6
/
+16
2013-02-27
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-14
/
+4
2013-02-13
virtio_console: Initialize guest_connected=true for rproc_serial
Sjur Brændeland
1
-5
/
+2
2013-02-12
virtio_console: Use virtio device index to generate port name
Sjur Brændeland
1
-13
/
+3
2013-02-07
virtio_console: Don't access uninitialized data.
Sjur Brændeland
1
-1
/
+2
2013-01-22
virtio_console: Let unconnected rproc device receive data.
Sjur Brændeland
1
-1
/
+4
2013-01-04
Drivers: char: remove __dev* attributes.
Greg Kroah-Hartman
1
-5
/
+1
2012-12-20
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-99
/
+230
2012-12-18
virtio_console: Add support for remoteproc serial
Sjur Brændeland
1
-23
/
+169
2012-12-18
virtio_console: Merge struct buffer_token into struct port_buffer
Sjur Brændeland
1
-76
/
+53
2012-12-18
virtio_console: Free buffers from out-queue upon close
sjur.brandeland@stericsson.com
1
-0
/
+4
2012-12-18
virtio_console: Use kmalloc instead of kzalloc
Sjur Brændeland
1
-1
/
+1
2012-12-18
virtio_console: Free buffer if splice fails
Sjur Brændeland
1
-0
/
+2
2012-12-18
virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-5
/
+5
[next]