| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warning | Waiman Long | 2022-04-15 | 1 | -4/+7 |
* | mm: replace memmap_context by meminit_context | Laurent Dufour | 2020-10-07 | 1 | -3/+8 |
* | mm: initialize deferred pages with interrupts enabled | Pavel Tatashin | 2020-06-22 | 1 | -0/+2 |
* | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() | Wei Yang | 2020-01-29 | 1 | -2/+1 |
* | mm, sched/numa: Remove remaining traces of NUMA rate-limiting | Srikar Dronamraju | 2018-10-09 | 1 | -4/+0 |
* | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration | Mel Gorman | 2018-10-02 | 1 | -6/+0 |
* | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin | 2018-08-22 | 1 | -6/+20 |
* | mm: remove zone_id() and make use of zone_idx() in is_dev_zone() | Oscar Salvador | 2018-08-22 | 1 | -19/+12 |
* | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim | 2018-04-11 | 1 | -1/+1 |
* | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin | 2018-04-11 | 1 | -0/+1 |
* | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 2018-04-05 | 1 | -1/+2 |
* | mm: disable interrupts while initializing deferred pages | Pavel Tatashin | 2018-04-05 | 1 | -2/+3 |
* | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S... | David Rientjes | 2018-03-27 | 1 | -5/+0 |
* | include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma... | Petr Tesarik | 2018-01-31 | 1 | -2/+10 |
* | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 2017-11-15 | 1 | -1/+2 |
* | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin | 2017-11-15 | 1 | -6/+0 |
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov | 2017-10-20 | 1 | -1/+5 |
|/ |
|
* | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline... | YASUAKI ISHIMATSU | 2017-10-03 | 1 | -2/+8 |
* | mm: update NUMA counter threshold size | Kemi Wang | 2017-09-08 | 1 | -2/+1 |
* | mm: change the call sites of numa statistics items | Kemi Wang | 2017-09-08 | 1 | -8/+17 |
* | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | 2017-09-06 | 1 | -1/+0 |
* | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
* | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 2017-09-06 | 1 | -1/+1 |
* | mm: disallow early_pfn_to_nid on configurations which do not implement it | Michal Hocko | 2017-07-10 | 1 | -0/+1 |
* | include/linux/mmzone.h: remove ancient/ambiguous comment | Nikolay Borisov | 2017-07-10 | 1 | -5/+2 |
* | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 2017-07-06 | 1 | -2/+2 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 1 | -0/+16 |
* | mm: consider zone which is not fully populated to have holes | Michal Hocko | 2017-07-06 | 1 | -6/+29 |
* | mm: remove return value from init_currently_empty_zone | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | mm, sparsemem: break out of loops early | Dave Hansen | 2017-07-06 | 1 | -0/+2 |
* | mm: consider memblock reservations for deferred memory initialization sizing | Michal Hocko | 2017-06-02 | 1 | -0/+1 |
* | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 2017-05-08 | 1 | -0/+5 |
* | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 2017-05-03 | 1 | -0/+2 |
* | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 2017-05-03 | 1 | -1/+1 |
* | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 2017-05-03 | 1 | -1/+0 |
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 2017-05-03 | 1 | -0/+2 |
* | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 2017-02-24 | 1 | -2/+0 |
* | mm, vmscan: cleanup lru size claculations | Michal Hocko | 2017-02-22 | 1 | -1/+1 |
* | mm, page_alloc: fix check for NULL preferred_zone | Vlastimil Babka | 2017-01-24 | 1 | -1/+5 |
* | linux: drop __bitwise__ everywhere | Michael S. Tsirkin | 2016-12-16 | 1 | -1/+1 |
* | mm: remove per-zone hashtable of bitlock waitqueues | Linus Torvalds | 2016-10-27 | 1 | -28/+2 |
* | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 2016-09-01 | 1 | -2/+14 |
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 1 | -0/+2 |
|\ |
|
| * | mm: Add is_migrate_cma_page | Laura Abbott | 2016-07-26 | 1 | -0/+2 |
* | | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski | 2016-07-28 | 1 | -1/+1 |
* | | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-28 | 1 | -0/+1 |
* | | mm: add per-zone lru list stat | Minchan Kim | 2016-07-28 | 1 | -0/+6 |
* | | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 2016-07-28 | 1 | -4/+0 |