aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-07-03s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich1-0/+6
2024-07-03s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich1-0/+3
2024-07-03s390/checksum: add a KMSAN checkIlya Leoshkevich1-0/+2
2024-07-03s390/boot: add the KMSAN runtime stubIlya Leoshkevich2-0/+7
2024-07-03s390: use a larger stack for KMSANIlya Leoshkevich2-2/+2
2024-07-03s390/boot: turn off KMSANIlya Leoshkevich1-0/+2
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich1-1/+4
2024-07-03lib/zlib: unpoison DFLTCC output buffersIlya Leoshkevich2-0/+29
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 Leoshkevich2-23/+26
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: introduce memset_no_sanitize_memory()Ilya Leoshkevich1-0/+18
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich7-10/+55
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich1-0/+1
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich3-1/+10
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-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich1-0/+1
2024-07-03Docs/mm/damon/maintainer-profile: document DAMON community meetupsSeongJae Park1-0/+19
2024-07-03Docs/mm/damon/maintainer-profile: introduce HacKerMaiLSeongJae Park1-0/+17
2024-07-03mm: read page_type using READ_ONCEDavid Hildenbrand1-3/+3
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 Wang5-26/+21
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-03maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung1-9/+6
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 Song9-21/+28
2024-07-03vmalloc: modify the alloc_vmap_area() error message for better diagnosticsShubhang Kaushik OS2-5/+8
2024-07-03mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offliningDavid Hildenbrand5-18/+23
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()David Hildenbrand7-35/+67
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand5-15/+22
2024-07-03mm: remove page_mkclean()Kefeng Wang6-13/+9
2024-07-03fb_defio: use a folio in fb_deferred_io_work()Kefeng Wang1-4/+5