aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20mm: extract do_pages_move() out of sys_move_pages()Brice Goglin1-66/+86
2008-10-20mm: don't vmalloc a huge page_to_node array for do_pages_stat()Brice Goglin1-15/+25
2008-10-20mm: stop returning -ENOENT from sys_move_pages() if nothing got migratedBrice Goglin1-2/+1
2008-10-20memory hotplug: release memory regions in PAGES_PER_SECTION chunksNathan Fontenot1-2/+2
2008-10-20setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer1-2/+2
2008-10-20hugepage: support ZERO_PAGE()KOSAKI Motohiro1-3/+19
2008-10-20mm: print out meminit for memmapYinghai Lu1-4/+3
2008-10-20mm: hugetlb.c make functions static, use NULL rather than 0Harvey Harrison1-7/+5
2008-10-20mm: rewrite vmap layerNick Piggin1-133/+842
2008-10-20mmap.c: deinline a few functionsDenys Vlasenko1-4/+4
2008-10-20mm: page lock use lock bitopsNick Piggin2-9/+6
2008-10-20mm: unlockless reclaimNick Piggin1-1/+8
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin1-2/+2
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn2-7/+28
2008-10-20mlock: revert mainline handling of mlock error returnLee Schermerhorn1-12/+2
2008-10-20vmscan: don't accumulate scan pressure on unrelated listsJohannes Weiner1-5/+2
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn3-0/+19
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn2-2/+168
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn2-8/+31
2008-10-20vmstat: mlocked pages statisticsNick Piggin3-8/+54
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel6-160/+180
2008-10-20mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn1-3/+43
2008-10-20mlock: mlocked pages are unevictableNick Piggin10-88/+782
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn2-0/+93
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn1-0/+5
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn3-2/+25
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn2-0/+11
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn7-62/+272
2008-10-20more aggressively use lumpy reclaimRik van Riel1-4/+16
2008-10-20vmscan: add newly swapped in pages to the inactive listRik van Riel1-1/+1
2008-10-20vmscan: fix pagecache reclaim referenced bit checkRik van Riel1-32/+13
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel3-6/+79
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel12-274/+337
2008-10-20define page_file_cache() functionRik van Riel5-0/+11
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel3-3/+53
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro2-62/+28
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter5-141/+108
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin5-34/+59
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty1-1/+11
2008-10-19anon_vma_prepare: properly lock even newly allocated entriesLinus Torvalds1-10/+32
2008-10-17Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+1
2008-10-18Export shmem_file_setup for DRM-GEMKeith Packard1-0/+1
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-7/+11
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami5-5/+5
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-2/+2
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-10-16mm: do_generic_file_read() never gets a NULL 'filp' argumentKrishna Kumar1-2/+1
2008-10-16hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault()David Gibson1-5/+18
2008-10-16mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enumAndrew Morton1-1/+1
2008-10-16vfs: Add no_nrwrite_index_update writeback control flagAneesh Kumar K.V1-3/+7