aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V
2014-01-21mm: numa: do not automatically migrate KSM pagesMel Gorman