aboutsummaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2021-01-26Revert "um: allocate a guard page to helper threads"Johannes Berg
2021-01-26um: virtio: free vu_dev only with the contained struct deviceJohannes Berg
2021-01-26um: ubd: fix command line handling of ubdHajime Tazaki
2020-12-13um: chan_xterm: Fix fd leakAnton Ivanov
2020-12-13um: tty: Fix handling of close in tty linesAnton Ivanov
2020-12-13um: allocate a guard page to helper threadsJohannes Berg
2020-12-13um: Remove IRQ_NONE typeJohannes Berg
2020-12-13um: virtio: Use dynamic IRQ allocationJohannes Berg
2020-12-13um: Support dynamic IRQ allocationJohannes Berg
2020-12-13um: ubd: Set device serial attribute from cmdlineChristopher Obbard
2020-12-13um: line: Don't free winch (with IRQ) under spinlockJohannes Berg
2020-12-13um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi
2020-12-13um: random: Register random as hwrng-core deviceChristopher Obbard
2020-12-13um: Convert tasklets to use new tasklet_setup() APIAllen Pais
2020-10-11um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov
2020-10-11um: Remove redundant NULL checkLi Heng
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-24um: line, remove put_charJiri Slaby
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-02um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-02um: Do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-06-02um: Neaten vu_err macro definitionJoe Perches
2020-06-02um: Add a generic "fd" vector transportMarc-André Lureau
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada
2020-04-29um: Fix typo in vector driver transport option definitionIgnat Korchagin
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-03-29um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar
2020-03-29um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons
2020-03-29um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins
2020-03-29um: Implement time-travel=extJohannes Berg
2020-03-29um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg
2020-03-29um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi
2020-03-29um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi
2020-03-29um: Delete never executed timerLeon Romanovsky
2020-03-29um: Don't overwrite ethtool driver versionLeon Romanovsky
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan
2020-03-06um: reject unsupported coalescing paramsJakub Kicinski
2020-02-28uml: Create a private mount of proc for mconsoleEric W. Biederman
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procEric W. Biederman
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds