aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt1-0/+21
2009-09-22mm: reduce atomic use on use_mm fast pathMichael S. Tsirkin1-3/+6
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin2-1/+56
2009-09-22shmem: initialize struct shmem_sb_info to zeroPekka Enberg1-4/+1
2009-09-22hugetlb: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsEric B Munson1-0/+18
2009-09-22mmap: save some cycles for the shared anonymous mappingHuang Shijie1-9/+9
2009-09-22mmap: avoid unnecessary anon_vma lock acquisition in vma_adjust()Lee Schermerhorn1-2/+2
2009-09-22tmpfs: depend on shmemHugh Dickins1-0/+5
2009-09-22mmap: remove unnecessary codeHuang Shijie1-3/+1
2009-09-22mm: move highest_memmap_pfnHugh Dickins3-2/+3
2009-09-22mm: ZERO_PAGE without PTE_SPECIALHugh Dickins1-11/+25
2009-09-22mm: hugetlbfs_pagecache_presentHugh Dickins1-5/+11
2009-09-22mm: m(un)lock avoid ZERO_PAGEHugh Dickins1-13/+36
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins4-40/+30
2009-09-22mm: reinstate ZERO_PAGEHugh Dickins1-9/+44
2009-09-22mm: fix anonymous dirtyingHugh Dickins1-1/+2
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins2-31/+45
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins2-31/+13
2009-09-22mm: add get_dump_pageHugh Dickins1-1/+32
2009-09-22mm: remove unused GUP flagsHugh Dickins3-18/+8
2009-09-22mm: munlock use follow_pageHugh Dickins1-59/+40
2009-09-22page-allocator: maintain rolling count of pages to free from the PCPMel Gorman1-9/+15
2009-09-22page-allocator: split per-cpu list into one-list-per-migrate-typeMel Gorman1-47/+59
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro1-16/+1
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-6/+29
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-19/+15
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li1-1/+0
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang2-10/+12
2009-09-22mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li1-7/+7
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-3/+10
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich3-4/+4
2009-09-22memory hotplug: fix updating of num_physpages for hot plugged memoryJan Beulich1-2/+4
2009-09-22page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zoneMel Gorman1-1/+11
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner1-0/+5
2009-09-22mm: return boolean from page_has_private()Johannes Weiner2-2/+2
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner3-5/+5
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner2-5/+5
2009-09-22mm: drop unneeded double negationsJohannes Weiner3-6/+6
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil1-7/+0
2009-09-22mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput1-2/+0
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput1-1/+0
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura2-37/+40
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura1-24/+46
2009-09-22tracing, page-allocator: add trace event for page traffic related to the buddy listsMel Gorman1-0/+3
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypesMel Gorman1-0/+4
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman1-1/+6
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman1-5/+0
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki1-23/+176
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki1-5/+9
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallbackMel Gorman1-2/+14