summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | um: switch to NO_BOOTMEMMike Rapoport2018-10-262-11/+11
* | | um: setup_physmem: stop using global variablesMike Rapoport2018-10-261-3/+3
| |/ |/|
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-2/+0
|\ \
| * | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-2/+0
| |/
* | ubd: remove use of blk_rq_map_sgChristoph Hellwig2018-10-181-104/+54
* | um: Convert ubd driver to blk-mqRichard Weinberger2018-10-141-85/+93
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-157-219/+195
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0
| * um: create a proper drivers KconfigChristoph Hellwig2018-08-023-128/+125
| * um: cleanup Kconfig filesChristoph Hellwig2018-08-024-206/+210
| * um: stop abusing KBUILD_KCONFIGChristoph Hellwig2018-08-022-3/+4
* | um: clean up archheaders recipeMasahiro Yamada2018-08-071-7/+1
* | um: fix parallel building with O= optionMasahiro Yamada2018-08-071-2/+1
* | kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-281-1/+1
* | kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-191-2/+2
|/
* Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-1/+1
|\
| * docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-164-29/+14
|\ \ | |/ |/|
| * um: Fix raw interface optionsAnton Ivanov2018-06-101-3/+2
| * um: Fix initialization of vector queuesAnton Ivanov2018-06-101-3/+12
| * um: remove uml initcallsAlexander Pateenok2018-06-103-23/+0
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-12/+12
OpenPOWER on IntegriCloud