Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-15virtio: wrap config->reset callsMichael S. Tsirkin
2021-11-01virtio_console: validate max_nr_ports before trying to use itJason Wang
2021-07-03virtio_console: Assure used length from device is limitedXie Yongji
2021-03-10virtio_console: remove pointless check for debugfs_create_dir()Greg Kroah-Hartman
2020-11-09virtio: virtio_console: fix DMA memory allocation for rproc serialAlexander Lobakin
2020-07-20Merge v5.8-rc6 into char-misc-nextGreg Kroah-Hartman
2020-07-10virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin
2020-07-10virtio_console: Constify some static variablesRikard Falkeborn
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-02-14char: virtio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-01Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-19virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-27virtio_console: initialize vtermno value for portsPankaj Gupta
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-07-16virtio: virtconsole: Use seq_file for debugfs operationsTuomas Tynkkynen
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-13Convert virtio_console to struct_sizeMatthew Wilcox
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin
2018-04-25virtio_console: move removal codeMichael S. Tsirkin
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig
2017-08-28char: virtio: constify attribute_group structures.Arvind Yadav
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-05Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-04-07virtio_console: fix uninitialized variable useMichael S. Tsirkin
2017-03-17drivers/char: Convert remaining use of pr_warning to pr_warnJoe Perches
2017-03-02virtio-console: avoid DMA from stackOmar Sandoval
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-01-20virtio_console: fix a crash in config_work_handlerG. Campana
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin
2016-10-31virtio: console: Unlock vqs while freeing buffersMatt Redfearn
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-06pipe: add pipe_buf_steal() helperMiklos Szeredi
2016-09-09virtio_console: Stop doing DMA on the stackAndy Lutomirski
2015-05-24virtio_console: silence a static checker warningDan Carpenter
2015-04-03virtio_console: Use bool function return values of true/false not 1/0Joe Perches
2015-03-05virtio_console: avoid config access from irqMichael S. Tsirkin
2015-03-05virtio_console: init work unconditionallyMichael S. Tsirkin
2015-02-11virtio: don't require a config space on the console device.Rusty Russell
2015-01-21virtio/console: verify device has config spaceMichael S. Tsirkin