summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07um: Do not unlock mutex that is not hold.Daniel Walter
2019-05-07arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-05um: vector netdev: adjust to xmit_more API changeJohannes Berg
2019-03-15Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-06um: Fix for a possible OOPS in ubd initializationAnton Ivanov
2019-03-06um: Remove duplicated include from vector_user.cYueHaibing
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-12-27um: writev needs <sys/uio.h>Christoph Hellwig
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov
2018-11-07ubd: fix missing lock around request issueJens Axboe
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov
2018-10-29um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf
2018-10-29um: NULL check before kfree is not neededYueHaibing
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-02um: create a proper drivers KconfigChristoph Hellwig
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10um: Fix raw interface optionsAnton Ivanov
2018-06-10um: Fix initialization of vector queuesAnton Ivanov
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-03-29Fix vector raw inintialization logicAnton Ivanov
2018-03-29Migrate vector timers to new timer APIAnton Ivanov
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun
2018-02-19High Performance UML Vector Network DriverAnton Ivanov
2018-02-19Epoll based IRQ controllerAnton Ivanov
2018-02-09mconsole_proc(): don't mess with file->f_posAl Viro
2017-11-27um: annotate ->poll() instancesAl Viro
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller