summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/vector_kern.c
Commit message (Expand)AuthorAgeFilesLines
* um: vector netdev: adjust to xmit_more API changeJohannes Berg2019-05-051-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-311-10/+5Star
|\
| * um: NULL check before kfree is not neededYueHaibing2018-10-291-10/+5Star
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
|/
* Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-151-6/+14
|\
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2Star
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-6/+6
|/
* Fix vector raw inintialization logicAnton Ivanov2018-03-291-1/+6
* Migrate vector timers to new timer APIAnton Ivanov2018-03-291-7/+3Star
* um: vector: Fix an error handling path in 'vector_parse()'Christophe JAILLET2018-02-191-3/+3
* um: vector: Fix a memory allocation checkChristophe JAILLET2018-02-191-1/+1
* um: vector: fix missing unlock on error in vector_net_open()Wei Yongjun2018-02-191-1/+3
* High Performance UML Vector Network DriverAnton Ivanov2018-02-191-0/+1630