Commit Graph

152261 Commits (3fe0344faf7fdcb158bd5c1a9aec960a8d70c8e8)
 

Author SHA1 Message Date
Cyrill Gorcunov 5c87eada68 mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed 16 years ago
Wu Fengguang af166777cf vmscan: ZVC updates in shrink_active_list() can be done once 16 years ago
Wu Fengguang 08d9ae7cbb vmscan: don't export nr_saved_scan in /proc/zoneinfo 16 years ago
Wu Fengguang 6e08a369ee vmscan: cleanup the scan batching code 16 years ago
Rik van Riel 56e49d2188 vmscan: evict use-once pages first 16 years ago
Wu Fengguang 35efa5e993 pagemap: add page-types tool 16 years ago
Wu Fengguang 17e895012f pagemap: document 9 more exported page flags 16 years ago
Wu Fengguang c9ba78e226 pagemap: document clarifications 16 years ago
Wu Fengguang 1779754959 proc: export more page flags in /proc/kpageflags 16 years ago
Wu Fengguang ed7ce0f102 proc: kpagecount/kpageflags code cleanup 16 years ago
Wu Fengguang 20a0307c03 mm: introduce PageHuge() for testing huge/gigantic pages 16 years ago
Mel Gorman a1dd268cf6 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic 16 years ago
Mel Gorman 72807a74c0 page allocator: sanity check order in the page allocator slow path 16 years ago
KOSAKI Motohiro 092cead617 page allocator: move free_page_mlock() to page_alloc.c 16 years ago
Mel Gorman b6e68bc1ba page allocator: slab: use nr_online_nodes to check for a NUMA platform 16 years ago
Christoph Lameter 62bc62a873 page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths 16 years ago
Mel Gorman 974709bdb2 page allocator: get the pageblock migratetype without disabling interrupts 16 years ago
Mel Gorman f2260e6b1f page allocator: update NR_FREE_PAGES only as necessary 16 years ago
Mel Gorman 418589663d page allocator: use allocation flags as an index to the zone watermark 16 years ago
Nick Piggin a3af9c389a page allocator: do not check for compound pages during the page allocator sanity checks 16 years ago
Mel Gorman d395b73428 page allocator: do not setup zonelist cache when there is only one node 16 years ago
Mel Gorman da456f14d2 page allocator: do not disable interrupts in free_page_mlock() 16 years ago
Mel Gorman ed0ae21dc5 page allocator: do not call get_pageblock_migratetype() more than necessary 16 years ago
Mel Gorman 0ac3a4099b page allocator: inline __rmqueue_fallback() 16 years ago
Mel Gorman 0a15c3e9f6 page allocator: inline buffered_rmqueue() 16 years ago
Mel Gorman 728ec980fb page allocator: inline __rmqueue_smallest() 16 years ago
Mel Gorman a56f57ff94 page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH 16 years ago
Peter Zijlstra 341ce06f69 page allocator: calculate the alloc_flags for allocation only once 16 years ago
Mel Gorman 3dd2826698 page allocator: calculate the migratetype for allocation only once 16 years ago
Mel Gorman 5117f45d11 page allocator: calculate the preferred zone for allocation only once 16 years ago
Mel Gorman 49255c619f page allocator: move check for disabled anti-fragmentation out of fastpath 16 years ago
Mel Gorman 11e33f6a55 page allocator: break up the allocator entry point into fast and slow paths 16 years ago
Mel Gorman 7f82af9742 page allocator: check only once if the zonelist is suitable for the allocation 16 years ago
Mel Gorman 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 years ago
Mel Gorman b3c466ce51 page allocator: do not sanity check order in the fast path 16 years ago
Mel Gorman d239171e4f page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() 16 years ago
Hugh Dickins 6c0db4664b mm: alloc_large_system_hash check order 16 years ago
Miao Xie 58568d2a82 cpuset,mm: update tasks' mems_allowed in time 16 years ago
Miao Xie 950592f7b9 cpusets: update tasks' page/slab spread flags in time 16 years ago
Miao Xie f3b39d47eb cpusets: restructure the function cpuset_update_task_memory_state() 16 years ago
H Hartley Sweeten dcf975d585 mm/page-writeback.c: dirty limit type should be unsigned long 16 years ago
KOSAKI Motohiro 78dc583d3a vmscan: low order lumpy reclaim also should use PAGEOUT_IO_SYNC 16 years ago
Nick Piggin d2bf6be8ab mm: clean up get_user_pages_fast() documentation 16 years ago
Wu Fengguang 7ffc59b4d0 readahead: enforce full sync mmap readahead size 16 years ago
Wu Fengguang 61b7cbdba2 readahead: remove redundant test in shrink_readahead_size_eio() 16 years ago
Wu Fengguang 10be0b372c readahead: introduce context readahead algorithm 16 years ago
Wu Fengguang 045a2529a3 readahead: move the random read case to bottom 16 years ago
Wu Fengguang dc566127dd radix-tree: add radix_tree_prev_hole() 16 years ago
Wu Fengguang d30a11004e readahead: record mmap read-around states in file_ra_state 16 years ago
Wu Fengguang 2fad6f5dee readahead: enforce full readahead size on async mmap readahead 16 years ago