summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-2371-2629/+3016
|\
| * cma: enforce non-zero pageblock_order during cma_init_reserved_mem()Ritesh Harjani (IBM)2024-11-151-0/+9
| * mm/kfence: add a new kunit test test_use_after_free_read_nofault()Nirjhar Roy2024-11-151-0/+17
| * memcg/hugetlb: add hugeTLB counters to memcgJoshua Hahn2024-11-153-0/+16
| * vmstat: call fold_vm_zone_numa_events() before show per zone NUMA eventMengEn Sun2024-11-151-0/+1
| * mm: mmap_lock: check trace_mmap_lock_$type_enabled() instead of regcountVlastimil Babka2024-11-121-31/+8
| * mm: define general function pXd_init()Bibo Mao2024-11-122-24/+0
| * kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas2024-11-121-0/+39
| * mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-123-11/+10
| * mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-124-97/+132
| * mm/list_lru: simplify reparenting and initial allocationKairui Song2024-11-122-108/+77
| * mm/list_lru: code clean up for reparentingKairui Song2024-11-122-29/+17
| * mm/list_lru: don't export list_lru_addKairui Song2024-11-121-1/+0
| * mm/list_lru: don't pass unnecessary key parametersKairui Song2024-11-122-6/+7
| * kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_callerNihar Chaithanya2024-11-121-0/+31
| * kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOWSabyrzhan Tasbolatov2024-11-111-1/+1
| * kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbolsSabyrzhan Tasbolatov2024-11-113-11/+15
| * mm: remove unnecessary page_table_lock on stack expansionLorenzo Stoakes2024-11-111-32/+6
| * mm: huge_memory: use strscpy() instead of strcpy()Maíra Canal2024-11-111-2/+2
| * mm: shmem: override mTHP shmem default with a kernel parameterMaíra Canal2024-11-111-1/+104
| * mm: move ``get_order_from_str()`` to internal.hMaíra Canal2024-11-112-23/+37
| * mm: shmem: control THP support through the kernel command lineMaíra Canal2024-11-111-23/+49
| * vma: detect infinite loop in vma treeLiam R. Howlett2024-11-111-1/+5
| * mm/memory-failure: replace sprintf() with sysfs_emit()zhangguopeng2024-11-111-1/+1
| * memcg: add flush tracepointJP Kobryn2024-11-111-1/+6
| * memcg: rename do_flush_stats and add force flagJP Kobryn2024-11-111-9/+8
| * mm: delete the unused put_pages_list()Hugh Dickins2024-11-111-31/+0
| * mm: madvise: implement lightweight guard page mechanismLorenzo Stoakes2024-11-112-0/+240
| * mm: add PTE_MARKER_GUARD PTE markerLorenzo Stoakes2024-11-113-5/+23
| * mm: pagewalk: add the ability to install PTEsLorenzo Stoakes2024-11-112-66/+186
| * kasan: delete CONFIG_KASAN_MODULE_TESTSabyrzhan Tasbolatov2024-11-112-2/+2
| * kasan: migrate copy_user_test to kunitSabyrzhan Tasbolatov2024-11-114-83/+48
| * mm: add per-order mTHP swpin countersBarry Song2024-11-112-0/+6
| * mm: zswap: zswap_store_page() will initialize entry after adding to xarray.Kanchana P Sridhar2024-11-111-30/+26
| * mm: swap: count successful large folio zswap stores in hugepage zswpout statsKanchana P Sridhar2024-11-112-0/+4
| * mm: zswap: support large folios in zswap_store()Kanchana P Sridhar2024-11-111-68/+121
| * mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar2024-11-111-6/+13
| * mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()Kanchana P Sridhar2024-11-111-3/+3
| * mm: zswap: modify zswap_compress() to accept a page instead of a folioKanchana P Sridhar2024-11-111-3/+3
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2024-11-117-23/+66
| |\
| * | mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park2024-11-071-1/+1
| * | mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park2024-11-071-1/+1
| * | memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng2024-11-071-59/+70
| * | mm/show_mem: use str_yes_no() helper in show_free_areas()Thorsten Blum2024-11-071-2/+1
| * | mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang2024-11-071-3/+22
| * | mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)2024-11-071-2/+2
| * | mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)2024-11-071-9/+9
| * | bootmem: stop using page->indexMatthew Wilcox (Oracle)2024-11-072-9/+10
| * | mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)2024-11-075-22/+28
| * | mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)2024-11-076-16/+28