aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2010-05-25mm: document follow_page()Johannes Weiner
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-16HWPOISON: comment dirty swapcache pagesWu Fengguang
2009-12-15ksm: let shared pages be swappableHugh Dickins
2009-12-15mm: sigbus instead of abusing oomHugh Dickins
2009-12-15swap_info: swap count continuationsHugh Dickins
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-10-29mm: don't call pte_unmap() against an improper pteDaisuke Nishimura
2009-10-19HWPOISON: Fix page count leak in hwpoison late kill in do_swap_pageAndi Kleen
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-24truncate: new helpersnpiggin@suse.de
2009-09-22mm: move highest_memmap_pfnHugh Dickins
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins
2009-09-22mm: fix anonymous dirtyingHugh Dickins
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins
2009-09-22mm: add get_dump_pageHugh Dickins
2009-09-22mm: remove unused GUP flagsHugh Dickins
2009-09-22mm: drop unneeded double negationsJohannes Weiner
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan
2009-09-16HWPOISON: Add poison check to page fault handlingAndi Kleen
2009-09-16HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt
2009-06-25clarify get_user_pages() prototypePeter Zijlstra
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins
2009-06-23mm: don't rely on flags coincidenceHugh Dickins
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds
2009-06-16mm: introduce follow_pfn()Johannes Weiner
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner