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
/
kasan
/
common.c
Age
Commit message (
Expand
)
Author
2020-06-02
kasan: move kasan_report() into report.c
Andrey Konovalov
2020-04-07
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
2020-04-02
kasan: detect negative size in memory operation function
Walter Wu
2020-01-22
kasan: No KASAN's memmove check if archs don't have it.
Nick Hu
2019-12-17
kasan: use apply_to_existing_page_range() for releasing vmalloc shadow
Daniel Axtens
2019-12-17
kasan: fix crashes on access to memory mapped by vm_map_ram()
Andrey Ryabinin
2019-12-04
mm/kasan/common.c: fix compile error
zhong jiang
2019-12-01
kasan: support backing vmalloc space with real shadow memory
Daniel Axtens
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
2019-09-24
kasan: add memory corruption identification for software tag-based mode
Walter Wu
2019-08-24
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
2019-07-12
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
2019-07-12
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
2019-06-01
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-03
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
2019-03-05
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov