aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] token based thrashing controlRik van Riel1-0/+3
2004-08-22[PATCH] prio_tree: iterator + vma_prio_tree_next cleanupRajesh Venkatasubramanian1-6/+4
2004-07-28[PATCH] swapoff mmap_sem deadlockHugh Dickins1-0/+4
2004-06-30[PATCH] sparse: NULL vs 0 - the rest of itMika Kukkonen1-1/+1
2004-06-26[PATCH] anon_vma list locking bugHugh Dickins1-7/+8
2004-06-17[PATCH] mm: flush TLB when clearing youngHugh Dickins1-3/+3
2004-06-04[PATCH] mm: kill missed pte warningHugh Dickins1-22/+7
2004-06-04[PATCH] mm: get_user_pages vs. try_to_unmapHugh Dickins1-0/+17
2004-05-24[PATCH] rmap build fixAndrew Morton1-5/+1
2004-05-22[PATCH] rmap 40 better anon_vma sharingAndrew Morton1-7/+12
2004-05-22[PATCH] rmap 39 add anon_vma rmapAndrew Morton1-39/+226
2004-05-22[PATCH] rmap 38 remove anonmm rmapAndrew Morton1-246/+4
2004-05-22[PATCH] rmap 37 page_add_anon_rmap vmaAndrew Morton1-3/+3
2004-05-22[PATCH] rmap 24 no rmap fastcallsAndrew Morton1-8/+8
2004-05-22[PATCH] rmap 21 try_to_unmap_one mapcountAndrew Morton1-16/+10
2004-05-22[PATCH] rmap 20 i_mmap_shared into i_mmapAndrew Morton1-26/+0
2004-05-22[PATCH] rmap.c comment/style fixupsAndrew Morton1-21/+15
2004-05-22[PATCH] rmap 18: i_mmap_nonlinearAndrew Morton1-21/+14
2004-05-22[PATCH] rmap 16: pretend prio_treeAndrew Morton1-37/+38
2004-05-22[PATCH] rmap 14: i_shared_lock fixesAndrew Morton1-1/+2
2004-05-22[PATCH] Convert i_shared_sem back to a spinlockAndrew Morton1-6/+6
2004-05-22[PATCH] rmap 11 mremap movesAndrew Morton1-0/+32
2004-05-22[PATCH] rmap 10 add anonmm rmapAndrew Morton1-3/+236
2004-05-22[PATCH] rmap 9 remove pte_chainsAndrew Morton1-428/+60
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-4/+1
2004-05-22[PATCH] rmap 8 unmap nonlinearAndrew Morton1-1/+177
2004-05-22[PATCH] rmap 7 object-based rmapAndrew Morton1-27/+293
2004-05-14[PATCH] rename rmap_lock to page_map_lockAndrew Morton1-4/+4
2004-05-04[PATCH] page_mapping race fixAndrew Morton1-1/+1
2004-04-17[PATCH] rmap: nonlinear truncationAndrew Morton1-5/+1
2004-04-12[PATCH] rmap 2 anon and swapcacheAndrew Morton1-16/+34
2004-04-12[PATCH] rmap 1 linux/rmap.hAndrew Morton1-11/+9
2004-04-11[PATCH] Fix rmap commentAndrew Morton1-2/+1
2004-04-11[PATCH] slab: updates for per-arch alignmentsAndrew Morton1-1/+1
2004-03-18[PATCH] pte_chain comment fixAndrew Morton1-1/+2
2004-03-15[PATCH] page_referenced() simplificationAndrew Morton1-1/+1
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-5/+5
2004-02-18[PATCH] page_add_rmap(): remove meaningless testAndrew Morton1-1/+1
2004-01-18[PATCH] rmap page refcounting simplificationAndrew Morton1-2/+1
2004-01-18[PATCH] s390: rmap optimization.Andrew Morton1-12/+4
2004-01-18[PATCH] s390: physical dirty/referenced bits.Andrew Morton1-1/+12
2004-01-18[PATCH] s390: tlb flush optimization.Andrew Morton1-2/+1
2003-09-03[PATCH] might_sleep() improvementsAndrew Morton1-2/+1
2003-06-26[PATCH] Use Local Percpu Macros for Local Percpu VariablesRusty Russell1-8/+5
2003-04-16[PATCH] Handle invalid pfns in page_add/remove_rmapAndrew Morton1-6/+6
2003-04-08[PATCH] rmap commentsAndrew Morton1-7/+6
2003-04-08[PATCH] misc rmap speedupsAndrew Morton1-60/+10
2003-04-08[PATCH] speed up rmap searchingAndrew Morton1-31/+55
2003-04-08[PATCH] remove nr_reverse_maps VM accountingAndrew Morton1-7/+0
2003-03-28[PATCH] remove SWAP_ERRORAndrew Morton1-4/+0
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig1-0/+1
2003-03-22[PATCH] Make nonlinear mappings fully pageableAndrew Morton1-1/+18
2003-01-05[PATCH] infrastructure for handling pte_chain_alloc() failuresAndrew Morton1-53/+72
2002-12-14[PATCH] pad pte_chains out to a cachelineAndrew Morton1-1/+2
2002-11-15[PATCH] run flush_cache_page while pte is validAndrew Morton1-1/+1
2002-10-02[PATCH] remove bogus BUG in page_remove_rmap()Andrew Morton1-2/+2
2002-09-15[PATCH] add /proc/meminfo:MappedAndrew Morton1-0/+5
2002-09-15[PATCH] fix reverse map accounting leakAndrew Morton1-0/+1
2002-09-09[PATCH] resurrect CONFIG_HIGHPTEAndrew Morton1-41/+55
2002-09-09[PATCH] rmap pte_chain speedup and space savingAndrew Morton1-88/+194
2002-09-03[PATCH] place rmap locking in rmap-locking.hAndrew Morton1-0/+1
2002-08-27[PATCH] per-zone LRU lockingAndrew Morton1-3/+3
2002-08-25[PATCH] Make rmap.c alloc/free actually inlineLuca Barbieri1-38/+39
2002-08-20Hmm.. It was never correct to directly include <asm/smplock.h>,Linus Torvalds1-1/+0
2002-08-12[PATCH] rmap bugfix, try_to_unmapRik van Riel1-3/+4
2002-07-31[PATCH] Re: BUG at rmap.c:212Andrew Morton1-2/+0
2002-07-28[PATCH] use a slab cache for pte_chainsAndrew Morton1-66/+18
2002-07-28[PATCH] misc fixesAndrew Morton1-0/+2
2002-07-22[PATCH] urgent rmap bugfixRik van Riel1-1/+1
2002-07-18[PATCH] VM instrumentationAndrew Morton1-0/+3
2002-07-18[PATCH] avoid allocating pte_chains for unshared pagesAndrew Morton1-35/+93
2002-07-18[PATCH] minimal rmapAndrew Morton1-0/+394