- 9a10064 mm: add a field to store names for private anonymous memory by Colin Cross · 3 years ago
- 6af5fa0 mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey() by Liu Song · 3 years, 2 months ago
- b756a3b mm: device exclusive memory access by Alistair Popple · 3 years, 6 months ago
- 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 6 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
- dbf53f7 mm/mprotect.c: optimize error detection in do_mprotect_pkey() by Tianjia Zhang · 3 years, 10 months ago
- 95bb7c4 mm: Add 'mprotect' hook to struct vm_operations_struct by Sean Christopherson · 4 years, 1 month ago
- c462ac2 mm: Introduce arch_validate_flags() by Catalin Marinas · 5 years ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- 6cb4d9a mm/vma: introduce VM_ACCESS_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- f45ec5f userfaultfd: wp: support swap and page migration by Peter Xu · 4 years, 9 months ago
- 292924b userfaultfd: wp: apply _PAGE_UFFD_WP bit by Peter Xu · 4 years, 9 months ago
- 5870544 mm: merge parameters for change_protection() by Peter Xu · 4 years, 9 months ago
- 9de4f22 mm: code cleanup for MADV_FREE by Huang Ying · 4 years, 9 months ago
- 8b272b3 mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numa by Mel Gorman · 4 years, 10 months ago
- a818f53 autonuma: reduce cache footprint when scanning page tables by Huang Ying · 5 years ago
- 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
- 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
- a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
- 94393c7 mm/mprotect.c: fix compilation warning because of unused 'mm' variable by Mike Rapoport · 6 years ago
- 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
- 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
- 04a8645 mm: update ptep_modify_prot_commit to take old pte value as arg by Aneesh Kumar K.V · 6 years ago
- 0cbe3e2 mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg by Aneesh Kumar K.V · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 7 years ago
- 09a913a sched/numa: avoid trapping faults and attempting migration of file-backed dirty pages by Mel Gorman · 7 years ago
- 2c2d57b mm: Clear arch specific VM flags on protection change by Khalid Aziz · 7 years ago
- 9035cf9 mm: Add address parameter to arch_validate_prot() by Khalid Aziz · 7 years ago
- 859d4ad mm: numa: do not trap faults on shared data section pages. by Henry Willard · 7 years ago
- 4991c09 mm/mprotect: add a cond_resched() inside change_pmd_range() by Anshuman Khandual · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
- 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
- 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
- 8bc3c3f mm: drop NULL return check of pte_offset_map_lock() by Naoya Horiguchi · 7 years ago
- c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
- 288bc54 mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte. by Aneesh Kumar K.V · 8 years ago
- 175ad4f mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lock by Andrea Arcangeli · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- c7142ae mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selected by Heiko Carstens · 8 years ago
- fd60775 mm, thp: avoid unlikely branches for split_huge_pmd by David Rientjes · 8 years ago
- 3e32158 mm/mprotect.c: don't touch single threaded PTEs which are on the right node by Andi Kleen · 8 years ago
- 137baab mm/numa: Remove duplicated include from mprotect.c by Wei Yongjun · 8 years ago
- 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- e86f15e mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk by Andrea Arcangeli · 8 years ago
- 6d2329f mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE by Andrea Arcangeli · 8 years ago
- e8c24d3 x86/pkeys: Allocation/free syscalls by Dave Hansen · 8 years ago
- a8502b6 x86/pkeys: Make mprotect_key() mask off additional vm_flags by Dave Hansen · 8 years ago
- 7d06d9c mm: Implement new pkey_mprotect() system call by Dave Hansen · 8 years ago
- 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
- dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
- f138556 mm/mprotect.c: don't imply PROT_EXEC on non-exec fs by Piotr Kwapulinski · 9 years ago
- 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 9 years ago
- e6bfb70 mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits() by Dave Hansen · 9 years ago
- 6b9116a mm, dax: check for pmd_none() after split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
- 36f8818 mm: fix mprotect() behaviour on VM_LOCKED VMAs by Kirill A. Shutemov · 10 years ago
- b191f9b mm: numa: preserve PTE write permissions across a NUMA hinting fault by Mel Gorman · 10 years ago
- 10c1045 mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries by Mel Gorman · 10 years ago
- e944fd6 mm: numa: do not trap faults on the huge zero page by Mel Gorman · 10 years ago
- 4d94246 mm: convert p[te|md]_mknonnuma and remaining page table manipulations by Mel Gorman · 10 years ago
- 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
- 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 10 years ago
- 64e45507 mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared by Peter Feiner · 10 years ago
- a533809 mm: move mmu notifier call from change_protection to change_pmd_range by Rik van Riel · 11 years ago
- 1ad9f62 mm: numa: recheck for transhuge pages under lock during protection changes by Mel Gorman · 11 years ago
- 88a9ab6 mm,numa: reorganize change_pmd_range() by Rik van Riel · 11 years ago
- 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 11 years ago
- 9d85d58 mm: Dirty accountable change only apply to non prot numa case by Aneesh Kumar K.V · 11 years ago
- 64a9a34 mm: numa: do not automatically migrate KSM pages by Mel Gorman · 11 years ago
- 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 11 years ago
- 1667918 mm: numa: clear numa hinting information on mprotect by Mel Gorman · 11 years ago
- 0c5f83c mm: numa: do not clear PTE for pte_numa update by Mel Gorman · 11 years ago
- 72403b4 mm: numa: return the number of base pages altered by protection changes by Mel Gorman · 11 years ago
- fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
- 0255d49 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
- c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
- 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
- 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
- 25cbbef mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faults by Mel Gorman · 11 years ago
- b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
- 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
- f123d74 mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning by Mel Gorman · 11 years ago
- e920e14 mm: Do not flush TLB during protection change if !pte_present && !migration_entry by Mel Gorman · 11 years ago
- afcae26 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
- 7d12efa mm/mprotect.c: coding-style cleanups by Andrew Morton · 12 years ago
- 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
- e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
- 9532fec mm: numa: Migrate pages handled during a pmd_numa hinting fault by Mel Gorman · 12 years ago
- 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 12 years ago
- 1233d58 mm: Optimize the TLB flush of sys_mprotect() and change_protection() users by Ingo Molnar · 12 years ago
- 7da4d64 mm: Count the number of pages affected in change_protection() by Peter Zijlstra · 12 years ago
- 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago