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