index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2023-06-24
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
2
-3
/
+3
2023-06-20
kasan: add support for kasan.fault=panic_on_write
Marco Elver
1
-5
/
+26
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
2
-8
/
+11
2023-06-10
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
9
-162
/
+161
2023-06-10
kasan: add kasan_tag_mismatch prototype
Arnd Bergmann
1
-0
/
+3
2023-05-03
kasan: hw_tags: avoid invalid virt_to_page()
Mark Rutland
1
-2
/
+2
2023-04-22
kasan: fix lockdep report invalid wait context
Zqiang
1
-26
/
+8
2023-04-19
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
1
-20
/
+2
2023-04-06
kasan: suppress recursive reports for HW_TAGS
Andrey Konovalov
1
-11
/
+48
2023-04-06
kasan, arm64: add arch_suppress_tag_checks_start/stop
Andrey Konovalov
1
-0
/
+2
2023-04-06
kasan, arm64: rename tagging-related routines
Andrey Konovalov
3
-12
/
+12
2023-04-06
kasan: drop empty tagging-related defines
Andrey Konovalov
1
-26
/
+0
2023-03-29
kasan: remove PG_skip_kasan_poison flag
Peter Collingbourne
1
-1
/
+1
2023-03-03
kasan: test: fix test for new meminstrinsic instrumentation
Marco Elver
2
-1
/
+37
2023-03-03
kasan: treat meminstrinsic as builtins in uninstrumented files
Marco Elver
1
-1
/
+4
2023-03-03
kasan: emit different calls for instrumentable memintrinsics
Marco Elver
2
-0
/
+15
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-33
/
+226
2023-02-21
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+42
2023-02-20
kasan: mark addr_has_metadata __always_inline
Arnd Bergmann
1
-2
/
+2
2023-02-17
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
1
-1
/
+1
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
3
-1
/
+21
2023-02-10
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
8
-21
/
+127
2023-02-10
kasan: fix Oops due to missing calls to kasan_arch_is_ready()
Christophe Leroy
3
-1
/
+21
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-01-19
mm/kasan: simplify and refine kasan_cache code
Feng Tang
1
-7
/
+2
2023-01-19
kasan: allow sampling page_alloc allocations for HW_TAGS
Andrey Konovalov
3
-2
/
+94
2023-01-13
entry, kasan, x86: Disallow overriding mem*() functions
Peter Zijlstra
2
-0
/
+42
2023-01-12
kasan: mark kasan_kunit_executing as static
Andrey Konovalov
1
-1
/
+1
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+15
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-113
/
+185
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2022-12-12
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
3
-0
/
+69
2022-12-03
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
1
-2
/
+2
2022-12-01
mm: Make ksize() a reporting-only function
Kees Cook
1
-6
/
+13
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-3
/
+3
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-3
/
+3
2022-11-10
mm: kasan: Extend kasan_metadata_size() to also cover in-object size
Feng Tang
1
-6
/
+13
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-11-09
kasan: migrate workqueue_uaf test to kunit
Andrey Konovalov
2
-37
/
+33
2022-11-09
kasan: migrate kasan_rcu_uaf test to kunit
Andrey Konovalov
2
-30
/
+37
2022-11-09
kasan: switch kunit tests to console tracepoints
Andrey Konovalov
3
-62
/
+62
2022-10-17
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2022-10-13
kasan: fix array-bounds warnings in tests
Andrey Konovalov
1
-1
/
+8
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-3
/
+3
2022-10-04
stackdepot: reserve 5 extra bits in depot_stack_handle_t
Alexander Potapenko
1
-1
/
+1
2022-10-04
kasan: better invalid/double-free report header
Andrey Konovalov
3
-9
/
+19
2022-10-04
kasan: move tests to mm/kasan/
Andrey Konovalov
3
-0
/
+1599
2022-10-04
kasan: better identify bug types for tag-based modes
Andrey Konovalov
1
-4
/
+21
2022-10-04
kasan: dynamically allocate stack ring entries
Andrey Konovalov
3
-6
/
+28
2022-10-04
kasan: support kasan.stacktrace for SW_TAGS
Andrey Konovalov
4
-51
/
+72
[next]