summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ubd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-134/+26
|\
| * ubd: remove dead code in ubd_setup_commonChristoph Hellwig2021-06-301-10/+0
| * ubd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-301-30/+14
| * ubd: remove the code to register as the legacy IDE driverChristoph Hellwig2021-06-301-94/+12
* | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-097-14/+951
|\ \
| * | um: fix error return code in winch_tramp()Zhen Lei2021-06-171-1/+2
| * | um: fix error return code in slip_open()Zhen Lei2021-06-171-1/+2
| * | um: Fix stack pointer alignmentYiFei Zhu2021-06-171-2/+1
| * | um: virtio/pci: enable suspend/resumeJohannes Berg2021-06-172-10/+40
| * | um: add PCI over virtio emulation driverJohannes Berg2021-06-173-0/+906
| |/
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-054-15/+7
|\ \
| * | tty: remove empty tty_operations::set_termiosJiri Slaby2021-05-134-8/+0
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-132-3/+3
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-132-4/+4
| |/
* | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+1
|\ \
| * | switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-071-7/+0
|\ \
| * | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-7/+0
| |/
* | um: Remove unused including <linux/version.h>Yang Li2021-04-151-1/+0
* | um: Remove unneeded variable 'ret'Yang Li2021-04-151-3/+1
|/
* um: add a pseudo RTCJohannes Berg2021-02-125-0/+319
* um: fix spelling mistake in Kconfig "privleges" -> "privileges"Colin Ian King2021-02-121-1/+1
* um: virtio: allow devices to be configured for wakeupJohannes Berg2021-02-121-3/+16
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-44/+48
* um: virtio: disable VQs during suspendJohannes Berg2021-02-121-0/+36
* um: virtio: fix handling of messages without payloadJohannes Berg2021-02-121-0/+3
* um: virtio: clean up a commentJohannes Berg2021-02-121-2/+1
* Revert "um: allocate a guard page to helper threads"Johannes Berg2021-01-261-1/+1
* um: virtio: free vu_dev only with the contained struct deviceJohannes Berg2021-01-261-1/+2
* um: ubd: fix command line handling of ubdHajime Tazaki2021-01-261-2/+2
* um: chan_xterm: Fix fd leakAnton Ivanov2020-12-131-0/+5
* um: tty: Fix handling of close in tty linesAnton Ivanov2020-12-131-2/+2
* um: allocate a guard page to helper threadsJohannes Berg2020-12-131-1/+1
* um: Remove IRQ_NONE typeJohannes Berg2020-12-132-6/+1
* um: virtio: Use dynamic IRQ allocationJohannes Berg2020-12-131-8/+14
* um: Support dynamic IRQ allocationJohannes Berg2020-12-139-17/+23
* um: ubd: Set device serial attribute from cmdlineChristopher Obbard2020-12-131-16/+62
* um: line: Don't free winch (with IRQ) under spinlockJohannes Berg2020-12-131-4/+8
* um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi2020-12-131-76/+115
* um: random: Register random as hwrng-core deviceChristopher Obbard2020-12-131-76/+25
* um: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-131-3/+3
* um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov2020-10-111-9/+47
* um: Remove redundant NULL checkLi Heng2020-10-111-2/+1
* um: Allow static linking for non-glibc implementationsIgnat Korchagin2020-10-111-3/+3
* um: Some fixes to build UML with muslIgnat Korchagin2020-10-114-10/+9
* um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang2020-10-111-2/+2
* um: Fix null pointer dereference in vector_user_bpfGaurav Singh2020-10-111-3/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-1/+1
|\