summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-231-1/+32
| * | | | | proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-232-10/+35
| * | | | | proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-231-1/+35
| * | | | | proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-231-2/+3
| |/ / / /
* | | | | memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-232-8/+25
* | | | | mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt2008-10-231-0/+1
|/ / / /
* | | | mm: remove duplicated #include'sHuang Weiyi2008-10-202-3/+0
* | | | Export tiny shmem_file_setup for DRM-GEMHugh Dickins2008-10-201-0/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-10-201-2/+16
|\ \ \ \
| * | | | Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUALLinus Torvalds2008-10-161-2/+16
* | | | | make mm/rmap.c:anon_vma_cachep staticAdrian Bunk2008-10-201-1/+11
* | | | | memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki2008-10-204-178/+321
* | | | | memcg: atomic ops for page_cgroup->flagsKAMEZAWA Hiroyuki2008-10-201-40/+82
* | | | | memcg: optimize per-cpu statisticsKAMEZAWA Hiroyuki2008-10-201-8/+10
* | | | | memcg: avoid accounting special pagesKAMEZAWA Hiroyuki2008-10-202-16/+13
* | | | | memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki2008-10-203-3/+9
* | | | | memcg: move charge swapin under lockKAMEZAWA Hiroyuki2008-10-201-5/+6
* | | | | mm: extract do_pages_move() out of sys_move_pages()Brice Goglin2008-10-201-66/+86
* | | | | mm: don't vmalloc a huge page_to_node array for do_pages_stat()Brice Goglin2008-10-201-15/+25
* | | | | mm: stop returning -ENOENT from sys_move_pages() if nothing got migratedBrice Goglin2008-10-201-2/+1
* | | | | memory hotplug: release memory regions in PAGES_PER_SECTION chunksNathan Fontenot2008-10-201-2/+2
* | | | | setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lockGerald Schaefer2008-10-201-2/+2
* | | | | hugepage: support ZERO_PAGE()KOSAKI Motohiro2008-10-201-3/+19
* | | | | mm: print out meminit for memmapYinghai Lu2008-10-201-4/+3
* | | | | mm: hugetlb.c make functions static, use NULL rather than 0Harvey Harrison2008-10-201-7/+5
* | | | | mm: rewrite vmap layerNick Piggin2008-10-201-133/+842
* | | | | mmap.c: deinline a few functionsDenys Vlasenko2008-10-201-4/+4
* | | | | mm: page lock use lock bitopsNick Piggin2008-10-202-9/+6
* | | | | mm: unlockless reclaimNick Piggin2008-10-201-1/+8
* | | | | mm: pagecache insertion fewer atomicsNick Piggin2008-10-201-2/+2
* | | | | mlock: make mlock error return Posixly CorrectLee Schermerhorn2008-10-202-7/+28
* | | | | mlock: revert mainline handling of mlock error returnLee Schermerhorn2008-10-201-12/+2
* | | | | vmscan: don't accumulate scan pressure on unrelated listsJohannes Weiner2008-10-201-5/+2
* | | | | mlock: count attempts to free mlocked pageLee Schermerhorn2008-10-203-0/+19
* | | | | vmscan: unevictable LRU scan sysctlLee Schermerhorn2008-10-202-2/+168
* | | | | swap: cull unevictable pages in fault pathLee Schermerhorn2008-10-202-8/+31
* | | | | vmstat: mlocked pages statisticsNick Piggin2008-10-203-8/+54
* | | | | mmap: handle mlocked pages during map, remap, unmapRik van Riel2008-10-206-160/+180
* | | | | mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn2008-10-201-3/+43
* | | | | mlock: mlocked pages are unevictableNick Piggin2008-10-2010-88/+782
* | | | | SHM_LOCKED pages are unevictableLee Schermerhorn2008-10-202-0/+93
* | | | | Ramfs and Ram Disk pages are unevictableLee Schermerhorn2008-10-201-0/+5
* | | | | Unevictable LRU Page StatisticsLee Schermerhorn2008-10-203-2/+25
* | | | | unevictable lru: add event counting with statisticsLee Schermerhorn2008-10-202-0/+11
* | | | | Unevictable LRU InfrastructureLee Schermerhorn2008-10-207-62/+272
* | | | | more aggressively use lumpy reclaimRik van Riel2008-10-201-4/+16
* | | | | vmscan: add newly swapped in pages to the inactive listRik van Riel2008-10-201-1/+1
* | | | | vmscan: fix pagecache reclaim referenced bit checkRik van Riel2008-10-201-32/+13
* | | | | vmscan: second chance replacement for anonymous pagesRik van Riel2008-10-203-6/+79
* | | | | vmscan: split LRU lists into anon & file setsRik van Riel2008-10-2012-274/+337
OpenPOWER on IntegriCloud