| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove duplicated #include's | Huang Weiyi | 2008-10-21 | 2 | -3/+0 |
* | Export tiny shmem_file_setup for DRM-GEM | Hugh Dickins | 2008-10-21 | 1 | -0/+1 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-20 | 1 | -2/+16 |
|\ |
|
| * | Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUAL | Linus Torvalds | 2008-10-16 | 1 | -2/+16 |
* | | make mm/rmap.c:anon_vma_cachep static | Adrian Bunk | 2008-10-20 | 1 | -1/+11 |
* | | memcg: allocate all page_cgroup at boot | KAMEZAWA Hiroyuki | 2008-10-20 | 4 | -178/+321 |
* | | memcg: atomic ops for page_cgroup->flags | KAMEZAWA Hiroyuki | 2008-10-20 | 1 | -40/+82 |
* | | memcg: optimize per-cpu statistics | KAMEZAWA Hiroyuki | 2008-10-20 | 1 | -8/+10 |
* | | memcg: avoid accounting special pages | KAMEZAWA Hiroyuki | 2008-10-20 | 2 | -16/+13 |
* | | memcg: make page->mapping NULL before uncharge | KAMEZAWA Hiroyuki | 2008-10-20 | 3 | -3/+9 |
* | | memcg: move charge swapin under lock | KAMEZAWA Hiroyuki | 2008-10-20 | 1 | -5/+6 |
* | | mm: extract do_pages_move() out of sys_move_pages() | Brice Goglin | 2008-10-20 | 1 | -66/+86 |
* | | mm: don't vmalloc a huge page_to_node array for do_pages_stat() | Brice Goglin | 2008-10-20 | 1 | -15/+25 |
* | | mm: stop returning -ENOENT from sys_move_pages() if nothing got migrated | Brice Goglin | 2008-10-20 | 1 | -2/+1 |
* | | memory hotplug: release memory regions in PAGES_PER_SECTION chunks | Nathan Fontenot | 2008-10-20 | 1 | -2/+2 |
* | | setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock | Gerald Schaefer | 2008-10-20 | 1 | -2/+2 |
* | | hugepage: support ZERO_PAGE() | KOSAKI Motohiro | 2008-10-20 | 1 | -3/+19 |
* | | mm: print out meminit for memmap | Yinghai Lu | 2008-10-20 | 1 | -4/+3 |
* | | mm: hugetlb.c make functions static, use NULL rather than 0 | Harvey Harrison | 2008-10-20 | 1 | -7/+5 |
* | | mm: rewrite vmap layer | Nick Piggin | 2008-10-20 | 1 | -133/+842 |
* | | mmap.c: deinline a few functions | Denys Vlasenko | 2008-10-20 | 1 | -4/+4 |
* | | mm: page lock use lock bitops | Nick Piggin | 2008-10-20 | 2 | -9/+6 |
* | | mm: unlockless reclaim | Nick Piggin | 2008-10-20 | 1 | -1/+8 |
* | | mm: pagecache insertion fewer atomics | Nick Piggin | 2008-10-20 | 1 | -2/+2 |
* | | mlock: make mlock error return Posixly Correct | Lee Schermerhorn | 2008-10-20 | 2 | -7/+28 |
* | | mlock: revert mainline handling of mlock error return | Lee Schermerhorn | 2008-10-20 | 1 | -12/+2 |
* | | vmscan: don't accumulate scan pressure on unrelated lists | Johannes Weiner | 2008-10-20 | 1 | -5/+2 |
* | | mlock: count attempts to free mlocked page | Lee Schermerhorn | 2008-10-20 | 3 | -0/+19 |
* | | vmscan: unevictable LRU scan sysctl | Lee Schermerhorn | 2008-10-20 | 2 | -2/+168 |
* | | swap: cull unevictable pages in fault path | Lee Schermerhorn | 2008-10-20 | 2 | -8/+31 |
* | | vmstat: mlocked pages statistics | Nick Piggin | 2008-10-20 | 3 | -8/+54 |
* | | mmap: handle mlocked pages during map, remap, unmap | Rik van Riel | 2008-10-20 | 6 | -160/+180 |
* | | mlock: downgrade mmap sem while populating mlocked regions | Lee Schermerhorn | 2008-10-20 | 1 | -3/+43 |
* | | mlock: mlocked pages are unevictable | Nick Piggin | 2008-10-20 | 10 | -88/+782 |
* | | SHM_LOCKED pages are unevictable | Lee Schermerhorn | 2008-10-20 | 2 | -0/+93 |
* | | Ramfs and Ram Disk pages are unevictable | Lee Schermerhorn | 2008-10-20 | 1 | -0/+5 |
* | | Unevictable LRU Page Statistics | Lee Schermerhorn | 2008-10-20 | 3 | -2/+25 |
* | | unevictable lru: add event counting with statistics | Lee Schermerhorn | 2008-10-20 | 2 | -0/+11 |
* | | Unevictable LRU Infrastructure | Lee Schermerhorn | 2008-10-20 | 7 | -62/+272 |
* | | more aggressively use lumpy reclaim | Rik van Riel | 2008-10-20 | 1 | -4/+16 |
* | | vmscan: add newly swapped in pages to the inactive list | Rik van Riel | 2008-10-20 | 1 | -1/+1 |
* | | vmscan: fix pagecache reclaim referenced bit check | Rik van Riel | 2008-10-20 | 1 | -32/+13 |
* | | vmscan: second chance replacement for anonymous pages | Rik van Riel | 2008-10-20 | 3 | -6/+79 |
* | | vmscan: split LRU lists into anon & file sets | Rik van Riel | 2008-10-20 | 12 | -274/+337 |
* | | define page_file_cache() function | Rik van Riel | 2008-10-20 | 5 | -0/+11 |
* | | vmscan: free swap space on swap-in/activation | Rik van Riel | 2008-10-20 | 3 | -3/+53 |
* | | swap: use an array for the LRU pagevecs | KOSAKI Motohiro | 2008-10-20 | 2 | -62/+28 |
* | | vmscan: Use an indexed array for LRU variables | Christoph Lameter | 2008-10-20 | 5 | -141/+108 |
* | | vmscan: move isolate_lru_page() to vmscan.c | Nick Piggin | 2008-10-20 | 5 | -34/+59 |
* | | mm: cleanup to make remove_memory() arch-neutral | Badari Pulavarty | 2008-10-20 | 1 | -1/+11 |