summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb f...Ge Yang
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook
2025-05-25mm/cma: make detection of highmem_start more robustMike Rapoport (Microsoft)
2025-05-22memcg: objcg stock trylock without irq disablingShakeel Butt
2025-05-22memcg: no stock lock for cpu hot-unplugShakeel Butt
2025-05-22memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt
2025-05-22memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt
2025-05-22mm: khugepaged: decouple SHMEM and file folios' collapseBaolin Wang
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park
2025-05-22mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()SeongJae Park
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park
2025-05-22mm/damon/core: warn and fix nr_accesses[_bp] corruptionSeongJae Park
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang
2025-05-22mm: khugepaged: convert set_huge_pmd() to take a folioBaolin Wang
2025-05-22mm/io-mapping: track_pfn() -> "pfnmap tracking"David Hildenbrand
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-05-22mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-22mm: mincore: use pte_batch_hint() to batch process large foliosBaolin Wang
2025-05-22mm: cma: set early_pfn and bitmap as a union in cma_memrangeZhongkun He
2025-05-22mm: numa_memblks: introduce numa_add_reserved_memblkYuquan Wang
2025-05-22mm/vmalloc: fix data race in show_numa_info()Jeongjun Park
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-21kmsan: rework kmsan_in_runtime() handling in kmsan_report()Alexander Potapenko
2025-05-21kmsan: enter the runtime around kmsan_internal_memmove_metadata() callAlexander Potapenko
2025-05-21kmsan: drop the declaration of kmsan_save_stack()Alexander Potapenko
2025-05-21kmsan: fix usage of kmsan_enter_runtime() in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2025-05-21kmsan: apply clang-format to files mm/kmsan/Alexander Potapenko
2025-05-21mm/mempolicy: Weighted Interleave Auto-tuningJoshua Hahn
2025-05-20kasan: avoid sleepable page allocation from atomic contextAlexander Gordeev
2025-05-20mm/truncate: fix out-of-bounds when doing a right-aligned splitZhang Yi
2025-05-20mm/page_alloc.c: avoid infinite retries caused by cpuset raceTianyang Zhang
2025-05-20dmapool: add NUMA affinity supportKeith Busch
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-13memcg: no irq disable for memcg stock lockShakeel Butt
2025-05-13memcg: completely decouple memcg and obj stocksShakeel Butt
2025-05-13memcg: separate local_trylock for memcg and objShakeel Butt
2025-05-13memcg: simplify consume_stockShakeel Butt
2025-05-13mm: remove obsolete pgd_offset_gate()Feng Lee
2025-05-13mm/vma: remove mmap() retry mergeLorenzo Stoakes
2025-05-13mm: secretmem: convert to .mmap_prepare() hookLorenzo Stoakes
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes