Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim | 1 | -1/+1 |
2018-04-11 | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin | 1 | -0/+1 |
2018-04-06 | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 1 | -1/+2 |
2018-04-06 | mm: disable interrupts while initializing deferred pages | Pavel Tatashin | 1 | -2/+3 |
2018-03-27 | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S... | David Rientjes | 1 | -5/+0 |
2018-02-01 | include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma... | Petr Tesarik | 1 | -2/+10 |
2017-11-16 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 1 | -1/+2 |
2017-11-16 | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin | 1 | -6/+0 |
2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-20 | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 1 | -1/+5 |
2017-10-04 | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline... | YASUAKI ISHIMATSU | 1 | -2/+8 |
2017-09-09 | mm: update NUMA counter threshold size | Kemi Wang | 1 | -2/+1 |
2017-09-09 | mm: change the call sites of numa statistics items | Kemi Wang | 1 | -8/+17 |
2017-09-07 | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | 1 | -1/+0 |
2017-09-07 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 1 | -1/+1 |
2017-09-07 | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 1 | -1/+1 |
2017-07-11 | mm: disallow early_pfn_to_nid on configurations which do not implement it | Michal Hocko | 1 | -0/+1 |
2017-07-11 | include/linux/mmzone.h: remove ancient/ambiguous comment | Nikolay Borisov | 1 | -5/+2 |
2017-07-07 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 1 | -2/+2 |
2017-07-07 | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 1 | -0/+16 |
2017-07-07 | mm: consider zone which is not fully populated to have holes | Michal Hocko | 1 | -6/+29 |
2017-07-07 | mm: remove return value from init_currently_empty_zone | Michal Hocko | 1 | -1/+1 |
2017-07-07 | mm, sparsemem: break out of loops early | Dave Hansen | 1 | -0/+2 |
2017-06-03 | mm: consider memblock reservations for deferred memory initialization sizing | Michal Hocko | 1 | -0/+1 |
2017-05-09 | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 1 | -0/+5 |
2017-05-04 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 1 | -0/+2 |
2017-05-04 | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 1 | -1/+1 |
2017-05-04 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 1 | -1/+0 |
2017-05-04 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 1 | -0/+2 |
2017-02-25 | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 1 | -2/+0 |
2017-02-23 | mm, vmscan: cleanup lru size claculations | Michal Hocko | 1 | -1/+1 |
2017-01-25 | 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-02 | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 1 | -2/+14 |
2016-08-09 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -0/+2 |
2016-07-29 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 1 | -1/+1 |
2016-07-29 | mm: remove reclaim and compaction retry approximations | Mel Gorman | 1 | -0/+1 |
2016-07-29 | mm: add per-zone lru list stat | Minchan Kim | 1 | -0/+6 |
2016-07-29 | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 1 | -4/+0 |
2016-07-29 | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | 1 | -5/+0 |
2016-07-29 | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 1 | -9/+9 |
2016-07-29 | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 1 | -4/+4 |
2016-07-29 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -9/+10 |
2016-07-29 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman | 1 | -1/+1 |
2016-07-29 | mm: move page mapped accounting to the node | Mel Gorman | 1 | -3/+3 |
2016-07-29 | mm, page_alloc: consider dirtyable memory in terms of nodes | Mel Gorman | 1 | -6/+6 |
2016-07-29 | mm, workingset: make working set detection node-aware | Mel Gorman | 1 | -3/+3 |
2016-07-29 | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 1 | -2/+2 |