summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-03readahead: disentangle async and sync readaheadJan Kara
2024-07-03readahead: drop dead code in ondemand_readahead()Jan Kara
2024-07-03readahead: drop dead code in page_cache_ra_order()Jan Kara
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara
2024-07-03readahead: drop pointless index from force_page_cache_ra()Jan Kara
2024-07-03readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara
2024-07-03filemap: fix page_cache_next_miss() when no hole foundJan Kara
2024-07-03readahead: make sure sync readahead reads needed pageJan Kara
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich
2024-07-03kmsan: enable on s390Ilya Leoshkevich
2024-07-03s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich
2024-07-03s390/unwind: disable KMSAN checksIlya Leoshkevich
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