index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2017-02-25
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-04
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-13
kasan: eliminate long stalls during quarantine reduction
Dmitry Vyukov
1
-46
/
+48
2016-12-13
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-12-01
kasan: support use-after-scope detection
Dmitry Vyukov
3
-0
/
+23
2016-12-01
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-12
kasan: remove the unnecessary WARN_ONCE from quarantine.c
Alexander Potapenko
1
-5
/
+2
2016-08-03
kasan: avoid overflowing quarantine size on low memory systems
Alexander Potapenko
1
-2
/
+7
2016-08-03
kasan: improve double-free reports
Andrey Ryabinin
3
-18
/
+41
2016-08-03
mm/kasan: get rid of ->state in struct kasan_alloc_meta
Andrey Ryabinin
4
-63
/
+35
2016-08-03
mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta
Andrey Ryabinin
3
-8
/
+4
2016-08-03
mm/kasan, slub: don't disable interrupts when object leaves quarantine
Andrey Ryabinin
1
-2
/
+6
2016-08-03
mm/kasan: don't reduce quarantine in atomic contexts
Andrey Ryabinin
1
-2
/
+2
2016-08-03
mm/kasan: fix corruptions and false positive reports
Andrey Ryabinin
1
-1
/
+1
2016-07-29
mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
Alexander Potapenko
4
-40
/
+37
2016-07-15
kasan/quarantine: fix bugs on qlist_move_cache()
Joonsoo Kim
1
-18
/
+11
2016-06-25
mm: mempool: kasan: don't poot mempool objects in quarantine
Andrey Ryabinin
1
-3
/
+3
2016-06-10
kasan: change memory hot-add error messages to info messages
Shuah Khan
1
-2
/
+2
2016-05-27
mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta
Andrey Ryabinin
1
-1
/
+0
2016-05-21
mm/kasan: add API to check memory regions
Andrey Ryabinin
1
-0
/
+12
2016-05-21
mm/kasan: print name of mem[set,cpy,move]() caller in report
Andrey Ryabinin
1
-30
/
+34
2016-05-21
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
5
-10
/
+361
2016-04-02
mm, kasan: fix compilation for CONFIG_SLAB
Alexander Potapenko
1
-1
/
+1
2016-03-26
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
3
-12
/
+66
2016-03-26
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
1
-7
/
+8
2016-03-26
mm, kasan: SLAB support
Alexander Potapenko
3
-11
/
+179
2016-03-23
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+1
2016-03-18
mm: coalesce split strings
Joe Perches
1
-4
/
+2
2016-03-10
kasan: add functions to clear stack poison
Mark Rutland
1
-0
/
+20
2016-01-21
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
1
-0
/
+1
2015-11-21
kasan: fix kmemleak false-positive in kasan_module_alloc()
Andrey Ryabinin
1
-0
/
+2
2015-11-06
kasan: always taint kernel on report
Andrey Ryabinin
1
-0
/
+1
2015-11-06
kasan: use IS_ALIGNED in memory_is_poisoned_8()
Xishi Qiu
1
-2
/
+22
2015-11-06
kasan: Fix a type conversion error
Wang Long
1
-1
/
+1
2015-11-06
kasan: update reference to kasan prototype repo
Andrey Konovalov
2
-2
/
+2
2015-11-06
kasan: update log messages
Andrey Konovalov
2
-3
/
+3
2015-11-06
kasan: accurately determine the type of the bad access
Andrey Konovalov
1
-3
/
+14
2015-11-06
kasan: update reported bug types for kernel memory accesses
Andrey Konovalov
1
-7
/
+11
2015-11-06
kasan: update reported bug types for not user nor kernel memory accesses
Andrey Konovalov
3
-37
/
+24
2015-11-06
mm/kasan: prevent deadlock in kasan reporting
Aneesh Kumar K.V
1
-2
/
+10
2015-11-06
mm/kasan: don't use kasan shadow pointer in generic functions
Aneesh Kumar K.V
1
-2
/
+8
2015-11-06
mm/kasan: MODULE_VADDR is not available on all archs
Aneesh Kumar K.V
1
-3
/
+6
2015-11-06
mm/kasan: rename kasan_enabled() to kasan_report_enabled()
Aneesh Kumar K.V
2
-2
/
+2
2015-09-18
kasan: fix last shadow judgement in memory_is_poisoned_16()
Xishi Qiu
1
-2
/
+1
[next]