aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich1-1/+4
2024-07-03mm: kfence: disable KMSAN when checking the canaryIlya Leoshkevich1-2/+9
2024-07-03mm: slub: disable KMSAN when checking the padding bytesIlya Leoshkevich1-4/+12
2024-07-03mm: slub: let KMSAN access metadataIlya Leoshkevich1-0/+2
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich1-23/+1
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich1-1/+1
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich1-5/+3
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich2-5/+12
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich3-7/+19
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich1-0/+1
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich2-1/+1
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich1-4/+4
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich1-1/+0
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich1-1/+2
2024-07-03kmsan: increase the maximum store size to 4096Ilya Leoshkevich1-4/+3
2024-07-03kmsan: disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabledIlya Leoshkevich1-0/+1
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich1-0/+5
2024-07-03mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang1-12/+12
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang2-17/+12
2024-07-03mm: memory: use folio in struct copy_subpage_argKefeng Wang1-6/+6
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang3-22/+19
2024-07-03mm/page_alloc: reword the comment of buddy_merge_likely()Wei Yang1-3/+3
2024-07-03mm/page_alloc: fix a typo in comment about GFP flagWei Yang1-1/+1
2024-07-03mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdefWei Yang1-1/+1
2024-07-03mm/sparse: nr_pages won't be 0Wei Yang1-3/+0
2024-07-03mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan1-9/+9
2024-07-03mm/Kconfig: mention arm64 in DEFAULT_MMAP_MIN_ADDR symbol help textJavier Martinez Canillas1-1/+1
2024-07-03mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()Barry Song1-14/+3
2024-07-03mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==falseBarry Song3-3/+24
2024-07-03mm: extend rmap flags arguments for folio_add_new_anon_rmapBarry Song7-19/+26
2024-07-03vmalloc: modify the alloc_vmap_area() error message for better diagnosticsShubhang Kaushik OS1-2/+2
2024-07-03mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...David Hildenbrand2-5/+13
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand3-17/+41
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand5-15/+22
2024-07-03mm: remove page_mkclean()Kefeng Wang2-2/+2
2024-07-03mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-1/+1
2024-07-03mm/filemap: reinitialize folio->_mapcount directlyDavid Hildenbrand1-1/+1
2024-07-03mm/page_alloc: clear PageBuddy using __ClearPageBuddy() for bad pagesDavid Hildenbrand1-2/+4
2024-07-03mm/zsmalloc: use a proper page typeDavid Hildenbrand2-6/+33
2024-07-03mm/huge_memory.c: fix used-uninitializedAndrew Morton1-2/+1
2024-07-03mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-03Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-03khugepaged: simplify the allocation of slab cachesHongfu Li1-4/+1
2024-07-03mm: ksm: drop KSM_KMEM_CACHE()Kefeng Wang1-7/+3
2024-07-03mm/damon/lru_sort: remove unnecessary online tuning handling codeSeongJae Park1-27/+1
2024-07-03mm/damon/lru_sort: use damon_commit_ctx()SeongJae Park1-7/+20
2024-07-03mm/damon/reclaim: remove unnecessary code for online tuningSeongJae Park1-18/+1