aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen1-4/+26
2016-07-26mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi1-1/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-1/+2
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen1-4/+4
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen1-1/+1
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov1-2/+4
2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams1-2/+3
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-1/+1
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-2/+6
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-1/+2
2015-06-24mm: fix mprotect() behaviour on VM_LOCKED VMAsKirill A. Shutemov1-0/+11
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman1-0/+3
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman1-0/+4
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+13
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-1/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-28/+10
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-1/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner1-15/+5
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeRik van Riel1-3/+12
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesMel Gorman1-2/+34
2014-04-07mm,numa: reorganize change_pmd_range()Rik van Riel1-3/+4
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V1-3/+1
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V1-14/+7
2014-01-21mm: numa: do not automatically migrate KSM pagesMel Gorman1-1/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-0/+2
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman1-0/+2
2013-12-18mm: numa: do not clear PTE for pte_numa updateMel Gorman1-2/+7
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman1-3/+7
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar1-2/+5
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov1-2/+5
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman1-45/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-14/+14
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman1-2/+5
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-9/+17
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman1-3/+1
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman1-4/+10
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_entryMel Gorman1-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton1-14/+16
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-24/+111
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov1-1/+1
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman1-5/+20
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman1-16/+56