aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin1-5/+5
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin2-3/+1
2022-10-03mm/page_alloc: use local variable zone_idx directlyMiaohe Lin1-1/+1
2022-10-03mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin1-1/+2
2022-10-03mm/page_alloc: fix freeing static percpu memoryMiaohe Lin1-2/+4
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin1-1/+1
2022-10-03mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin1-2/+0
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin1-1/+0
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2-12/+11
2022-10-03mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin1-1/+2
2022-10-03mm/page_table_check: fix typosChih-En Lin1-2/+2
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia4-15/+6
2022-10-03mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng1-1/+1
2022-10-03mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang1-1/+1
2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang1-1/+1
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia1-2/+1
2022-10-03mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao1-1/+2
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko1-1/+5
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko1-1/+1
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko1-0/+26
2022-10-03security: kmsan: fix interoperability with auto-initializationAlexander Potapenko1-0/+4
2022-10-03kmsan: add tests for KMSANAlexander Potapenko2-0/+585
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+16
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko1-0/+59
2022-10-03instrumented.h: add KMSAN supportAlexander Potapenko1-0/+38
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko5-1/+278
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko3-0/+29
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko3-0/+94
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko6-2/+236
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko8-0/+1407
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko1-1/+1
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz1-21/+3
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz4-45/+168
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz2-18/+197
2022-10-03hugetlb: rename vma_shareable() and refactor codeMike Kravetz1-6/+13
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz1-4/+4
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz3-81/+15
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz1-11/+11
2022-10-03mm/hugetlb: remove unnecessary 'NULL' values from pointerXU pengfei1-2/+2
2022-10-03mm/filemap: make folio_put_wait_locked staticKe Sun1-1/+1
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-41/+29
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song1-12/+23
2022-10-03mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo1-2/+2
2022-10-03mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton1-0/+1
2022-10-03mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton1-10/+10
2022-10-03mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin1-4/+4
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia1-15/+9
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia1-7/+4
2022-10-03mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia2-6/+5