aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultGravatar Mel Gorman 1-0/+3
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesGravatar Mel Gorman 1-0/+4
2015-02-12mm: numa: do not trap faults on the huge zero pageGravatar Mel Gorman 1-1/+13
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsGravatar Mel Gorman 1-1/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaGravatar Mel Gorman 1-28/+10
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Gravatar Kirill A. Shutemov 1-1/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedGravatar Peter Feiner 1-15/+5
2014-04-07mm: move mmu notifier call from change_protection to change_pmd_rangeGravatar Rik van Riel 1-3/+12
2014-04-07mm: numa: recheck for transhuge pages under lock during protection changesGravatar Mel Gorman 1-2/+34
2014-04-07mm,numa: reorganize change_pmd_range()Gravatar Rik van Riel 1-3/+4
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitGravatar Aneesh Kumar K.V 1-3/+1
2014-02-17mm: Dirty accountable change only apply to non prot numa caseGravatar Aneesh Kumar K.V 1-14/+7
2014-01-21mm: numa: do not automatically migrate KSM pagesGravatar Mel Gorman 1-1/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeGravatar Rik van Riel 1-0/+2
2013-12-18mm: numa: clear numa hinting information on mprotectGravatar Mel Gorman 1-0/+2
2013-12-18mm: numa: do not clear PTE for pte_numa updateGravatar Mel Gorman 1-2/+7
2013-11-13mm: numa: return the number of base pages altered by protection changesGravatar Mel Gorman 1-3/+7
2013-11-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-2/+5
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateGravatar Mel Gorman 1-1/+1
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateGravatar Cyrill Gorcunov 1-2/+5
2013-10-09mm: numa: Do not batch handle PMD pagesGravatar Mel Gorman 1-45/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Gravatar Peter Zijlstra 1-14/+14
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsGravatar Mel Gorman 1-2/+5
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsGravatar Mel Gorman 1-9/+17
2013-10-09mm: numa: Scan pages with elevated page_mapcountGravatar Mel Gorman 1-3/+1
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningGravatar Mel Gorman 1-4/+10
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Gravatar Mel Gorman 1-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateGravatar Mel Gorman 1-1/+1
2012-12-18mm/mprotect.c: coding-style cleanupsGravatar Andrew Morton 1-14/+16
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-24/+111
2012-12-12thp: change split_huge_page_pmd() interfaceGravatar Kirill A. Shutemov 1-1/+1
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultGravatar Mel Gorman 1-5/+20
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Gravatar Mel Gorman 1-16/+56
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersGravatar Ingo Molnar 1-1/+3
2012-12-11mm: Count the number of pages affected in change_protection()Gravatar Peter Zijlstra 1-14/+44
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-1/+1
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Gravatar Konstantin Khlebnikov 1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyGravatar Linus Torvalds 1-1/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-1/+1
2011-01-13thp: mprotect: transparent huge page supportGravatar Johannes Weiner 1-1/+7
2011-01-13thp: mprotect: pass vma down to page table walkersGravatar Johannes Weiner 1-6/+9
2011-01-13thp: split_huge_page_mm/vmaGravatar Andrea Arcangeli 1-0/+1
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Gravatar Pekka Enberg 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsGravatar Ingo Molnar 1-2/+2
2009-06-08perf_counter: Add mmap event hooks to mprotect()Gravatar Peter Zijlstra 1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTGravatar Mel Gorman 1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Gravatar Heiko Carstens 1-2/+2
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONGravatar KOSAKI Motohiro 1-4/+2