aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds1-5/+0
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-1/+1
2020-01-28Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-2/+8
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-5/+0
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar1-1/+1
2020-01-19um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg2-1/+7
2020-01-19Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg1-1/+1
2020-01-07um: Implement copy_thread_tlsAmanieu d'Antras1-1/+1
2019-12-18um: ubd: use 64-bit time_t where possibleArnd Bergmann1-1/+1
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-04um: add support for folded p4d page tablesMike Rapoport3-2/+3
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar34-34/+34
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron2-2/+8
2019-09-15um: Don't use generic barrier.hJohannes Berg1-1/+0
2019-09-15um: time-travel: Fix periodic timersJohannes Berg1-0/+9
2019-09-15um: Enable CONFIG_CONSTRUCTORSJohannes Berg1-1/+1
2019-09-15um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2-1/+8
2019-09-15um: Remove misleading #define ARCh_IRQ_ENABLEDJohannes Berg1-1/+0
2019-09-15um: Fix off by one error in IRQ enumerationAnton Ivanov1-1/+1
2019-08-23um: fix time travel modeJohannes Berg1-4/+10
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-7/+53
2019-07-12um: switch to generic version of pte allocationMike Rapoport1-14/+2
2019-07-04um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg1-0/+2
2019-07-02um: Support time travel modeJohannes Berg1-0/+46
2019-07-02um: Pass nsecs to os timer functionsJohannes Berg1-2/+2
2019-07-02um: Silence lockdep complaint about mmap_semJohannes Berg1-1/+1
2019-07-02um: Timer code cleanupJohannes Berg1-5/+3
2019-07-02um: fix os_timer_one_shot()Johannes Berg1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2019-05-12Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-1/+6
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen1-1/+0
2019-05-07um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski1-1/+6
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-156/+2
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-33/+6
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-33/+6
2019-04-03um/tlb: Convert to generic mmu_gatherPeter Zijlstra1-154/+2
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra1-3/+1
2019-03-05a.out: remove core dumping supportLinus Torvalds1-27/+0
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2018-12-27um: Remove obsolete reenable_XX callsAnton Ivanov1-1/+0
2018-12-27um: remove redundant generic-yMasahiro Yamada1-2/+0