summaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
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