aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-03mm/page_alloc: make boot_nodestats staticMiaohe Lin
2022-10-03mm/page_alloc: use local variable zone_idx directlyMiaohe Lin
2022-10-03mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin
2022-10-03mm/page_alloc: fix freeing static percpu memoryMiaohe Lin
2022-10-03mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-03mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin
2022-10-03mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-10-03mm/page_alloc: make zone_pcp_update() staticMiaohe Lin
2022-10-03mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin
2022-10-03mm/page_table_check: fix typosChih-En Lin
2022-10-03mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-03mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng
2022-10-03mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang
2022-10-03mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang
2022-10-03mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia
2022-10-03mm/damon: simplify scheme create in lru_sort.cXin Hao
2022-10-03mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao
2022-10-03x86: kmsan: handle CPU entry areaAlexander Potapenko
2022-10-03mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-10-03entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko
2022-10-03security: kmsan: fix interoperability with auto-initializationAlexander Potapenko
2022-10-03kmsan: add tests for KMSANAlexander Potapenko
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko
2022-10-03dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-10-03instrumented.h: add KMSAN supportAlexander Potapenko
2022-10-03init: kmsan: call KMSAN initialization routinesAlexander Potapenko
2022-10-03kmsan: handle task creation and exitingAlexander Potapenko
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-03stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko
2022-10-03hugetlb: clean up code checking for fault/truncation racesMike Kravetz
2022-10-03hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz
2022-10-03hugetlb: add vma based lock for pmd sharingMike Kravetz
2022-10-03hugetlb: rename vma_shareable() and refactor codeMike Kravetz
2022-10-03hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cacheMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2022-10-03hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate raceMike Kravetz
2022-10-03mm/hugetlb: remove unnecessary 'NULL' values from pointerXU pengfei
2022-10-03mm/filemap: make folio_put_wait_locked staticKe Sun
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song
2022-10-03mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo
2022-10-03mm/page_alloc.c: document bulkfree_pcp_prepare() return valueAndrew Morton
2022-10-03mm/page_alloc.c: rename check_free_page() to free_page_is_bad()Andrew Morton
2022-10-03mm/memcontrol: use kstrtobool for swapaccount param parsingLiu Shixin
2022-10-03mm/damon/core: simplify the kdamond stop mechanism by removing 'done'Kaixu Xia
2022-10-03mm/damon/sysfs: simplify the variable 'pid' assignment operationKaixu Xia
2022-10-03mm/damon: simplify the parameter passing for 'prepare_access_checks'Kaixu Xia
2022-10-03mm/damon/lru_sort: deduplicate hot/cold schemes generatorsSeongJae Park