summaryrefslogtreecommitdiff
path: root/arch/um/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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-292-1/+30
* 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 '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-1513-13/+13
* um: drivers: Add virtio vhost-user driverErel Geron2019-09-151-2/+3
* um: Don't use generic barrier.hJohannes Berg2019-09-151-1/+0
* um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-151-1/+1
* 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
* Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-141-1/+1
|\
| * um: Silence lockdep complaint about mmap_semJohannes 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
* | Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-121-1/+6
|\ \ | |/ |/|
| * um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski2019-05-071-1/+6
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-156/+2
|\ \ \ | |_|/ |/| |
| * | um/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-031-154/+2
| * | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-3/+1
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-33/+6
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-33/+6
|/
* a.out: remove core dumping supportLinus Torvalds2019-03-051-27/+0
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* um: remove redundant generic-yMasahiro Yamada2018-12-271-2/+0
* um: Avoid marking pages with "changed protection"Anton Ivanov2018-12-271-1/+8
* vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-2/+0
* Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-161-6/+0
|\