Age | Commit message (Expand) | Author | Files | Lines |
2020-04-02 | mm/sparse: rename pfn_present() to pfn_in_present_section() | Pingfan Liu | 1 | -2/+2 |
2020-04-02 | mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting | John Hubbard | 1 | -0/+2 |
2020-02-04 | mm: factor out next_present_section_nr() | David Hildenbrand | 1 | -0/+10 |
2020-01-31 | mm: fix comments related to node reclaim | Hao Lee | 1 | -1/+1 |
2020-01-14 | mm: memcg/slab: fix percpu slab vmstats flushing | Roman Gushchin | 1 | -3/+2 |
2019-12-01 | mm: fix struct member name in function comments | Hao Lee | 1 | -1/+1 |
2019-12-01 | mm: vmscan: enforce inactive:active ratio at the reclaim root | Johannes Weiner | 1 | -2/+2 |
2019-12-01 | mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs | Johannes Weiner | 1 | -3/+8 |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner | 1 | -7/+8 |
2019-12-01 | include/linux/mmzone.h: fix comment for ISOLATE_UNMAPPED macro | Hao Lee | 1 | -1/+1 |
2019-10-14 | mm: refresh ZONE_DMA and ZONE_DMA32 comments in 'enum zone_type' | Nicolas Saenz Julienne | 1 | -19/+26 |
2019-09-25 | mm: thp: extract split_queue_* into a struct | Yang Shi | 1 | -3/+9 |
2019-09-25 | mm,thp: stats for file backed THP | Song Liu | 1 | -0/+2 |
2019-08-31 | mm: memcontrol: flush percpu slab vmstats on kmem offlining | Roman Gushchin | 1 | -2/+3 |
2019-07-19 | libnvdimm/pfn: stop padding pmem namespaces to section alignment | Dan Williams | 1 | -0/+3 |
2019-07-19 | mm: kill is_dev_zone() helper | Dan Williams | 1 | -12/+0 |
2019-07-19 | mm/sparsemem: add helpers track active portions of a section at boot | Dan Williams | 1 | -1/+32 |
2019-07-19 | mm/sparsemem: introduce a SECTION_IS_EARLY flag | Dan Williams | 1 | -1/+7 |
2019-07-19 | mm/sparsemem: introduce struct mem_section_usage | Dan Williams | 1 | -3/+25 |
2019-07-19 | mm: section numbers use the type "unsigned long" | David Hildenbrand | 1 | -2/+2 |
2019-05-15 | mm: maintain randomization of page free lists | Dan Williams | 1 | -0/+12 |
2019-05-15 | mm: move buddy list manipulations into helpers | Dan Williams | 1 | -0/+46 |
2019-05-15 | mm: shuffle initial free memory to improve memory-side-cache utilization | Dan Williams | 1 | -0/+1 |
2019-05-14 | mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API | Johannes Weiner | 1 | -5/+0 |
2019-03-06 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -4/+0 |
2019-03-06 | mm: fix some typos in mm directory | Wei Yang | 1 | -1/+1 |
2019-03-06 | mm, compaction: be selective about what pageblocks to clear skip hints | Mel Gorman | 1 | -0/+2 |
2019-01-09 | mm, page_alloc: do not wake kswapd with zone lock held | Mel Gorman | 1 | -0/+6 |
2018-12-28 | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protection | Wei Yang | 1 | -2/+2 |
2018-12-28 | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section() | Wei Yang | 1 | -2/+1 |
2018-12-28 | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() | Wei Yang | 1 | -2/+0 |
2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * | Alexey Dobriyan | 1 | -1/+1 |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman | 1 | -4/+7 |
2018-12-28 | mm: move zone watermark accesses behind an accessor | Mel Gorman | 1 | -4/+5 |
2018-12-28 | mm: remove managed_page_count_lock spinlock | Arun KS | 1 | -6/+0 |
2018-12-28 | mm: convert zone->managed_pages to atomic variable | Arun KS | 1 | -2/+7 |
2018-12-27 | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2018-12-20 | powerpc: use mm zones more sensibly | Christoph Hellwig | 1 | -1/+1 |
2018-12-15 | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe | 1 | -0/+6 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -4/+1 |
2018-10-27 | mm: workingset: add vmstat counter for shadow nodes | Johannes Weiner | 1 | -0/+1 |
2018-10-27 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
2018-10-27 | mm: rename and change semantics of nr_indirectly_reclaimable_bytes | Vlastimil Babka | 1 | -1/+1 |
2018-10-09 | mm, sched/numa: Remove remaining traces of NUMA rate-limiting | Srikar Dronamraju | 1 | -4/+0 |
2018-10-02 | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration | Mel Gorman | 1 | -6/+0 |
2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin | 1 | -6/+20 |
2018-08-22 | mm: remove zone_id() and make use of zone_idx() in is_dev_zone() | Oscar Salvador | 1 | -19/+12 |
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 |