mm/damon: use damon_sz_region() in appropriate place
[platform/kernel/linux-starfive.git] / mm /
2022-10-13 Xin Haomm/damon: use damon_sz_region() in appropriate place
2022-10-13 Xin Haomm/damon: move sz_damon_region to damon_sz_region
2022-10-13 Alexander Potapenkokmsan: unpoison @tlb in arch_tlb_gather_mmu()
2022-10-13 Carlos Llamasmm/mmap: undo ->mmap() when arch_validate_flags() fails
2022-10-12 Peter Xumm/uffd: fix warning without PTE_MARKER_UFFD_WP compiled in
2022-10-12 Liam Howlettmm/mmap: preallocate maple nodes for brk vma expansion
2022-10-12 Liam Howlettmmap: fix copy_vma() failure path
2022-10-12 Chuyi Zhoumm/compaction: fix set skip in fast_find_migrateblock
2022-10-12 Andrew Mortonmm/hugetlb.c: make __hugetlb_vma_unlock_write_put(...
2022-10-07 Mike Kravetzhugetlb: allocate vma lock for all sharable vmas
2022-10-07 Mike Kravetzhugetlb: take hugetlb vma_lock when clearing vma_lock...
2022-10-07 Mike Kravetzhugetlb: fix vma lock handling during split vma and...
2022-10-07 Yu Zhaomglru: mm/vmscan.c: fix imprecise comments
2022-10-07 Yu Zhaomm/mglru: don't sync disk for each aging cycle
2022-10-03 Johannes Weinermm: memcontrol: drop dead CONFIG_MEMCG_SWAP config...
2022-10-03 Johannes Weinermm: memcontrol: use do_memsw_account() in a few more...
2022-10-03 Johannes Weinermm: memcontrol: deprecate swapaccounting=0 mode
2022-10-03 Johannes Weinermm: memcontrol: don't allocate cgroup swap arrays when...
2022-10-03 Xiu Jianfengmm/secretmem: remove reduntant return value
2022-10-03 Xin Haomm/hugetlb: add available_huge_pages() func
2022-10-03 Zach O'Keefemm/khugepaged: add tracepoint to hpage_collapse_scan_file()
2022-10-03 Zach O'Keefemm/madvise: add file and shmem support to MADV_COLLAPSE
2022-10-03 Zach O'Keefemm/khugepaged: attempt to map file/shmem-backed pte...
2022-10-03 Zach O'Keefemm/shmem: add flag to enforce shmem THP in hugepage_vma...
2022-10-03 Zach O'Keefemm/madvise: MADV_COLLAPSE return EAGAIN when page canno...
2022-10-03 Zach O'Keefemm/khugepaged: check compound_order() in collapse_pte_m...
2022-10-03 Liu Shixinmm: hugetlb: fix UAF in hugetlb_handle_userfault
2022-10-03 Kairui Songmm: memcontrol: make cgroup_memory_noswap a static key
2022-10-03 Kaixu Xiamm/damon: deduplicate damon_{reclaim,lru_sort}_apply_pa...
2022-10-03 Xin Haomm/damon/sysfs: return 'err' value when call kstrtoul...
2022-10-03 Ran Xiaokaimm/page_alloc: update comments for rmqueue()
2022-10-03 Kaixu Xiamm/damon: rename damon_pageout_score() to damon_cold_sc...
2022-10-03 Mike Kravetzhugetlb: freeze allocated pages before creating hugetlb...
2022-10-03 Miaohe Linmm/page_alloc: fix obsolete comment in deferred_pfn_valid()
2022-10-03 Miaohe Linmm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()
2022-10-03 Miaohe Linmm/page_alloc: init local variable buddy_pfn
2022-10-03 Miaohe Linmm/page_alloc: use helper macro SZ_1{K,M}
2022-10-03 Miaohe Linmm/page_alloc: make boot_nodestats static
2022-10-03 Miaohe Linmm/page_alloc: use local variable zone_idx directly
2022-10-03 Miaohe Linmm/page_alloc: add missing is_migrate_isolate() check...
2022-10-03 Miaohe Linmm/page_alloc: fix freeing static percpu memory
2022-10-03 Miaohe Linmm/page_alloc: add __init annotations to init_mem_debug...
2022-10-03 Miaohe Linmm/page_alloc: remove obsolete comment in zone_statistics()
2022-10-03 Miaohe Linmm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_...
2022-10-03 Miaohe Linmm/page_alloc: make zone_pcp_update() static
2022-10-03 Miaohe Linmm/page_alloc: ensure kswapd doesn't accidentally go...
2022-10-03 Chih-En Linmm/page_table_check: fix typos
2022-10-03 Kaixu Xiamm/damon: return void from damon_set_schemes()
2022-10-03 Xiu Jianfengmm/secretmem: add __init annotation to secretmem_init()
2022-10-03 Yang Yingliangmm/damon/lru_sort: change damon_lru_sort_wmarks to...
2022-10-03 Yang Yingliangmm/damon/reclaim: change damon_reclaim_wmarks to static
2022-10-03 Kaixu Xiamm/damon: use 'struct damon_target *' instead of 'void...
2022-10-03 Xin Haomm/damon: simplify scheme create in lru_sort.c
2022-10-03 Xin Haomm/damon/sysfs: avoid call damon_target_has_pid() repea...
2022-10-03 Alexander Potapenkox86: kmsan: handle CPU entry area
2022-10-03 Alexander Potapenkomm: fs: initialize fsdata passed to write_begin/write_e...
2022-10-03 Alexander Potapenkoentry: kmsan: introduce kmsan_unpoison_entry_regs()
2022-10-03 Alexander Potapenkosecurity: kmsan: fix interoperability with auto-initial...
2022-10-03 Alexander Potapenkokmsan: add tests for KMSAN
2022-10-03 Alexander Potapenkokmsan: handle memory sent to/from USB
2022-10-03 Alexander Potapenkodma: kmsan: unpoison DMA mappings
2022-10-03 Alexander Potapenkoinstrumented.h: add KMSAN support
2022-10-03 Alexander Potapenkoinit: kmsan: call KMSAN initialization routines
2022-10-03 Alexander Potapenkokmsan: handle task creation and exiting
2022-10-03 Alexander Potapenkomm: kmsan: call KMSAN hooks from SLUB code
2022-10-03 Alexander Potapenkomm: kmsan: maintain KMSAN metadata for page operations
2022-10-03 Alexander Potapenkokmsan: add KMSAN runtime core
2022-10-03 Alexander Potapenkostackdepot: reserve 5 extra bits in depot_stack_handle_t
2022-10-03 Mike Kravetzhugetlb: clean up code checking for fault/truncation...
2022-10-03 Mike Kravetzhugetlb: use new vma_lock for pmd sharing synchronization
2022-10-03 Mike Kravetzhugetlb: add vma based lock for pmd sharing
2022-10-03 Mike Kravetzhugetlb: rename vma_shareable() and refactor code
2022-10-03 Mike Kravetzhugetlb: rename remove_huge_page to hugetlb_delete_from...
2022-10-03 Mike Kravetzhugetlbfs: revert use i_mmap_rwsem for more pmd sharing...
2022-10-03 Mike Kravetzhugetlbfs: revert use i_mmap_rwsem to address page...
2022-10-03 XU pengfeimm/hugetlb: remove unnecessary 'NULL' values from pointer
2022-10-03 Ke Sunmm/filemap: make folio_put_wait_locked static
2022-10-03 Muchun Songmm: hugetlb: eliminate memory-less nodes handling
2022-10-03 Muchun Songmm: hugetlb: simplify per-node sysfs creation and removal
2022-10-03 ze zuomm/mempolicy: use PAGE_ALIGN instead of open-coding it
2022-10-03 Andrew Mortonmm/page_alloc.c: document bulkfree_pcp_prepare() return...
2022-10-03 Andrew Mortonmm/page_alloc.c: rename check_free_page() to free_page_...
2022-10-03 Liu Shixinmm/memcontrol: use kstrtobool for swapaccount param...
2022-10-03 Kaixu Xiamm/damon/core: simplify the kdamond stop mechanism...
2022-10-03 Kaixu Xiamm/damon/sysfs: simplify the variable 'pid' assignment...
2022-10-03 Kaixu Xiamm/damon: simplify the parameter passing for 'prepare_a...
2022-10-03 SeongJae Parkmm/damon/lru_sort: deduplicate hot/cold schemes generators
2022-10-03 SeongJae Parkmm/damon/lru_sort: use quotas param generator
2022-10-03 SeongJae Parkmm/damon/reclaim: use the quota params generator macro
2022-10-03 SeongJae Parkmm/damon/modules-common: implement damos time quota...
2022-10-03 SeongJae Parkmm/damon/modules-common: implement a damos quota params...
2022-10-03 SeongJae Parkmm/damon/lru_sort: use stat generator
2022-10-03 SeongJae Parkmm/damon/reclaim: use stat parameters generator
2022-10-03 SeongJae Parkmm/damon/modules-common: implement a stats parameters...
2022-10-03 SeongJae Parkmm/damon/reclaim: use watermarks parameters generator...
2022-10-03 SeongJae Parkmm/damon/lru_sort: use watermarks parameters generator...
2022-10-03 SeongJae Parkmm/damon/modules-common: implement a watermarks module...
2022-10-03 SeongJae Parkmm/damon/reclaim: use monitoring attributes parameters...
2022-10-03 SeongJae Parkmm/damon/lru_sort: use monitoring attributes parameters...
2022-10-03 SeongJae Parkmm/damon: implement a monitoring attributes module...
next