index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
1
-3
/
+0
2023-10-18
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-10-18
kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
Andrey Konovalov
1
-4
/
+5
2023-10-18
kasan: use unchecked __memset internally
Andrey Konovalov
2
-3
/
+3
2023-10-18
kasan: unify printk prefixes
Andrey Konovalov
4
-6
/
+8
2023-10-18
kasan: disable kasan_non_canonical_hook() for HW tags
Arnd Bergmann
1
-1
/
+3
2023-10-18
kasan: print the original fault addr when access invalid shadow
Haibo Li
1
-3
/
+1
2023-09-20
kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usage
Huacai Chen
1
-5
/
+3
2023-09-06
kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process
Qing Zhang
1
-4
/
+14
2023-09-06
kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping
Qing Zhang
1
-0
/
+6
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
1
-12
/
+0
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-06-23
kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
Tetsuo Handa
2
-3
/
+3
2023-06-19
kasan: add support for kasan.fault=panic_on_write
Marco Elver
1
-5
/
+26
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
2
-8
/
+11
2023-06-09
kasan: use internal prototypes matching gcc-13 builtins
Arnd Bergmann
9
-162
/
+161
2023-06-09
kasan: add kasan_tag_mismatch prototype
Arnd Bergmann
1
-0
/
+3
2023-05-02
kasan: hw_tags: avoid invalid virt_to_page()
Mark Rutland
1
-2
/
+2
2023-04-21
kasan: fix lockdep report invalid wait context
Zqiang
1
-26
/
+8
2023-04-18
printk: export console trace point for kcsan/kasan/kfence/kmsan
Pavankumar Kondeti
1
-20
/
+2
2023-04-05
kasan: suppress recursive reports for HW_TAGS
Andrey Konovalov
1
-11
/
+48
2023-04-05
kasan, arm64: add arch_suppress_tag_checks_start/stop
Andrey Konovalov
1
-0
/
+2
2023-04-05
kasan, arm64: rename tagging-related routines
Andrey Konovalov
3
-12
/
+12
2023-04-05
kasan: drop empty tagging-related defines
Andrey Konovalov
1
-26
/
+0
2023-03-28
kasan: remove PG_skip_kasan_poison flag
Peter Collingbourne
1
-1
/
+1
2023-03-02
kasan: test: fix test for new meminstrinsic instrumentation
Marco Elver
2
-1
/
+37
2023-03-02
kasan: treat meminstrinsic as builtins in uninstrumented files
Marco Elver
1
-1
/
+4
2023-03-02
kasan: emit different calls for instrumentable memintrinsics
Marco Elver
2
-0
/
+15
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-33
/
+226
2023-02-20
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-16
lib/stacktrace, kasan, kmsan: rework extra_bits interface
Andrey Konovalov
1
-1
/
+1
2023-02-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
3
-1
/
+21
2023-02-09
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
8
-21
/
+127
2023-02-09
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-18
mm/kasan: simplify and refine kasan_cache code
Feng Tang
1
-7
/
+2
2023-01-18
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-11
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-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-113
/
+185
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2022-12-11
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
3
-0
/
+69
2022-12-02
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-08
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
[next]