aboutsummaryrefslogtreecommitdiff
path: root/mm/mprotect.c
AgeCommit message (Expand)Author
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
2006-06-23[PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong
2006-03-22[PATCH] Enable mprotect on huge pagesZhang, Yanmin
2005-11-22[PATCH] unpaged: private write VM_RESERVEDHugh Dickins
2005-10-29[PATCH] mm: pte_offset_map_lock loopsHugh Dickins
2005-10-29[PATCH] core remove PageReservedNick Piggin
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins
2005-09-21[PATCH] mm: add a note about partially hardcoded VM_* flagsPaolo 'Blaisorblade' Giarrusso
2005-04-16Linux-2.6.12-rc2Linus Torvalds