aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mprotect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar1-1/+3
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra1-14/+44
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds1-1/+2
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro1-1/+1
2011-01-13thp: mprotect: transparent huge page supportJohannes Weiner1-1/+7
2011-01-13thp: mprotect: pass vma down to page table walkersJohannes Weiner1-6/+9
2011-01-13thp: split_huge_page_mm/vmaAndrea Arcangeli1-0/+1
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-2/+2
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra1-0/+2
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-2/+3
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens1-2/+2
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro1-4/+2
2009-01-05mm: update my addressAlan Cox1-1/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-4/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-6/+4
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp1-1/+1
2008-06-25mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge1-6/+4
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi1-1/+10