summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-14um: chan_xterm: Fix fd leakAnton Ivanov1-0/+5
2020-12-14um: tty: Fix handling of close in tty linesAnton Ivanov1-2/+2
2020-12-14um: allocate a guard page to helper threadsJohannes Berg1-1/+1
2020-12-14um: Remove IRQ_NONE typeJohannes Berg2-6/+1
2020-12-14um: virtio: Use dynamic IRQ allocationJohannes Berg1-8/+14
2020-12-14um: Support dynamic IRQ allocationJohannes Berg9-17/+23
2020-12-14um: ubd: Set device serial attribute from cmdlineChristopher Obbard1-16/+62
2020-12-14um: line: Don't free winch (with IRQ) under spinlockJohannes Berg1-4/+8
2020-12-14um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi1-76/+115
2020-12-14um: random: Register random as hwrng-core deviceChristopher Obbard1-76/+25
2020-12-14um: Convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
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
2020-03-30um: ubd: Retry buffer read on any kind of errorGabriel Krisman Bertazi1-4/+4
2020-03-30um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-03-30um: Delete never executed timerLeon Romanovsky1-12/+0
2020-03-30um: Don't overwrite ethtool driver versionLeon Romanovsky2-3/+0
2020-03-18misc: cleanup minor number definitions in c file into miscdevice.hZhenzhong Duan1-3/+1
2020-03-07um: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-28uml: Create a private mount of proc for mconsoleEric W. Biederman1-1/+27
2020-02-28uml: Don't consult current to find the proc_mnt in mconsole_procEric W. Biederman1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+4
2020-01-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2020-01-30Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds3-9/+10
2020-01-29Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-41/+50
2020-01-20um: Mark non-vector net transports as obsoleteBrendan Higgins1-40/+41