| Commit message (Expand) | Author | Age |
* | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 2017-11-15 |
* | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin | 2017-11-15 |
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 |
* | | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2017-10-20 |
|/ |
|
* | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline... | YASUAKI ISHIMATSU | 2017-10-03 |
* | mm: update NUMA counter threshold size | Kemi Wang | 2017-09-08 |
* | mm: change the call sites of numa statistics items | Kemi Wang | 2017-09-08 |
* | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | 2017-09-06 |
* | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 2017-09-06 |
* | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 2017-09-06 |
* | mm: disallow early_pfn_to_nid on configurations which do not implement it | Michal Hocko | 2017-07-10 |
* | include/linux/mmzone.h: remove ancient/ambiguous comment | Nikolay Borisov | 2017-07-10 |
* | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 2017-07-06 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 |
* | mm: consider zone which is not fully populated to have holes | Michal Hocko | 2017-07-06 |
* | mm: remove return value from init_currently_empty_zone | Michal Hocko | 2017-07-06 |
* | mm, sparsemem: break out of loops early | Dave Hansen | 2017-07-06 |
* | mm: consider memblock reservations for deferred memory initialization sizing | Michal Hocko | 2017-06-02 |
* | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 2017-05-08 |
* | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 2017-05-03 |
* | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 2017-05-03 |
* | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 2017-05-03 |
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 2017-05-03 |
* | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 2017-02-24 |
* | mm, vmscan: cleanup lru size claculations | Michal Hocko | 2017-02-22 |
* | mm, page_alloc: fix check for NULL preferred_zone | Vlastimil Babka | 2017-01-24 |
* | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 2016-12-16 |
* | mm: remove per-zone hashtable of bitlock waitqueues | Linus Torvalds | 2016-10-27 |
* | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 2016-09-01 |
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 |
|\ |
|
| * | mm: Add is_migrate_cma_page | Laura Abbott | 2016-07-26 |
* | | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 2016-07-28 |
* | | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-28 |
* | | mm: add per-zone lru list stat | Minchan Kim | 2016-07-28 |
* | | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 2016-07-28 |
* | | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | 2016-07-28 |
* | | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-28 |
* | | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 2016-07-28 |
* | | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-28 |
* | | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman | 2016-07-28 |
* | | mm: move page mapped accounting to the node | Mel Gorman | 2016-07-28 |
* | | mm, page_alloc: consider dirtyable memory in terms of nodes | Mel Gorman | 2016-07-28 |
* | | mm, workingset: make working set detection node-aware | Mel Gorman | 2016-07-28 |
* | | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-28 |
* | | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 2016-07-28 |
* | | mm, mmzone: clarify the usage of zone padding | Mel Gorman | 2016-07-28 |
* | | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 |
* | | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-28 |
* | | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | 2016-07-28 |