summary refs log tree commit diff
path: root/mm
AgeCommit message (Expand)Author
2022-03-24kasan, page_alloc: simplify kasan_poison_pages call siteAndrey Konovalov
2022-03-24kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov
2022-03-24kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pagesAndrey Konovalov
2022-03-24kasan, page_alloc: deduplicate should_skip_kasan_poisonAndrey Konovalov
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual
2022-03-24mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()Hugh Dickins
2022-03-24mm: filemap_unaccount_folio() large skip mapcount fixupHugh Dickins
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins
2022-03-24mm: unexport page_init_poisonChristoph Hellwig
2022-03-24mm/page_owner.c: record tgidYixuan Cao
2022-03-24mm/page_owner: record task command nameWaiman Long
2022-03-24mm/page_owner: print memcg informationWaiman Long
2022-03-24mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-23kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao
2022-03-22mm/damon/sysfs: support DAMOS statsSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS watermarksSeongJae Park
2022-03-22mm/damon/sysfs: support schemes prioritizationSeongJae Park
2022-03-22mm/damon/sysfs: support DAMOS quotasSeongJae Park
2022-03-22mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park
2022-03-22mm/damon/sysfs: support the physical address space monitoringSeongJae Park
2022-03-22mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park
2022-03-22mm/damon: implement a minimal stub for sysfs-based DAMON interfaceSeongJae Park
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park
2022-03-22mm/damon: remove unnecessary CONFIG_DAMON optiontangmeng
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park
2022-03-22mm/damon/dbgfs-test: fix is_target_id() changeSeongJae Park
2022-03-22mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park
2022-03-22mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park
2022-03-22mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park
2022-03-22mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcallSeongJae Park
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park
2022-03-22mm/damon: remove redundant page validationBaolin Wang
2022-03-22mm/damon: remove the target id conceptSeongJae Park
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park
2022-03-22mm/damon/dbgfs/init_regions: use target index instead of target idSeongJae Park
2022-03-22mm/hmm.c: remove unneeded local variable retMiaohe Lin
2022-03-22kfence: allow use of a deferrable timerMarco Elver
2022-03-22kfence: test: try to avoid test_gfpzero trigger rcu_stallPeng Liu
2022-03-22kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu
2022-03-22kfence: alloc kfence_pool after system startupTianchen Ding