aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel
2013-12-18mm: numa: clear numa hinting information on mprotectMel Gorman
2013-12-18mm: numa: do not clear PTE for pte_numa updateMel Gorman
2013-11-13mm: numa: return the number of base pages altered by protection changesMel Gorman
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo