summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-07-17um: vector: Reduce stack usage in vector_eth_configure()Tiwei Bie1-29/+13
2025-07-17um: ubd: Add missing error check in start_io_thread()Tiwei Bie1-1/+1
2024-12-14um: vector: Do not use drvdata in releaseTiwei Bie1-1/+2
2024-12-14um: net: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-12-14um: ubd: Do not use drvdata in releaseTiwei Bie1-1/+1
2024-09-12um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-06-16um: vector: fix bpfflash parameter evaluationJohannes Berg1-1/+1
2024-06-16um: Add winch to winch_handlers before registering winch IRQRoberto Sassu1-6/+8
2024-06-16um: Fix return value in ubd_init()Duoming Zhou1-2/+2
2024-02-23um: net: Fix return type of uml_net_start_xmit()Nathan Chancellor1-1/+1
2023-09-19um: Fix hostaudio build errorsRandy Dunlap2-14/+4
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2022-08-21um: random: Don't initialise hwrng struct with zeroChristopher Obbard1-1/+1
2022-06-09um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-04-08um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
2022-01-27um: virtio_uml: Fix time-travel external time propagationJohannes Berg1-0/+4
2021-09-26um: virtio_uml: fix memory leak on init failuresJohannes Berg1-1/+3
2021-07-20um: fix error return code in winch_tramp()Zhen Lei1-1/+2
2021-07-20um: fix error return code in slip_open()Zhen Lei1-1/+2
2021-02-10um: virtio: free vu_dev only with the contained struct deviceJohannes Berg1-1/+2
2021-01-06um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2021-01-06um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-30um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-30um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-10-12um: vector: Add dynamic tap interfaces and scriptingAnton Ivanov1-9/+47
2020-10-12um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-12um: Allow static linking for non-glibc implementationsIgnat Korchagin1-3/+3
2020-10-12um: Some fixes to build UML with muslIgnat Korchagin4-10/+9
2020-10-12um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-10-12um: Fix null pointer dereference in vector_user_bpfGaurav Singh1-3/+5
2020-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-24um: line, remove put_charJiri Slaby4-8/+0
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+62
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2020-06-02um: virtio: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-06-02um: Do not evaluate compiler's library path when cleaningMasahiro Yamada1-2/+2
2020-06-02um: Neaten vu_err macro definitionJoe Perches1-1/+1
2020-06-02um: Add a generic "fd" vector transportMarc-André Lureau1-0/+59
2020-05-12um: do not evaluate compiler's library path when cleaningMasahiro Yamada1-2/+2
2020-04-29um: Fix typo in vector driver transport option definitionIgnat Korchagin1-1/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-56/+157
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+27
2020-03-30um: Remove some unnecessary NULL checks in vector_user.cAlex Dewar1-10/+5
2020-03-30um: vector: Avoid NULL ptr deference if transport is unsetSjoerd Simons1-0/+3
2020-03-30um: Make CONFIG_STATIC_LINK actually staticBrendan Higgins1-0/+3
2020-03-30um: Implement time-travel=extJohannes Berg1-4/+64
2020-03-30um: virtio: Implement VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONSJohannes Berg2-22/+75