Age | Commit message (Expand) | Author |
2019-09-24 | mm: thp: extract split_queue_* into a struct | Yang Shi |
2019-09-24 | mm,thp: stats for file backed THP | Song Liu |
2019-08-30 | mm: memcontrol: flush percpu slab vmstats on kmem offlining | Roman Gushchin |
2019-07-18 | libnvdimm/pfn: stop padding pmem namespaces to section alignment | Dan Williams |
2019-07-18 | mm: kill is_dev_zone() helper | Dan Williams |
2019-07-18 | mm/sparsemem: add helpers track active portions of a section at boot | Dan Williams |
2019-07-18 | mm/sparsemem: introduce a SECTION_IS_EARLY flag | Dan Williams |
2019-07-18 | mm/sparsemem: introduce struct mem_section_usage | Dan Williams |
2019-07-18 | mm: section numbers use the type "unsigned long" | David Hildenbrand |
2019-05-14 | mm: maintain randomization of page free lists | Dan Williams |
2019-05-14 | mm: move buddy list manipulations into helpers | Dan Williams |
2019-05-14 | mm: shuffle initial free memory to improve memory-side-cache utilization | Dan Williams |
2019-05-14 | mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API | Johannes Weiner |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin |
2019-03-05 | mm: fix some typos in mm directory | Wei Yang |
2019-03-05 | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman |
2019-01-08 | mm, page_alloc: do not wake kswapd with zone lock held | Mel Gorman |
2018-12-28 | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection | Wei Yang |
2018-12-28 | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() | Wei Yang |
2018-12-28 | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() | Wei Yang |
2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * | Alexey Dobriyan |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman |
2018-12-28 | mm: move zone watermark accesses behind an accessor | Mel Gorman |
2018-12-28 | mm: remove managed_page_count_lock spinlock | Arun KS |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS |
2018-12-27 | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2018-12-20 | powerpc: use mm zones more sensibly | Christoph Hellwig |
2018-12-14 | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport |
2018-10-26 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner |
2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner |
2018-10-26 | mm: rename and change semantics of nr_indirectly_reclaimable_bytes | Vlastimil Babka |
2018-10-09 | mm, sched/numa: Remove remaining traces of NUMA rate-limiting | Srikar Dronamraju |
2018-10-02 | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration | Mel Gorman |
2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin |
2018-08-22 | mm: remove zone_id() and make use of zone_idx() in is_dev_zone() | Oscar Salvador |
2018-04-11 | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim |
2018-04-11 | mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES | Roman Gushchin |
2018-04-05 | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes |
2018-04-05 | mm: disable interrupts while initializing deferred pages | Pavel Tatashin |
2018-03-27 | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S... | David Rientjes |
2018-01-31 | include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma... | Petr Tesarik |
2017-11-15 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin |
2017-11-15 | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin |
2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-20 | mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=y | Kirill A. Shutemov |
2017-10-03 | mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline... | YASUAKI ISHIMATSU |
2017-09-08 | mm: update NUMA counter threshold size | Kemi Wang |
2017-09-08 | mm: change the call sites of numa statistics items | Kemi Wang |