aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich1-1/+1
2010-10-26mm: wrap follow_pte() using __cond_lock()Namhyung Kim1-1/+12
2010-10-26mm: add lock release annotation on do_wp_page()Namhyung Kim1-0/+1
2010-10-26mm: wrap get_locked_pte() using __cond_lock()Namhyung Kim1-1/+1
2010-10-26mm: retry page fault when blocking on disk transferMichel Lespinasse1-2/+8
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-2/+2
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonAndi Kleen1-1/+2
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-1/+2
2010-09-20mm: further fix swapin race conditionHugh Dickins1-3/+5
2010-09-09mm: fix swapin race conditionAndrea Arcangeli1-5/+34
2010-08-24guard page for stacks that grow upwardsLuck, Tony1-4/+11
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li1-1/+1
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge1-3/+2
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli1-0/+1
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel1-1/+3
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-2/+0
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-05-25mm: document follow_page()Johannes Weiner1-2/+11
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin1-0/+1
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang1-6/+2
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-3/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel1-0/+7
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-2/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-4/+12
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki1-8/+86
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-22/+34
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-7/+7
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+4
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+2
2009-12-16HWPOISON: comment dirty swapcache pagesWu Fengguang1-0/+4
2009-12-15ksm: let shared pages be swappableHugh Dickins1-0/+6
2009-12-15mm: sigbus instead of abusing oomHugh Dickins1-2/+2
2009-12-15swap_info: swap count continuationsHugh Dickins1-3/+16
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+2
2009-10-29mm: don't call pte_unmap() against an improper pteDaisuke Nishimura1-4/+7
2009-10-19HWPOISON: Fix page count leak in hwpoison late kill in do_swap_pageAndi Kleen1-1/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-59/+3
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-3/+21
2009-09-24truncate: new helpersnpiggin@suse.de1-59/+3
2009-09-22mm: move highest_memmap_pfnHugh Dickins1-0/+1
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-11/+25
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins1-25/+19
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins1-9/+44