index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kasan
/
common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
kasan: remove kasan_unpoison_stack_above_sp_to()
Vincenzo Frascino
1
-15
/
+0
2020-08-07
kasan: record and print the free track
Walter Wu
1
-20
/
+2
2020-08-07
rcu: kasan: record and print call_rcu() call stack
Walter Wu
1
-2
/
+2
2020-06-02
kasan: move kasan_report() into report.c
Andrey Konovalov
1
-19
/
+0
2020-04-07
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
1
-23
/
+0
2020-04-02
kasan: detect negative size in memory operation function
Walter Wu
1
-7
/
+19
2020-01-22
kasan: No KASAN's memmove check if archs don't have it.
Nick Hu
1
-0
/
+2
2019-12-17
kasan: use apply_to_existing_page_range() for releasing vmalloc shadow
Daniel Axtens
1
-3
/
+6
2019-12-17
kasan: fix crashes on access to memory mapped by vm_map_ram()
Andrey Ryabinin
1
-9
/
+18
2019-12-04
mm/kasan/common.c: fix compile error
zhong jiang
1
-0
/
+1
2019-12-01
kasan: support backing vmalloc space with real shadow memory
Daniel Axtens
1
-0
/
+233
2019-09-24
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-09-24
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-5
/
+3
2019-09-24
kasan: add memory corruption identification for software tag-based mode
Walter Wu
1
-2
/
+20
2019-08-24
mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y
Andrey Ryabinin
1
-2
/
+8
2019-07-12
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
1
-4
/
+4
2019-07-12
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
1
-6
/
+4
2019-06-01
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
1
-1
/
+1
2019-05-06
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-22
/
+13
2019-04-29
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
1
-18
/
+12
2019-04-14
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
1
-3
/
+0
2019-04-03
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
1
-0
/
+10
2019-03-05
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
1
-0
/
+2
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
1
-12
/
+17
2019-01-08
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
1
-20
/
+43
2019-01-08
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
1
-2
/
+0
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
1
-0
/
+1
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
1
-6
/
+9
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
1
-2
/
+13
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
1
-19
/
+97
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
1
-1
/
+2
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
1
-0
/
+603