aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-06-08perf_counter: Add mmap event hooks to mprotect()Peter Zijlstra
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro
2009-01-05mm: update my addressAlan Cox
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt
2008-07-09mm: Allow architectures to define additional protection bitsDave Kleikamp
2008-06-25mm: add a ptep_modify_prot transaction abstractionJeremy Fitzhardinge
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi
2007-10-23fix mprotect vma_wants_writenotify protHugh Dickins
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki
2007-07-19mm: variable length argument supportOllie Wild
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden
2006-09-26[PATCH] mm: optimize the new mprotect() code a bitPeter Zijlstra
2006-09-26[PATCH] mm: tracking shared dirty pagesPeter Zijlstra
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter