aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-6/+14
2018-06-12treewide: 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-09mconsole_proc(): don't mess with file->f_posAl Viro1-1/+2
2017-11-27um: 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-04mconsole: switch to kernel_readChristoph Hellwig1-6/+1
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-0/+3
2017-07-05um: 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 <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>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/kernel/git/rw/umlLinus Torvalds3-27/+167
2016-12-14um: 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
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+6
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov1-22/+5
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro1-11/+3
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro1-7/+3
2015-12-08um: fix returns without va_endGeyslan G. Bem1-4/+6
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-10/+10
2015-06-25um: Do not use stdin and stdout identifiers for struct membersHans-Werner Hilse4-27/+27
2015-06-23module: add per-module param_lockDan Streetman1-10/+10
2015-05-31um: Stop abusing __KERNEL__Richard Weinberger1-1/+1
2014-11-05uml: Fix unsafe pid reference to foreground process groupPeter Hurley1-1/+5
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-6/+3
2014-10-13um: net: Eliminate NULL test after alloc_bootmemHimangi Saraogi1-4/+0