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
/
kasan.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
kasan: give better names to shadow values
Andrey Konovalov
1
-7
/
+7
2022-05-13
kasan: use tabs to align shadow values
Andrey Konovalov
1
-16
/
+16
2022-05-13
kasan: clean up comments in internal kasan.h
Andrey Konovalov
1
-41
/
+33
2022-04-16
kasan: fix hw tags enablement when KUNIT tests are disabled
Vincenzo Frascino
1
-4
/
+6
2022-03-25
kasan: move and hide kasan_save_enable/restore_multi_shot
Andrey Konovalov
1
-0
/
+7
2022-03-25
kasan: rename kasan_access_info to kasan_report_info
Andrey Konovalov
1
-2
/
+2
2022-03-25
kasan: call print_report from kasan_report_invalid_free
Andrey Konovalov
1
-0
/
+6
2022-03-25
kasan: split out print_report from __kasan_report
Andrey Konovalov
1
-3
/
+4
2022-03-25
kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
Andrey Konovalov
1
-10
/
+8
2022-03-25
kasan: print basic stack frame info for SW_TAGS
Andrey Konovalov
1
-1
/
+1
2022-03-25
kasan: test: support async (again) and asymm modes for HW_TAGS
Andrey Konovalov
1
-2
/
+12
2022-03-25
kasan: add kasan.vmalloc command line flag
Andrey Konovalov
1
-0
/
+6
2022-03-25
kasan: clean up feature flags for HW_TAGS mode
Andrey Konovalov
1
-1
/
+1
2022-03-25
kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
Andrey Konovalov
1
-1
/
+2
2022-03-25
kasan: clean up metadata byte definitions
Andrey Konovalov
1
-2
/
+5
2022-01-06
mm/kasan: Convert to struct folio and struct slab
Matthew Wilcox (Oracle)
1
-0
/
+1
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
kasan: common: provide can_alloc in kasan_save_stack()
Marco Elver
1
-1
/
+1
2021-10-07
kasan: Extend KASAN mode kernel parameter
Vincenzo Frascino
1
-4
/
+26
2021-10-07
kasan: Remove duplicate of kasan_flag_async
Vincenzo Frascino
1
-2
/
+0
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2021-09-03
mm/kasan: move kasan.fault to mm/kasan/report.c
Woody Lin
1
-1
/
+0
2021-08-02
arm64: kasan: mte: remove redundant mte_report_once logic
Mark Rutland
1
-7
/
+0
2021-08-02
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
1
-14
/
+1
2021-07-15
kasan: add memzero init for unaligned size at DEBUG
Yee Lee
1
-0
/
+12
2021-06-29
kasan: add memory corruption identification support for hardware tag-based mode
Kuan-Ying Lee
1
-1
/
+1
2021-06-29
kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY
Kuan-Ying Lee
1
-2
/
+2
2021-06-29
kasan: allow architectures to provide an outline readiness check
Daniel Axtens
1
-0
/
+6
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-4
/
+4
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
1
-1
/
+1
2021-04-30
kasan: init memory in kasan_(un)poison for HW_TAGS
Andrey Konovalov
1
-6
/
+8
2021-04-30
arm64: kasan: allow to init memory when setting tags
Andrey Konovalov
1
-4
/
+5
2021-04-30
kasan: fix kasan_byte_accessible() to be consistent with actual checks
Peter Collingbourne
1
-2
/
+1
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-6
/
+34
2021-04-17
kasan: remove redundant config option
Walter Wu
1
-1
/
+1
2021-04-11
kasan, arm64: tests supports for HW_TAGS async mode
Andrey Konovalov
1
-0
/
+6
2021-04-11
kasan: Add report for async mode
Vincenzo Frascino
1
-0
/
+16
2021-04-11
kasan: Add KASAN mode kernel parameter
Vincenzo Frascino
1
-6
/
+12
2021-02-26
kasan: ensure poisoning size alignment
Andrey Konovalov
1
-13
/
+20
2021-02-26
kasan, mm: optimize kmalloc poisoning
Andrey Konovalov
1
-2
/
+41
2021-02-26
kfence, kasan: make KFENCE compatible with KASAN
Alexander Potapenko
1
-3
/
+18
2021-02-25
kasan: fix bug detection via ksize for HW_TAGS mode
Andrey Konovalov
1
-5
/
+5
2021-02-25
kasan, arm64: allow using KUnit tests with HW_TAGS mode
Andrey Konovalov
1
-0
/
+21
2021-02-25
kasan: add match-all tag tests
Andrey Konovalov
1
-0
/
+6
2021-02-25
kasan: prefix global functions with kasan_
Andrey Konovalov
1
-24
/
+24
2021-02-05
kasan: make addr_has_metadata() return true for valid addresses
Vincenzo Frascino
1
-1
/
+1
2020-12-22
kasan: sanitize objects when metadata doesn't fit
Andrey Konovalov
1
-3
/
+14
2020-12-22
kasan: add and integrate kasan boot parameters
Andrey Konovalov
1
-0
/
+16
2020-12-22
kasan: inline (un)poison_range and check_invalid_free
Andrey Konovalov
1
-5
/
+31
2020-12-22
kasan: inline random_tag for HW_TAGS
Andrey Konovalov
1
-17
/
+14
[next]