summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-152-6/+3
|\
| * um: Fix for a possible OOPS in ubd initializationAnton Ivanov2019-03-061-3/+3
| * um: Remove duplicated include from vector_user.cYueHaibing2019-03-061-3/+0
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-124-0/+24
* | a.out: remove core dumping supportLinus Torvalds2019-03-051-27/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-4/+4
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-4/+4
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
|/
* Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-0219-172/+257
|\
| * um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-2710-35/+0
| * um: writev needs <sys/uio.h>Christoph Hellwig2018-12-271-0/+1
| * um: remove redundant generic-yMasahiro Yamada2018-12-271-2/+0
| * um: Optimize Flush TLB for force/fork caseAnton Ivanov2018-12-271-4/+5
| * um: Avoid marking pages with "changed protection"Anton Ivanov2018-12-271-1/+8
| * um: Skip TLB flushing where not neededAnton Ivanov2018-12-271-7/+14
| * um: Optimize TLB operations v2Anton Ivanov2018-12-271-28/+57
| * um: Remove unnecessary faulted check in uaccess.cAnton Ivanov2018-12-271-11/+12
| * um: Add support for DISCARD in the UBD DriverAnton Ivanov2018-12-273-11/+65
| * um: Remove unsafe printks from the io threadAnton Ivanov2018-12-271-25/+17
| * um: Clean-up command processing in UML UBD driverAnton Ivanov2018-12-271-30/+47
| * um: Switch to block-mq constants in the UML UBD driverAnton Ivanov2018-12-271-28/+38
| * um: Make GCOV depend on !KCOVRichard Weinberger2018-12-271-0/+1
| * um: Include sys/uio.h to have writev()Richard Weinberger2018-12-271-0/+1
| * um: Add HAVE_DEBUG_BUGVERBOSEHernĂ¡n Gonzalez2018-12-271-0/+1
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-6/+0
|\ \
| * | pcmcia: remove per-arch PCMCIA config entryMasahiro Yamada2018-11-291-3/+0
| * | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-3/+0
| |/
* | Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-24/+2
|\ \
| * | um: remove unused filechk_gen_header in MakefileMasahiro Yamada2018-12-221-2/+0
| * | kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada2018-12-011-22/+2
| |/
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-1/+1
|/
* Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-091-4/+8
|\
| * ubd: fix missing initialization of io_reqAnton Ivanov2018-11-081-2/+1
| * ubd: fix missing lock around request issueJens Axboe2018-11-071-2/+7
* | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-3110-444/+19
|\ \
| * | um: Make line/tty semantics use true write IRQAnton Ivanov2018-10-291-2/+2
| * | um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-291-1/+1
| * | um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf2018-10-291-1/+1
| * | um: NULL check before kfree is not neededYueHaibing2018-10-293-16/+8
| * | um: remove unused AIO codeChristoph Hellwig2018-10-293-424/+2
| * | um: Give start_idle_thread() a return codeRichard Weinberger2018-10-291-0/+5
* | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-313-3/+3
* | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-315-5/+3
* | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+2
* | | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-313-3/+3
* | | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-4/+6
* | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0