summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-04selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe1-1/+22
2022-10-04mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe1-0/+2
2022-10-04mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe1-0/+3
2022-10-04mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin1-20/+17
2022-10-04mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song1-8/+19
2022-10-04mm: memcontrol: use memcg_kmem_enabled in count_objcg_eventKairui Song1-1/+1
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia4-22/+42
2022-10-04mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao1-32/+14
2022-10-04mm/page_alloc: update comments for rmqueue()Ran Xiaokai1-1/+2
2022-10-04mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia4-5/+5
2022-10-04hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz1-64/+38
2022-10-04mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin1-5/+1
2022-10-04mm/page_alloc: remove obsolete gfpflags_normal_context()Miaohe Lin2-26/+0
2022-10-04mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin1-1/+1
2022-10-04mm/page_alloc: init local variable buddy_pfnMiaohe Lin1-1/+1
2022-10-04mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin1-5/+5
2022-10-04mm/page_alloc: make boot_nodestats staticMiaohe Lin2-3/+1
2022-10-04mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin1-8/+0
2022-10-04mm/page_alloc: use local variable zone_idx directlyMiaohe Lin1-1/+1
2022-10-04mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin1-1/+2
2022-10-04mm: remove obsolete pgdat_is_empty()Miaohe Lin1-5/+0
2022-10-04mm/page_alloc: fix freeing static percpu memoryMiaohe Lin1-2/+4
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin2-2/+2
2022-10-04mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin1-2/+0
2022-10-04mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin2-8/+0
2022-10-04mm/page_alloc: make zone_pcp_update() staticMiaohe Lin2-12/+11
2022-10-04mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin1-1/+2
2022-10-04mm/page_table_check: fix typosChih-En Lin1-2/+2
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia5-16/+7
2022-10-04mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng1-1/+1
2022-10-04mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang1-1/+1
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia2-3/+2
2022-10-04mm/damon: simplify scheme create in lru_sort.cXin Hao1-22/+17
2022-10-04mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao1-1/+2
2022-10-04x86: kmsan: handle CPU entry areaAlexander Potapenko5-1/+61
2022-10-04x86: kmsan: enable KMSAN builds for x86Alexander Potapenko2-0/+56
2022-10-04mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko3-4/+4
2022-10-04bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko1-1/+1
2022-10-04entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko3-0/+46
2022-10-04x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2-0/+17
2022-10-04x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESSAlexander Potapenko1-1/+3
2022-10-04x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko3-6/+16
2022-10-04x86: kmsan: sync metadata pages on page faultAlexander Potapenko1-1/+22
2022-10-04x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko2-2/+23
2022-10-04x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko1-0/+5
2022-10-04x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko1-0/+1
2022-10-04x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko7-0/+11
2022-10-04objtool: kmsan: list KMSAN API functions as uaccess-safeAlexander Potapenko1-0/+20
2022-10-04security: kmsan: fix interoperability with auto-initializationAlexander Potapenko2-0/+8