aboutsummaryrefslogtreecommitdiff
path: root/arch/um
AgeCommit message (Expand)Author
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov
2018-12-27um: writev needs <sys/uio.h>Christoph Hellwig
2018-12-27um: remove redundant generic-yMasahiro Yamada
2018-12-27um: Optimize Flush TLB for force/fork caseAnton Ivanov
2018-12-27um: Avoid marking pages with "changed protection"Anton Ivanov
2018-12-27um: Skip TLB flushing where not neededAnton Ivanov
2018-12-27um: Optimize TLB operations v2Anton Ivanov
2018-12-27um: Remove unnecessary faulted check in uaccess.cAnton Ivanov
2018-12-27um: Add support for DISCARD in the UBD DriverAnton Ivanov
2018-12-27um: Remove unsafe printks from the io threadAnton Ivanov
2018-12-27um: Clean-up command processing in UML UBD driverAnton Ivanov
2018-12-27um: Switch to block-mq constants in the UML UBD driverAnton Ivanov
2018-12-27um: Make GCOV depend on !KCOVRichard Weinberger
2018-12-27um: Include sys/uio.h to have writev()Richard Weinberger
2018-12-27um: Add HAVE_DEBUG_BUGVERBOSEHernĂ¡n Gonzalez
2018-12-22um: remove unused filechk_gen_header in MakefileMasahiro Yamada
2018-12-01kbuild: fix UML build error with CONFIG_GCC_PLUGINSMasahiro Yamada
2018-11-29pcmcia: remove per-arch PCMCIA config entryMasahiro Yamada
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig
2018-11-09Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-08ubd: fix missing initialization of io_reqAnton Ivanov
2018-11-07ubd: fix missing lock around request issueJens Axboe
2018-10-31Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-29um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf
2018-10-29um: NULL check before kfree is not neededYueHaibing
2018-10-29um: remove unused AIO codeChristoph Hellwig
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger
2018-10-26um: switch to NO_BOOTMEMMike Rapoport
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-18ubd: remove use of blk_rq_map_sgChristoph Hellwig
2018-10-14um: Convert ubd driver to blk-mqRichard Weinberger