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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
1
-2
/
+3
2018-05-25
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-25
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-25
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
2018-04-05
slab, slub: skip unnecessary kasan_cache_shutdown()
Shakeel Butt
1
-1
/
+2
2018-04-05
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-06
kasan: fix prototype author email address
Andrey Konovalov
2
-2
/
+2
2018-02-06
kasan: detect invalid frees
Dmitry Vyukov
1
-0
/
+6
2018-02-06
kasan: unify code between kasan_slab_free() and kasan_poison_kfree()
Dmitry Vyukov
1
-16
/
+12
2018-02-06
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
1
-3
/
+8
2018-02-06
kasan: don't use __builtin_return_address(1)
Dmitry Vyukov
3
-7
/
+7
2018-02-06
kasan: detect invalid frees for large objects
Dmitry Vyukov
3
-11
/
+7
2018-02-06
kasan: add functions for unpoisoning stack variables
Alexander Potapenko
2
-0
/
+59
2018-02-06
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-15
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-02
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
2017-07-10
kasan: make get_wild_bug_type() static
Colin Ian King
1
-1
/
+1
2017-07-10
mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero
Joonsoo Kim
1
-7
/
+7
2017-07-10
mm/kasan: add support for memory hotplug
Andrey Ryabinin
1
-5
/
+35
2017-07-10
mm/kasan: get rid of speculative shadow checks
Andrey Ryabinin
1
-82
/
+16
2017-07-10
mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table
Joonsoo Kim
1
-0
/
+12
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-03
kasan: separate report parts by empty lines
Andrey Konovalov
1
-0
/
+7
2017-05-03
kasan: improve double-free report format
Andrey Konovalov
3
-18
/
+17
2017-05-03
kasan: print page description after stacks
Andrey Konovalov
1
-6
/
+8
2017-05-03
kasan: improve slab object description
Andrey Konovalov
1
-11
/
+42
2017-05-03
kasan: change report header
Andrey Konovalov
1
-4
/
+4
2017-05-03
kasan: simplify address description logic
Andrey Konovalov
1
-16
/
+21
2017-05-03
kasan: change allocation and freeing stack traces headers
Andrey Konovalov
1
-6
/
+4
2017-05-03
kasan: unify report headers
Andrey Konovalov
1
-13
/
+13
2017-05-03
kasan: introduce helper functions for determining bug type
Andrey Konovalov
1
-10
/
+30
2017-04-23
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-3
/
+3
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-3
/
+3
2017-03-31
kasan: report only the first error by default
Mark Rutland
2
-5
/
+36
2017-03-10
Merge branch 'prep-for-5level'
Linus Torvalds
1
-5
/
+39
2017-03-09
kasan: fix races in quarantine_remove_cache()
Dmitry Vyukov
1
-6
/
+36
2017-03-09
kasan: resched in quarantine_remove_cache()
Dmitry Vyukov
1
-1
/
+8
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-5
/
+39
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
kasan, sched/headers: Uninline kasan_enable/disable_current()
Ingo Molnar
1
-0
/
+10
2017-02-24
kasan: drain quarantine of memcg slab objects
Greg Thelen
2
-1
/
+2
2017-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-7
/
+8
2017-02-03
kasan: respect /proc/sys/kernel/traceoff_on_warning
Peter Zijlstra
1
-0
/
+3
2017-01-11
mm/kasan: Switch to using __pa_symbol and lm_alias
Laura Abbott
1
-7
/
+8
[next]