summaryrefslogtreecommitdiffstats
path: root/arch/um
AgeCommit message (Expand)AuthorLines
2018-12-27um: Avoid marking pages with "changed protection"Anton Ivanov-1/+8
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov-7/+14
2018-12-27um: Optimize TLB operations v2Anton Ivanov-28/+57
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov-11/+12
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov-11/+65
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov-25/+17
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov-30/+47
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov-28/+38
2018-12-27um: Make GCOV depend on !KCOVRichard Weinberger-0/+1
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger-0/+1
2018-12-27um: Add HAVE_DEBUG_BUGVERBOSEHernĂ¡n Gonzalez-0/+1
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada-2/+0
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada-22/+2
2018-11-29pcmcia: remove per-arch PCMCIA config entryMasahiro Yamada-3/+0
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig-3/+0
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+8
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov-2/+1
2018-11-07ubd: fix missing lock around request issueJens Axboe-2/+7
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-444/+19
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-3/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-5/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport-1/+2
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport-3/+3
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport-4/+6
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport-1/+0
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov-2/+2
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King-1/+1
2018-10-29um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf-1/+1
2018-10-29um: NULL check before kfree is not neededYueHaibing-16/+8
2018-10-29um: remove unused AIO codeChristoph Hellwig-424/+2
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger-0/+5
2018-10-26um: switch to NO_BOOTMEMMike Rapoport-11/+11
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport-3/+3
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+0
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig-104/+54
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger-85/+93
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook-2/+0
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-219/+195
2018-08-07um: clean up archheaders recipeMasahiro Yamada-7/+1
2018-08-07um: fix parallel building with O= optionMasahiro Yamada-2/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig-20/+0
2018-08-02um: create a proper drivers KconfigChristoph Hellwig-128/+125
2018-08-02um: cleanup Kconfig filesChristoph Hellwig-206/+210