aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01mm: device exclusive memory accessAlistair Popple1-0/+8
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-4/+6
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-02-24mm/mprotect.c: optimize error detection in do_mprotect_pkey()Tianjia Zhang1-3/+4
2020-11-17mm: Add 'mprotect' hook to struct vm_operations_structSean Christopherson1-0/+7
2020-09-04mm: Introduce arch_validate_flags()Catalin Marinas1-0/+6
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-6/+6
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-2/+2
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-11/+17
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu1-0/+17
2020-04-07mm: merge parameters for change_protection()Peter Xu1-13/+16
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-1/+1
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking page tables prot_numaMel Gorman1-2/+36
2019-12-01autonuma: reduce cache footprint when scanning page tablesHuang Ying1-4/+4
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+2
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-15/+9
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport1-3/+2
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+3
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-3/+3
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-7/+8
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-0/+49
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dirty pagesMel Gorman1-0/+9
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz1-1/+1
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz1-1/+1
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard1-0/+5
2018-01-04mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+14
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-2/+2
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-2/+2
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+1
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi1-2/+0
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-3/+23
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte.Aneesh Kumar K.V1-1/+1
2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli1-31/+15
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens1-0/+4
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes1-1/+1
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun1-1/+0
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+85
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli1-0/+1
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli1-1/+1
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-6/+55
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen1-1/+10