aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22tmpfs: depend on shmemHugh Dickins3-10/+7
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 Dickins2-11/+35
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 Dickins5-40/+31
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 Dickins3-32/+48
2009-09-22mm: FOLL_DUMP replace FOLL_ANONHugh Dickins3-32/+14
2009-09-22mm: add get_dump_pageHugh Dickins4-68/+66
2009-09-22mm: remove unused GUP flagsHugh Dickins3-18/+8
2009-09-22mm: munlock use follow_pageHugh Dickins1-59/+40
2009-09-22mm: fix NUMA accounting in numastat.txtMinchan Kim1-4/+4
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 Gorman2-48/+63
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10
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 Motohiro3-8/+31
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro4-24/+39
2009-09-22mm/vmscan: remove page_queue_congested() commentVincent Li1-1/+0
2009-09-22mm: do batched scans for mem_cgroupWu Fengguang3-11/+17
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan3-12/+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 Beulich3-17/+16
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich4-5/+5
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich21-41/+38
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 Weiner3-7/+10
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner4-11/+7
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner3-9/+24
2009-09-22mm: drop unneeded double negationsJohannes Weiner3-6/+6
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil2-15/+2
2009-09-22md: avoid use of broken kzalloc mempoolSage Weil1-1/+2
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