Age | Commit message (Expand) | Author |
2024-07-09 | mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio | Miaohe Lin |
2024-07-09 | mm/hugetlb: fix potential race in __update_and_free_hugetlb_folio() | Miaohe Lin |
2024-07-09 | filemap: replace pte_offset_map() with pte_offset_map_nolock() | ZhangPeng |
2024-07-06 | mm: fix crashes from deferred split racing folio migration | Hugh Dickins |
2024-07-06 | mm: gup: stop abusing try_grab_folio | Yang Shi |
2024-07-03 | mm/hugetlb_vmemmap: fix race with speculative PFN walkers | Yu Zhao |
2024-07-03 | cachestat: do not flush stats in recency check | Nhat Pham |
2024-07-03 | mm/shmem: disable PMD-sized page cache if needed | Gavin Shan |
2024-07-03 | mm/filemap: skip to create PMD-sized page cache if needed | Gavin Shan |
2024-07-03 | mm/readahead: limit page cache size in page_cache_ra_order() | Gavin Shan |
2024-07-03 | mm/damon/core: merge regions aggressively when max_nr_regions is unmet | SeongJae Park |
2024-07-03 | mm: vmalloc: check if a hash-index is in cpu_possible_mask | Uladzislau Rezki (Sony) |
2024-07-03 | mm: page_ref: remove folio_try_get_rcu() | Yang Shi |
2024-07-03 | mm: avoid overflows in dirty throttling logic | Jan Kara |
2024-07-03 | Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again" | Jan Kara |
2024-06-24 | mm/memory: don't require head page for do_set_pmd() | Andrew Bresticker |
2024-06-24 | mm/page_alloc: Separate THP PCP into movable and non-movable categories | yangge |
2024-06-24 | mm/migrate: make migrate_pages_batch() stats consistent | Zi Yan |
2024-06-24 | kasan: fix bad call to unpoison_slab_object | Andrey Konovalov |
2024-06-24 | mm: handle profiling for fake memory allocations during compaction | Suren Baghdasaryan |
2024-06-24 | mm/slab: fix 'variable obj_exts set but not used' warning | Suren Baghdasaryan |
2024-06-24 | /proc/pid/smaps: add mseal info for vma | Jeff Xu |
2024-06-24 | mm: fix incorrect vbq reference in purge_fragmented_block | Zhaoyang Huang |
2024-06-23 | Merge tag 'fixes-2024-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-06-17 | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-06-17 | Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-06-16 | memblock: use numa_valid_node() helper to check for invalid node ID | Mike Rapoport (IBM) |
2024-06-15 | mm: shmem: fix getting incorrect lruvec when replacing a shmem folio | Baolin Wang |
2024-06-15 | mm/debug_vm_pgtable: drop RANDOM_ORVALUE trick | Peter Xu |
2024-06-15 | mm: fix possible OOB in numa_rebuild_large_mapping() | Kefeng Wang |
2024-06-15 | mm/migrate: fix kernel BUG at mm/compaction.c:2761! | Hugh Dickins |
2024-06-15 | mm: huge_memory: fix misused mapping_large_folio_support() for anon folios | Ran Xiaokai |
2024-06-15 | Revert "mm: init_mlocked_on_free_v3" | David Hildenbrand |
2024-06-15 | mm/page_table_check: fix crash on ZONE_DEVICE | Peter Xu |
2024-06-13 | Merge tag 'fixes-2024-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-06-06 | mm/util: Swap kmemdup_array() arguments | Jean-Philippe Brucker |
2024-06-05 | mm: fix xyz_noprof functions calling profiled functions | Suren Baghdasaryan |
2024-06-05 | codetag: avoid race at alloc_slab_obj_exts | Thadeu Lima de Souza Cascardo |
2024-06-05 | mm/hugetlb: do not call vma_add_reservation upon ENOMEM | Oscar Salvador |
2024-06-05 | mm/ksm: fix ksm_zero_pages accounting | Chengming Zhou |
2024-06-05 | mm/ksm: fix ksm_pages_scanned accounting | Chengming Zhou |
2024-06-05 | kmsan: do not wipe out origin when doing partial unpoisoning | Alexander Potapenko |
2024-06-05 | vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr() | Cong Wang |
2024-06-05 | mm: page_alloc: fix highatomic typing in multi-block buddies | Johannes Weiner |
2024-06-05 | memcg: remove the lockdep assert from __mod_objcg_mlstate() | Sebastian Andrzej Siewior |
2024-06-05 | mm: drop the 'anon_' prefix for swap-out mTHP counters | Baolin Wang |
2024-05-31 | memblock: make memblock_set_node() also warn about use of MAX_NUMNODES | Jan Beulich |
2024-05-25 | Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-05-24 | mm/ksm: fix possible UAF of stable_node | Chengming Zhou |
2024-05-24 | mm/memory-failure: fix handling of dissolved but not taken off from buddy pages | Miaohe Lin |