summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-05-27mm/hugetlb: refactor unmap_hugepage_range() to take folio instead of pageFan Ni
2025-05-27mm/hugetlb: pass folio instead of page to unmap_ref_private()Fan Ni
2025-05-27mm/filemap: unify dropbehind flag testing and clearingJens Axboe
2025-05-27mm/filemap: unify read/write dropbehind namingJens Axboe
2025-05-27mm/filemap: use filemap_end_dropbehind() for read invalidationJens Axboe
2025-05-27mm/filemap: gate dropbehind invalidate on folio !dirty && !writebackJens Axboe
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-26mm: slub: only warn once when allocating slab obj extensions failsUsama Arif
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-25RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devicesDaisuke Matsuda
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar
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