summaryrefslogtreecommitdiff
path: root/arch/um/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-23um: Fix hostaudio build errorsRandy Dunlap2-14/+4
2023-09-23arch: um: drivers: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-176/+176
2023-03-11um: vector: Fix memory leak in vector_configXiang Yang1-0/+1
2022-06-14um: chan_user: Fix winch_tramp() return valueJohannes Berg1-4/+5
2022-04-15um: Fix uml_mconsole stop/goAnton Ivanov1-1/+2
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-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke1-1/+1
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-04-23um: ubd: Prevent buffer overrun on command completionGabriel Krisman Bertazi1-1/+3
2020-01-27um: Fix IRQ controller regression on console readJouni Malinen1-8/+44
2019-12-05um: Include sys/uio.h to have writev()Richard Weinberger1-0/+1
2019-12-01um: Make line/tty semantics use true write IRQAnton Ivanov1-2/+2
2019-05-16um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf1-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+337
2018-08-02um: create a proper drivers KconfigChristoph Hellwig1-0/+337
2018-07-19kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada1-2/+2
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+14
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-12/+12
2018-06-10um: Fix raw interface optionsAnton Ivanov1-3/+2
2018-06-10um: Fix initialization of vector queuesAnton Ivanov1-3/+12
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2018-03-29Fix vector raw inintialization logicAnton Ivanov4-10/+21
2018-03-29Migrate vector timers to new timer APIAnton Ivanov1-7/+3
2018-02-19um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET1-3/+3
2018-02-19um: vector: Fix a memory allocation checkChristophe JAILLET1-1/+1
2018-02-19um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun1-1/+3
2018-02-19High Performance UML Vector Network DriverAnton Ivanov7-3/+2907
2018-02-19Epoll based IRQ controllerAnton Ivanov4-49/+21
2018-02-10mconsole_proc(): don't mess with file->f_posAl Viro1-1/+2
2017-11-28um: annotate ->poll() instancesAl Viro1-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-18um: net: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-09-05mconsole: switch to kernel_readChristoph Hellwig1-6/+1
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2017-07-06um: console: Ignore console= optionMasami Hiramatsu1-0/+3
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+2
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-12-16Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-27/+167
2016-12-15um: UBD ImprovementsAnton Ivanov3-27/+167
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-8/+0
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan1-24/+1
2016-06-22um: track 'parent' device in a local variableDan Williams1-2/+3