Age | Commit message (Expand) | Author | Files | Lines |
2017-06-02 | mm: consider memblock reservations for deferred memory initialization sizing |  Michal Hocko | 1 | -0/+1 |
2017-05-08 | mm, compaction: change migrate_async_suitable() to suitable_migration_source() |  Vlastimil Babka | 1 | -0/+5 |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition |  Johannes Weiner | 1 | -0/+2 |
2017-05-03 | mm: use is_migrate_highatomic() to simplify the code |  Xishi Qiu | 1 | -1/+1 |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() |  Johannes Weiner | 1 | -1/+0 |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes |  Johannes Weiner | 1 | -0/+2 |
2017-02-24 | mm: vmscan: scan dirty pages even in laptop mode |  Johannes Weiner | 1 | -2/+0 |
2017-02-22 | mm, vmscan: cleanup lru size claculations |  Michal Hocko | 1 | -1/+1 |
2017-01-24 | mm, page_alloc: fix check for NULL preferred_zone |  Vlastimil Babka | 1 | -1/+5 |
2016-12-16 | linux: drop __bitwise__ everywhere |  Michael S. Tsirkin | 1 | -1/+1 |
2016-10-27 | mm: remove per-zone hashtable of bitlock waitqueues |  Linus Torvalds | 1 | -28/+2 |
2016-09-01 | mm, vmscan: only allocate and reclaim from zones with pages managed by the buddy allocator |  Mel Gorman | 1 | -2/+14 |
2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -0/+2 |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks |  Andy Lutomirski | 1 | -1/+1 |
2016-07-28 | mm: remove reclaim and compaction retry approximations |  Mel Gorman | 1 | -0/+1 |
2016-07-28 | mm: add per-zone lru list stat |  Minchan Kim | 1 | -0/+6 |
2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries |  Mel Gorman | 1 | -4/+0 |
2016-07-28 | mm, page_alloc: remove fair zone allocation policy |  Mel Gorman | 1 | -5/+0 |
2016-07-28 | mm: convert zone_reclaim to node_reclaim |  Mel Gorman | 1 | -9/+9 |
2016-07-28 | mm: move vmscan writes and file write accounting to the node |  Mel Gorman | 1 | -4/+4 |
2016-07-28 | mm: move most file-based accounting to the node |  Mel Gorman | 1 | -9/+10 |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED |  Mel Gorman | 1 | -1/+1 |
2016-07-28 | mm: move page mapped accounting to the node |  Mel Gorman | 1 | -3/+3 |
2016-07-28 | mm, page_alloc: consider dirtyable memory in terms of nodes |  Mel Gorman | 1 | -6/+6 |
2016-07-28 | mm, workingset: make working set detection node-aware |  Mel Gorman | 1 | -3/+3 |
2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric |  Mel Gorman | 1 | -2/+2 |
2016-07-28 | mm, vmscan: simplify the logic deciding whether kswapd sleeps |  Mel Gorman | 1 | -2/+3 |
2016-07-28 | mm, mmzone: clarify the usage of zone padding |  Mel Gorman | 1 | -3/+4 |
2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 1 | -27/+41 |
2016-07-28 | mm, vmscan: move lru_lock to the node |  Mel Gorman | 1 | -2/+8 |
2016-07-28 | mm, vmstat: add infrastructure for per-node vmstats |  Mel Gorman | 1 | -0/+13 |
2016-07-26 | mm, rmap: account shmem thp pages |  Kirill A. Shutemov | 1 | -1/+3 |
2016-07-26 | mm: add NR_ZSMALLOC to vmstat |  Minchan Kim | 1 | -0/+3 |
2016-07-26 | mm: zap ZONE_OOM_LOCKED |  Vladimir Davydov | 1 | -1/+0 |
2016-07-26 | mm: Add is_migrate_cma_page |  Laura Abbott | 1 | -0/+2 |
2016-05-20 | mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext |  Weijie Yang | 1 | -1/+1 |
2016-05-20 | mm, oom, compaction: prevent from should_compact_retry looping for ever for costly orders |  Michal Hocko | 1 | -0/+3 |
2016-05-19 | mm, page_alloc: inline pageblock lookup in page free fast paths |  Mel Gorman | 1 | -7/+0 |
2016-05-19 | mm, page_alloc: avoid looking up the first zone in a zonelist twice |  Mel Gorman | 1 | -7/+11 |
2016-05-19 | mm, page_alloc: convert alloc_flags to unsigned |  Mel Gorman | 1 | -1/+2 |
2016-05-19 | mm, page_alloc: inline the fast path of the zonelist iterator |  Mel Gorman | 1 | -2/+11 |
2016-05-19 | mm/highmem: simplify is_highmem() |  Chanho Min | 1 | -4/+1 |
2016-03-17 | mm: scale kswapd watermarks in proportion to memory |  Johannes Weiner | 1 | -0/+2 |
2016-03-17 | mm, compaction: introduce kcompactd |  Vlastimil Babka | 1 | -0/+6 |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous |  Joonsoo Kim | 1 | -0/+2 |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection |  Johannes Weiner | 1 | -6/+7 |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags |  Vlastimil Babka | 1 | -0/+3 |
2016-02-03 | thp: make split_queue per-node |  Kirill A. Shutemov | 1 | -0/+6 |
2016-01-14 | mm: page_alloc: generalize the dirty balance reserve |  Johannes Weiner | 1 | -3/+3 |
2016-01-14 | mm/mmzone.c: memmap_valid_within() can be boolean |  Yaowei Bai | 1 | -3/+3 |