index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
kasan: fix coccinelle warnings in kasan_p*_table
Andrey Konovalov
1
-3
/
+3
2019-03-06
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
1
-0
/
+2
2019-03-06
kasan: remove use after scope bugs detection.
Andrey Ryabinin
3
-25
/
+0
2019-02-21
kasan: prevent tracing of tags.c
Andrey Konovalov
1
-0
/
+2
2019-02-21
kasan: fix random seed generation for tag-based mode
Andrey Konovalov
1
-1
/
+1
2019-02-21
kasan: fix assigning tags twice
Andrey Konovalov
1
-12
/
+17
2019-02-02
kasan: mark file common so ftrace doesn't trace it
Anders Roxell
1
-0
/
+1
2019-01-09
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
1
-20
/
+43
2019-01-09
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
1
-2
/
+0
2019-01-05
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-1
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
8
-0
/
+8
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
3
-19
/
+153
2018-12-28
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
4
-37
/
+59
2018-12-28
kasan: split out generic_report.c from report.c
Andrey Konovalov
5
-185
/
+257
2018-12-28
kasan: add tag related helper functions
Andrey Konovalov
2
-0
/
+68
2018-12-28
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
1
-1
/
+2
2018-12-28
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
1
-30
/
+40
2018-12-28
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
4
-3
/
+83
2018-12-28
kasan: rename source files to reflect the new naming scheme
Andrey Konovalov
3
-4
/
+4
2018-12-28
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
4
-569
/
+614
2018-12-28
kasan, mm: change hooks signatures
Andrey Konovalov
1
-12
/
+18
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-2
/
+1
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-1
/
+1
2018-10-27
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-08-18
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
1
-13
/
+303
2018-07-04
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
1
-2
/
+3
2018-05-26
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-26
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-26
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-04-06
slab, slub: skip unnecessary kasan_cache_shutdown()
Shakeel Butt
1
-1
/
+2
2018-04-06
kasan: make kasan_cache_create() work with 32-bit slab cache sizes
Alexey Dobriyan
1
-6
/
+6
2018-02-14
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
1
-1
/
+1
2018-02-07
kasan: fix prototype author email address
Andrey Konovalov
2
-2
/
+2
2018-02-07
kasan: detect invalid frees
Dmitry Vyukov
1
-0
/
+6
2018-02-07
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
1
-16
/
+12
2018-02-07
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
1
-3
/
+8
2018-02-07
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
3
-7
/
+7
2018-02-07
kasan: detect invalid frees for large objects
Dmitry Vyukov
3
-11
/
+7
2018-02-07
kasan: add functions for unpoisoning stack variables
Alexander Potapenko
2
-0
/
+59
2018-02-07
kasan: support alloca() poisoning
Paul Lawrence
3
-0
/
+46
2017-11-29
kasan: use %px to print addresses instead of %p
Tobin C. Harding
1
-4
/
+4
2017-11-16
slab, slub, slob: add slab_flags_t
Alexey Dobriyan
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-08-10
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
1
-0
/
+1
2017-08-03
kasan: avoid -Wmaybe-uninitialized warning
Arnd Bergmann
1
-0
/
+1
2017-07-26
kasan: Allow kasan_check_read/write() to accept pointers to volatiles
Dmitry Vyukov
1
-2
/
+2
[next]