aboutsummaryrefslogtreecommitdiffstats
path: root/mm/fremap.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] prio_tree: kill vma_prio_tree_init()Rajesh Venkatasubramanian1-3/+1
2004-07-28[PATCH] install_page vs. vmtruncateHugh Dickins1-2/+6
2004-07-22Make "install_page()" able to handle truncated pages.Linus Torvalds1-6/+8
2004-07-04[PATCH] spurious remap_file_pages() -EINVALWilliam Lee Irwin III1-1/+2
2004-06-17[PATCH] remap_file_pages() speedupAndrea Arcangeli1-5/+12
2004-05-22[PATCH] rmap 22 flush_dcache_mmap_lockAndrew Morton1-0/+2
2004-05-22[PATCH] rmap 20 i_mmap_shared into i_mmapAndrew Morton1-1/+1
2004-05-22[PATCH] rmap 18: i_mmap_nonlinearAndrew Morton1-1/+11
2004-05-22[PATCH] rmap 9 remove pte_chainsAndrew Morton1-1/+1
2004-05-22[PATCH] rmap 8 unmap nonlinearAndrew Morton1-2/+5
2004-05-22[PATCH] rmap 7 object-based rmapAndrew Morton1-11/+9
2004-04-12[PATCH] rmap 1 linux/rmap.hAndrew Morton1-1/+1
2004-02-23[PATCH] CONFIG_REGPARM breaks non-asmlinkage syscallsAndreas Gruenbacher1-1/+1
2004-01-18[PATCH] s390: tlb flush race.Andrew Morton1-13/+7
2003-09-09[PATCH] install_page pte use-after-unmap fixAndrew Morton1-2/+6
2003-09-09[PATCH] remap file pages MAP_NONBLOCK fixAndrew Morton1-0/+39
2003-09-04[PATCH] Unpinned futexes v2: indexing changesJamie Lokier1-7/+24
2003-08-31[PATCH] Properly export symbols that depend on CONFIG_MMUMiles Bader1-1/+5
2003-05-25[PATCH] use update_mmu_cache() in install_pageAndrew Morton1-1/+1
2003-04-12[PATCH] Remove flush_page_to_ram()Andrew Morton1-1/+0
2003-03-28[PATCH] add flush_cache_page() to install_page()Andrew Morton1-5/+6
2003-03-23[PATCH] don't include swap.h in mm.hChristoph Hellwig1-0/+1
2003-03-22[PATCH] Make arch-independent syscalls return longAndrew Morton1-1/+1
2003-03-22[PATCH] Make nonlinear mappings fully pageableAndrew Morton1-27/+35
2003-03-06[PATCH] correct file names in comments in mmAlan Cox1-1/+1
2003-02-05[PATCH] pte_chain_alloc fixesAndrew Morton1-2/+5
2003-01-05[PATCH] handle pte_chain_alloc() failuresAndrew Morton1-2/+6
2002-10-31[PATCH] sys_remap_file_pagesAndrew Morton1-0/+146