summaryrefslogtreecommitdiffstats
path: root/arch/um/include
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-1/+0
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-072-10/+1
* mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-56/+15
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-081-0/+2
* um: Fix xor.h includeJohannes Berg2020-04-291-1/+1
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-10/+0
* um: Implement ndelay/udelay in time-travel modeJohannes Berg2020-03-293-1/+36
* um: Implement time-travel=extJohannes Berg2020-03-292-0/+28
* um: time-travel: Rewrite as an event schedulerJohannes Berg2020-03-291-45/+20
* um: Move timer-internal.h to non-sharedJohannes Berg2020-03-291-0/+0
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-5/+0
|\
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-5/+0
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-1/+1
|\ \
| * | um: ubd: use 64-bit time_t where possibleArnd Bergmann2019-12-181-1/+1
* | | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-283-2/+8
|\ \ \
| * | | um: Fix time-travel=inf-cpu with xor/raid6Johannes Berg2020-01-192-1/+7
| * | | Revert "um: Enable CONFIG_CONSTRUCTORS"Johannes Berg2020-01-191-1/+1
* | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-201-1/+1
|\| | |
| * | | um: Implement copy_thread_tlsAmanieu d'Antras2020-01-071-1/+1
| |/ /
* / / mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/ /
* | um: add support for folded p4d page tablesMike Rapoport2019-12-043-2/+3
* | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* um: Add SPDX headers for files in arch/um/includeAlex Dewar2019-09-1534-34/+34
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-152-2/+8
* um: Don't use generic barrier.hJohannes Berg2019-09-151-1/+0
* um: time-travel: Fix periodic timersJohannes Berg2019-09-151-0/+9
* um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-151-1/+1
* um: Implement TRACE_IRQFLAGS_SUPPORTJohannes Berg2019-09-152-1/+8
* um: Remove misleading #define ARCh_IRQ_ENABLEDJohannes Berg2019-09-151-1/+0
* um: Fix off by one error in IRQ enumerationAnton Ivanov2019-09-151-1/+1
* um: fix time travel modeJohannes Berg2019-08-231-4/+10
* Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-143-7/+53
|\
| * um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORTJohannes Berg2019-07-041-0/+2
| * um: Support time travel modeJohannes Berg2019-07-021-0/+46
| * um: Pass nsecs to os timer functionsJohannes Berg2019-07-021-2/+2
| * um: Silence lockdep complaint about mmap_semJohannes Berg2019-07-021-1/+1
| * um: Timer code cleanupJohannes Berg2019-07-021-5/+3
| * um: fix os_timer_one_shot()Johannes Berg2019-07-021-1/+1
* | um: switch to generic version of pte allocationMike Rapoport2019-07-121-14/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0