index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Commit message (
Expand
)
Author
Age
Files
Lines
*
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
2019-06-01
1
-1
/
+1
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2019-05-06
1
-4
/
+4
|
\
|
*
kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE
Torsten Duwe
2019-04-09
1
-3
/
+3
*
|
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-05-06
2
-25
/
+17
|
\
\
|
*
|
mm/kasan: Simplify stacktrace handling
Thomas Gleixner
2019-04-29
2
-21
/
+16
|
*
|
mm/kasan: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-14
1
-3
/
+0
|
|
/
*
|
x86/uaccess, kasan: Fix KASAN vs SMAP
Peter Zijlstra
2019-04-03
3
-2
/
+14
|
/
*
kasan: fix variable 'tag' set but not used warning
Qian Cai
2019-03-29
1
-1
/
+4
*
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-03-12
1
-2
/
+8
*
kasan: fix coccinelle warnings in kasan_p*_table
Andrey Konovalov
2019-03-05
1
-3
/
+3
*
kasan: fix kasan_check_read/write definitions
Arnd Bergmann
2019-03-05
1
-0
/
+2
*
kasan: remove use after scope bugs detection.
Andrey Ryabinin
2019-03-05
3
-25
/
+0
*
kasan: prevent tracing of tags.c
Andrey Konovalov
2019-02-21
1
-0
/
+2
*
kasan: fix random seed generation for tag-based mode
Andrey Konovalov
2019-02-21
1
-1
/
+1
*
kasan: fix assigning tags twice
Andrey Konovalov
2019-02-21
1
-12
/
+17
*
kasan: mark file common so ftrace doesn't trace it
Anders Roxell
2019-02-01
1
-0
/
+1
*
kasan: fix krealloc handling for tag-based mode
Andrey Konovalov
2019-01-08
1
-20
/
+43
*
kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning
Andrey Konovalov
2019-01-08
1
-2
/
+0
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-1
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
2018-12-28
8
-0
/
+8
*
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
2018-12-28
1
-6
/
+9
*
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
2018-12-28
1
-2
/
+13
*
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
2018-12-28
3
-19
/
+153
*
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
2018-12-28
4
-37
/
+59
*
kasan: split out generic_report.c from report.c
Andrey Konovalov
2018-12-28
5
-185
/
+257
*
kasan: add tag related helper functions
Andrey Konovalov
2018-12-28
2
-0
/
+68
*
kasan: initialize shadow to 0xff for tag-based mode
Andrey Konovalov
2018-12-28
1
-1
/
+2
*
kasan: rename kasan_zero_page to kasan_early_shadow_page
Andrey Konovalov
2018-12-28
1
-30
/
+40
*
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
2018-12-28
4
-3
/
+83
*
kasan: rename source files to reflect the new naming scheme
Andrey Konovalov
2018-12-28
3
-4
/
+4
*
kasan: move common generic and tag-based code to common.c
Andrey Konovalov
2018-12-28
4
-569
/
+614
*
kasan, mm: change hooks signatures
Andrey Konovalov
2018-12-28
1
-12
/
+18
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-2
/
+1
*
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
1
-1
/
+1
*
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
2018-10-31
1
-1
/
+1
*
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
2018-10-26
1
-9
/
+9
*
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
2018-08-17
1
-13
/
+303
*
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
2018-07-03
1
-2
/
+3
*
kasan: fix memory hotplug during boot
David Hildenbrand
2018-05-25
1
-1
/
+1
*
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
2018-05-25
1
-0
/
+1
*
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
2018-05-25
1
-2
/
+61
*
slab, slub: skip unnecessary kasan_cache_shutdown()
Shakeel Butt
2018-04-05
1
-1
/
+2
*
kasan: make kasan_cache_create() work with 32-bit slab cache sizes
Alexey Dobriyan
2018-04-05
1
-6
/
+6
*
x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable
Kirill A. Shutemov
2018-02-14
1
-1
/
+1
*
kasan: fix prototype author email address
Andrey Konovalov
2018-02-06
2
-2
/
+2
*
kasan: detect invalid frees
Dmitry Vyukov
2018-02-06
1
-0
/
+6
*
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
2018-02-06
1
-16
/
+12
*
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
2018-02-06
1
-3
/
+8
*
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
2018-02-06
3
-7
/
+7
[next]