summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-6/+6
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-04-10mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual-2/+2
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu-11/+17
2020-04-07userfaultfd: wp: apply _PAGE_UFFD_WP bitPeter Xu-0/+17
2020-04-07mm: merge parameters for change_protection()Peter Xu-13/+16
2020-04-07mm: code cleanup for MADV_FREEHuang Ying-1/+1
2020-03-06mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman-2/+36
2019-12-01autonuma: reduce cache footprint when scanning page tablesHuang Ying-4/+4
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov-0/+2
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig-15/+9
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig-1/+1
2019-05-14mm/mprotect.c: fix compilation warning because of unused 'mm' variableMike Rapoport-3/+2
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse-2/+3
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-1/+2
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V-3/+3
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V-2/+2
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-7/+8
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen-0/+49
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman-0/+9
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz-1/+1
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz-1/+1
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard-0/+5
2018-01-04mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse-0/+14
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan-2/+2
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit-2/+2
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman-0/+1
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi-2/+0
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov-3/+23
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V-1/+1
2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli-31/+15
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12mm/pkeys: generate pkey system call code only if ARCH_HAS_PKEYS is selectedHeiko Carstens-0/+4
2016-12-12mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes-1/+1
2016-12-12mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen-0/+13
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun-1/+0
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+85
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli-0/+1
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli-1/+1
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen-6/+55
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen-1/+10
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen-4/+26
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi-1/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko-1/+2
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski-5/+8
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen-4/+4
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen-1/+1