aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-05mm: update my addressGravatar Alan Cox 1-1/+1
2008-07-28mmu-notifiers: coreGravatar Andrea Arcangeli 1-0/+3
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsGravatar Andy Whitcroft 1-4/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildGravatar Benjamin Herrenschmidt 1-6/+4
2008-07-09mm: Allow architectures to define additional protection bitsGravatar Dave Kleikamp 1-1/+1
2008-06-25mm: add a ptep_modify_prot transaction abstractionGravatar Jeremy Fitzhardinge 1-6/+4
2008-05-14mprotect: prevent alteration of the PAT bitsGravatar Venki Pallipadi 1-1/+10
2007-10-23fix mprotect vma_wants_writenotify protGravatar Hugh Dickins 1-1/+1
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Gravatar Coly Li 1-4/+2
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteGravatar KAMEZAWA Hiroyuki 1-1/+0
2007-07-19mm: variable length argument supportGravatar Ollie Wild 1-1/+1
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchGravatar Zachary Amsden 1-0/+2