summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-03s390/uaccess: add the missing linux/instrumented.h #includeIlya Leoshkevich
2024-07-03s390/uaccess: add KMSAN support to put_user() and get_user()Ilya Leoshkevich
2024-07-03s390/traps: unpoison the kernel_stack_overflow()'s pt_regsIlya Leoshkevich
2024-07-03s390/string: add KMSAN supportIlya Leoshkevich
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich
2024-07-03s390/irqflags: do not instrument arch_local_irq_*() with KMSANIlya Leoshkevich
2024-07-03s390/ftrace: unpoison ftrace_regs in kprobe_ftrace_handler()Ilya Leoshkevich
2024-07-03s390/diag: unpoison diag224() output bufferIlya Leoshkevich
2024-07-03s390/cpumf: unpoison STCCTM output bufferIlya Leoshkevich
2024-07-03s390/cpacf: unpoison the results of cpacf_trng()Ilya Leoshkevich
2024-07-03s390/checksum: add a KMSAN checkIlya Leoshkevich
2024-07-03s390/boot: add the KMSAN runtime stubIlya Leoshkevich
2024-07-03s390: use a larger stack for KMSANIlya Leoshkevich
2024-07-03s390/boot: turn off KMSANIlya Leoshkevich
2024-07-03kmsan: accept ranges starting with 0 on s390Ilya Leoshkevich
2024-07-03lib/zlib: unpoison DFLTCC output buffersIlya Leoshkevich
2024-07-03mm: kfence: disable KMSAN when checking the canaryIlya Leoshkevich
2024-07-03mm: slub: disable KMSAN when checking the padding bytesIlya Leoshkevich
2024-07-03mm: slub: let KMSAN access metadataIlya Leoshkevich
2024-07-03kmsan: expose KMSAN_WARN_ON()Ilya Leoshkevich
2024-07-03kmsan: do not round up pg_data_t sizeIlya Leoshkevich
2024-07-03kmsan: use ALIGN_DOWN() in kmsan_get_metadata()Ilya Leoshkevich
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich
2024-07-03kmsan: introduce memset_no_sanitize_memory()Ilya Leoshkevich
2024-07-03kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich
2024-07-03kmsan: export panic_on_kmsanIlya Leoshkevich
2024-07-03kmsan: expose kmsan_get_metadata()Ilya Leoshkevich
2024-07-03kmsan: remove an x86-specific #include from kmsan.hIlya Leoshkevich
2024-07-03kmsan: remove a useless assignment from kmsan_vmap_pages_range_noflush()Ilya Leoshkevich
2024-07-03kmsan: fix kmsan_copy_to_user() on arches with overlapping address spacesIlya Leoshkevich
2024-07-03kmsan: fix is_bad_asm_addr() on arches with overlapping address spacesIlya Leoshkevich
2024-07-03kmsan: increase the maximum store size to 4096Ilya Leoshkevich
2024-07-03kmsan: disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabledIlya Leoshkevich
2024-07-03kmsan: make the tests compatible with kmsan.panic=1Ilya Leoshkevich
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich
2024-07-03Docs/mm/damon/maintainer-profile: document DAMON community meetupsSeongJae Park
2024-07-03Docs/mm/damon/maintainer-profile: introduce HacKerMaiLSeongJae Park
2024-07-03mm: read page_type using READ_ONCEDavid Hildenbrand
2024-07-03mm: memory: rename pages_per_huge_page to nr_pagesKefeng Wang
2024-07-03mm: memory: improve copy_user_large_folio()Kefeng Wang
2024-07-03mm: memory: use folio in struct copy_subpage_argKefeng Wang
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03mm/page_alloc: reword the comment of buddy_merge_likely()Wei Yang
2024-07-03mm/page_alloc: fix a typo in comment about GFP flagWei Yang
2024-07-03mm/mm_init.c: move build check on MAX_ZONELISTS out of ifdefWei Yang
2024-07-03mm/sparse: nr_pages won't be 0Wei Yang
2024-07-03mm/memory-failure: refactor log format in unpoison_memoryJiaqi Yan
2024-07-03mm/Kconfig: mention arm64 in DEFAULT_MMAP_MIN_ADDR symbol help textJavier Martinez Canillas
2024-07-03maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung
2024-07-03mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()Barry Song