index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
kasan: fix shadow_size calculation error in kasan_module_alloc
Zhen Lei
1
-2
/
+3
2018-05-30
kasan: fix memory hotplug during boot
David Hildenbrand
1
-1
/
+1
2018-05-30
kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
David Hildenbrand
1
-0
/
+1
2018-05-30
mm/kasan: don't vfree() nonexistent vm_area
Andrey Ryabinin
1
-2
/
+61
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
2016-12-13
Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-1
/
+8
2016-12-12
kasan: eliminate long stalls during quarantine reduction
Dmitry Vyukov
1
-46
/
+48
2016-12-12
kasan: support panic_on_warn
Dmitry Vyukov
1
-0
/
+2
2016-12-12
Merge branches 'pm-sleep' and 'powercap'
Rafael J. Wysocki
1
-1
/
+8
2016-12-06
x86/suspend: fix false positive KASAN warning on suspend/resume
Josh Poimboeuf
1
-1
/
+8
2016-11-30
kasan: support use-after-scope detection
Dmitry Vyukov
3
-0
/
+23
2016-11-30
kasan: update kasan_global for gcc 7
Dmitry Vyukov
1
-0
/
+3
2016-10-16
kprobes: Unpoison stack in jprobe_return() for KASAN
Dmitry Vyukov
1
-3
/
+19
2016-08-11
kasan: remove the unnecessary WARN_ONCE from quarantine.c
Alexander Potapenko
1
-5
/
+2
2016-08-02
kasan: avoid overflowing quarantine size on low memory systems
Alexander Potapenko
1
-2
/
+7
2016-08-02
kasan: improve double-free reports
Andrey Ryabinin
3
-18
/
+41
2016-08-02
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
4
-63
/
+35
2016-08-02
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
3
-8
/
+4
[next]