Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-10-04mm/khugepaged: add tracepoint to hpage_collapse_scan_file()Zach O'Keefe
2022-10-04mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe
2022-10-04mm/khugepaged: attempt to map file/shmem-backed pte-mapped THPs by pmdsZach O'Keefe
2022-10-04mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()Zach O'Keefe
2022-10-04mm/madvise: MADV_COLLAPSE return EAGAIN when page cannot be isolatedZach O'Keefe
2022-10-04mm/khugepaged: check compound_order() in collapse_pte_mapped_thp()Zach O'Keefe
2022-10-04mm: hugetlb: fix UAF in hugetlb_handle_userfaultLiu Shixin
2022-10-04mm: memcontrol: make cgroup_memory_noswap a static keyKairui Song
2022-10-04mm/damon: deduplicate damon_{reclaim,lru_sort}_apply_parameters()Kaixu Xia
2022-10-04mm/damon/sysfs: return 'err' value when call kstrtoul() failedXin Hao
2022-10-04mm/page_alloc: update comments for rmqueue()Ran Xiaokai
2022-10-04mm/damon: rename damon_pageout_score() to damon_cold_score()Kaixu Xia
2022-10-04hugetlb: freeze allocated pages before creating hugetlb pagesMike Kravetz
2022-10-04mm/page_alloc: fix obsolete comment in deferred_pfn_valid()Miaohe Lin
2022-10-04mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()Miaohe Lin
2022-10-04mm/page_alloc: init local variable buddy_pfnMiaohe Lin
2022-10-04mm/page_alloc: use helper macro SZ_1{K,M}Miaohe Lin
2022-10-04mm/page_alloc: make boot_nodestats staticMiaohe Lin
2022-10-04mm/page_alloc: use local variable zone_idx directlyMiaohe Lin
2022-10-04mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()Miaohe Lin
2022-10-04mm/page_alloc: fix freeing static percpu memoryMiaohe Lin
2022-10-04mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()Miaohe Lin
2022-10-04mm/page_alloc: remove obsolete comment in zone_statistics()Miaohe Lin
2022-10-04mm: remove obsolete macro NR_PCP_ORDER_MASK and NR_PCP_ORDER_WIDTHMiaohe Lin
2022-10-04mm/page_alloc: make zone_pcp_update() staticMiaohe Lin
2022-10-04mm/page_alloc: ensure kswapd doesn't accidentally go to sleepMiaohe Lin
2022-10-04mm/page_table_check: fix typosChih-En Lin
2022-10-04mm/damon: return void from damon_set_schemes()Kaixu Xia
2022-10-04mm/secretmem: add __init annotation to secretmem_init()Xiu Jianfeng
2022-10-04mm/damon/lru_sort: change damon_lru_sort_wmarks to staticYang Yingliang
2022-10-04mm/damon/reclaim: change damon_reclaim_wmarks to staticYang Yingliang
2022-10-04mm/damon: use 'struct damon_target *' instead of 'void *' in target_valid()Kaixu Xia
2022-10-04mm/damon: simplify scheme create in lru_sort.cXin Hao
2022-10-04mm/damon/sysfs: avoid call damon_target_has_pid() repeatedlyXin Hao
2022-10-04x86: kmsan: handle CPU entry areaAlexander Potapenko
2022-10-04mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-10-04entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko
2022-10-04security: kmsan: fix interoperability with auto-initializationAlexander Potapenko
2022-10-04kmsan: add tests for KMSANAlexander Potapenko
2022-10-04kmsan: handle memory sent to/from USBAlexander Potapenko
2022-10-04dma: kmsan: unpoison DMA mappingsAlexander Potapenko
2022-10-04instrumented.h: add KMSAN supportAlexander Potapenko
2022-10-04init: kmsan: call KMSAN initialization routinesAlexander Potapenko
2022-10-04kmsan: handle task creation and exitingAlexander Potapenko
2022-10-04mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko
2022-10-04mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-04stackdepot: reserve 5 extra bits in depot_stack_handle_tAlexander Potapenko
2022-10-04hugetlb: clean up code checking for fault/truncation racesMike Kravetz
2022-10-04hugetlb: use new vma_lock for pmd sharing synchronizationMike Kravetz