summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-11kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-11-11mm/list_lru: simplify reparenting and initial allocationKairui Song
2024-11-11mm/list_lru: code clean up for reparentingKairui Song
2024-11-11mm/list_lru: don't export list_lru_addKairui Song
2024-11-11mm/list_lru: don't pass unnecessary key parametersKairui Song
2024-11-11kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya
2024-11-11nommu: pass NULL argument to vma_iter_prealloc()Hajime Tazaki
2024-11-11mm: page_alloc: move mlocked flag clearance into free_pages_prepare()Roman Gushchin
2024-11-11kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOWSabyrzhan Tasbolatov
2024-11-11kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbolsSabyrzhan Tasbolatov
2024-11-11mm: remove unnecessary page_table_lock on stack expansionLorenzo Stoakes
2024-11-11mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal
2024-11-11mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal
2024-11-11mm: move ``get_order_from_str()`` to internal.hMaíra Canal
2024-11-11mm: shmem: control THP support through the kernel command lineMaíra Canal
2024-11-11vma: detect infinite loop in vma treeLiam R. Howlett
2024-11-11mm: page_frag: use __alloc_pages() to replace alloc_pages_node()Yunsheng Lin
2024-11-11mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'Yunsheng Lin
2024-11-11mm: page_frag: use initial zero offset for page_frag_alloc_align()Yunsheng Lin
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin
2024-11-11mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng
2024-11-11memcg: add flush tracepointJP Kobryn
2024-11-11memcg: rename do_flush_stats and add force flagJP Kobryn
2024-11-11mm: delete the unused put_pages_list()Hugh Dickins
2024-11-11mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes
2024-11-11mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes
2024-11-11mm: pagewalk: add the ability to install PTEsLorenzo Stoakes
2024-11-11kasan: delete CONFIG_KASAN_MODULE_TESTSabyrzhan Tasbolatov
2024-11-11kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov
2024-11-11mm: add per-order mTHP swpin countersBarry Song
2024-11-11mm: zswap: zswap_store_page() will initialize entry after adding to xarray.Kanchana P Sridhar
2024-11-11mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar
2024-11-11mm: zswap: support large folios in zswap_store()Kanchana P Sridhar
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar
2024-11-11mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()Kanchana P Sridhar
2024-11-11mm: zswap: modify zswap_compress() to accept a page instead of a folioKanchana P Sridhar
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-08Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-07mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park
2024-11-07mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park
2024-11-07memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng
2024-11-07mm/show_mem: use str_yes_no() helper in show_free_areas()Thorsten Blum
2024-11-07mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang
2024-11-07mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)
2024-11-07mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)