aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Update ctime and mtime for memory-mapped filesAnton Salikhmetov1-0/+6
2008-01-17#ifdef very expensive debug check in page fault pathCarsten Otte1-0/+2
2007-11-14Swap delay accounting, include lock_page() delaysBalbir Singh1-1/+1
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke1-1/+1
2007-11-05unexport access_process_vmAdrian Bunk1-1/+0
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-19remove unused flush_tlb_pgtablesBenjamin Herrenschmidt1-3/+0
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-7/+1
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson1-1/+1
2007-10-16remove ZERO_PAGENick Piggin1-130/+21
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra1-2/+7
2007-10-04Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins1-8/+6
2007-07-21remove handle_mm_fault exportChristoph Hellwig1-2/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19mm: fix clear_page_dirty_for_io vs fault raceNick Piggin1-0/+9
2007-07-19mm: fault feedback #2Nick Piggin1-40/+40
2007-07-19mm: fault feedback #1Nick Piggin1-57/+52
2007-07-19ocfs2: release page lock before calling ->page_mkwriteMark Fasheh1-5/+9
2007-07-19mm: merge populate and nopage into fault (fixes nonlinear)Nick Piggin1-46/+86
2007-07-19mm: fix fault vs invalidate race for linear mappingsNick Piggin1-80/+73
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migratedMel Gorman1-4/+5
2007-07-16kill vmalloc_earlyreserveJan Beulich1-2/+0
2007-07-16oom: stop allocating user memory if TIF_MEMDIE is setEthan Solomita1-0/+8
2007-07-16MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer1-1/+1
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt1-7/+6
2007-05-17mm: more rmap checkingNick Piggin1-1/+1
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov1-1/+1
2007-05-07mm: remove gcc workaroundNick Piggin1-12/+0
2007-05-07Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge1-0/+94
2007-02-12[PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()Benjamin Herrenschmidt1-2/+4
2007-02-12[PATCH] add vm_insert_pfn()Nick Piggin1-0/+45
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-3/+1
2007-02-11[PATCH] do not disturb page referenced state when unmapping memory rangeKen Chen1-1/+1
2007-02-11[PATCH] page_mkwrite caller race fixHugh Dickins1-2/+1
2007-01-26[PATCH] i386 vDSO: use VM_ALWAYSDUMPRoland McGrath1-0/+7
2007-01-26[PATCH] Fix gate_vma.vm_flagsRoland McGrath1-2/+2
2007-01-08[ARM] pass vma for flush_anon_page()Russell King1-1/+1
2006-12-22[PATCH] mm: more rmap debuggingNick Piggin1-2/+2
2006-12-13[PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto1-5/+5
2006-12-10[PATCH] read_zero_pagealigned() locking fixHugh Dickins1-11/+21
2006-12-07[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbolsAdrian Bunk1-1/+0
2006-12-07[PATCH] grab swap token reorderedAshwin Chaugule1-1/+1
2006-10-20[PATCH] mm: D-cache aliasing issue in cow_user_pageDmitriy Monakhov1-0/+1
2006-10-06[PATCH] page fault retry with NOPAGE_REFAULTBenjamin Herrenschmidt1-3/+6
2006-10-01[PATCH] paravirt: lazy mmu mode hooks.patchZachary Amsden1-0/+8
2006-10-01[PATCH] paravirt: pte clear not presentZachary Amsden1-1/+1
2006-10-01[PATCH] paravirt: remove read hazard from cowZachary Amsden1-1/+1
2006-09-29[PATCH] mm: fix a race condition under SMC + COWSiddha, Suresh B1-1/+8
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells1-0/+53
2006-09-27[PATCH] do_no_pfn()Jes Sorensen1-5/+59