index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kmsan
Age
Commit message (
Expand
)
Author
2023-10-25
mm: kmsan: panic on failure to allocate early boot metadata
Pedro Falcato
2023-10-04
kmsan: introduce test_memcpy_initialized_gap()
Alexander Potapenko
2023-10-04
kmsan: merge test_memcpy_aligned_to_unaligned{,2}() together
Alexander Potapenko
2023-10-04
kmsan: prevent optimizations in memcpy tests
Alexander Potapenko
2023-10-04
kmsan: simplify kmsan_internal_memmove_metadata()
Alexander Potapenko
2023-08-21
mm: kmsan: use helper macros PAGE_ALIGN and PAGE_ALIGN_DOWN
ZhangPeng
2023-08-21
mm: kmsan: use helper macro offset_in_page()
ZhangPeng
2023-08-21
mm: kmsan: use helper function page_size()
ZhangPeng
2023-06-23
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
2023-04-18
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
2023-04-18
kmsan: fix a stale comment in kmsan_save_stack_with_flags()
Zhen Lei
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()
Alexander Potapenko
2023-04-18
mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()
Alexander Potapenko
2023-04-05
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-03-28
kmsan: add test_stackdepot_roundtrip
Alexander Potapenko
2023-03-28
kmsan: add memsetXX tests
Alexander Potapenko
2023-03-28
kmsan: another take at fixing memcpy tests
Alexander Potapenko
2023-02-20
kmsan: disable ftrace in kmsan core code
Arnd Bergmann
2023-02-16
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
2023-02-02
kmsan: silence -Wmissing-prototypes warnings
Alexander Potapenko
2022-12-21
kmsan: export kmsan_handle_urb
Arnd Bergmann
2022-12-21
kmsan: include linux/vmalloc.h
Arnd Bergmann
2022-12-11
kmsan: fix memcpy tests
Alexander Potapenko
2022-12-11
kmsan: allow using __msan_instrument_asm_store() inside runtime
Alexander Potapenko
2022-11-08
kmsan: core: kmsan_in_runtime() should return true in NMI context
Alexander Potapenko
2022-10-28
x86: fortify: kmsan: fix KMSAN fortify builds
Alexander Potapenko
2022-10-28
mm: kmsan: export kmsan_copy_page_meta()
Alexander Potapenko
2022-10-03
x86: kmsan: handle CPU entry area
Alexander Potapenko
2022-10-03
entry: kmsan: introduce kmsan_unpoison_entry_regs()
Alexander Potapenko
2022-10-03
kmsan: add tests for KMSAN
Alexander Potapenko
2022-10-03
kmsan: handle memory sent to/from USB
Alexander Potapenko
2022-10-03
dma: kmsan: unpoison DMA mappings
Alexander Potapenko
2022-10-03
instrumented.h: add KMSAN support
Alexander Potapenko
2022-10-03
init: kmsan: call KMSAN initialization routines
Alexander Potapenko
2022-10-03
kmsan: handle task creation and exiting
Alexander Potapenko
2022-10-03
mm: kmsan: call KMSAN hooks from SLUB code
Alexander Potapenko
2022-10-03
mm: kmsan: maintain KMSAN metadata for page operations
Alexander Potapenko
2022-10-03
kmsan: add KMSAN runtime core
Alexander Potapenko