aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/vector_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-10/+5
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-10-29um: NULL check before kfree is not neededYueHaibing1-10/+5
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 Cook1-6/+6
2018-06-10um: Fix raw interface optionsAnton Ivanov1-3/+2
2018-06-10um: Fix initialization of vector queuesAnton Ivanov1-3/+12
2018-03-29Fix vector raw inintialization logicAnton Ivanov1-1/+6
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 Ivanov1-0/+1630