Date |
List |
Subject |
2022-05-22 22:04:53
|
linux-kernel
|
[PATCH 2/2] arm64: stacktrace: use non-atomic __set_bit |
2022-05-10 22:01:23
|
linux-kernel
|
[PATCH v2 1/3] kasan: update documentation |
2022-05-10 19:38:06
|
linux-kernel
|
[PATCH v2 2/3] kasan: move boot parameters section in documentation |
2022-05-10 19:35:56
|
linux-kernel
|
[PATCH v2 3/3] kasan: clean-up kconfig options descriptions |
2022-05-09 19:15:13
|
linux-kernel
|
[PATCH 2/3] kasan: move boot parameters section in documentation |
2022-05-09 19:15:09
|
linux-kernel
|
[PATCH 3/3] kasan: clean-up kconfig options descriptions |
2022-05-09 19:15:07
|
linux-kernel
|
[PATCH 1/3] kasan: update documentation |
2022-05-09 15:56:53
|
linux-kernel
|
[PATCH v2 3/3] kasan: give better names to shadow values |
2022-05-09 15:56:50
|
linux-kernel
|
[PATCH v2 1/3] kasan: clean up comments in internal kasan.h |
2022-05-09 15:56:46
|
linux-kernel
|
[PATCH v2 2/3] kasan: use tabs to align shadow values |
2022-05-03 01:01:43
|
linux-kernel
|
[PATCH 1/2] mm: slab: fix comment for ARCH_KMALLOC_MINALIGN |
2022-05-02 15:39:58
|
linux-kernel
|
[PATCH 2/2] mm: slab: fix comment for __assume_kmalloc_alignment |
2022-05-02 12:47:12
|
linux-kernel
|
[PATCH 1/3] kasan: clean up comments in internal kasan.h |
2022-05-01 11:37:05
|
linux-kernel
|
[PATCH 3/3] kasan: give better names to shadow values |
2022-04-28 21:50:21
|
linux-kernel
|
[PATCH 2/3] kasan: use tabs to align shadow values |
2022-04-14 14:57:25
|
linux-kernel
|
[PATCH v3 1/3] arm64, scs: expose irq_shadow_call_stack_ptr |
2022-04-14 14:12:22
|
linux-kernel
|
[PATCH v3 3/3] kasan: use stack_trace_save_shadow |
2022-04-14 13:31:19
|
linux-kernel
|
[PATCH v3 2/3] kasan, arm64: implement stack_trace_save_shadow |
2022-04-14 08:04:44
|
linux-kernel
|
[PATCH v3 0/3] kasan, arm64, scs: collect stack traces from Shadow Call Stack |
2022-04-07 20:49:52
|
linux-kernel
|
[PATCH] kasan: mark KASAN_VMALLOC flags as kasan_vmalloc_flags_t |
2022-03-28 10:53:58
|
linux-kernel
|
[PATCH] mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP |
2022-03-25 04:23:19
|
linux-kernel
|
[PATCH v2 2/4] arm64, scs: save scs_sp values per-cpu when switching stacks |
2022-03-24 21:10:14
|
linux-kernel
|
[PATCH v2 1/4] stacktrace: add interface based on shadow call stack |
2022-03-24 18:54:14
|
linux-kernel
|
[PATCH v2 0/4] kasan, arm64, scs, stacktrace: collect stack traces from Shadow Call Stack |
2022-03-24 14:29:29
|
linux-kernel
|
[PATCH v2 4/4] kasan: use stack_trace_save_shadow |
2022-03-24 11:08:02
|
linux-kernel
|
[PATCH v2 3/4] arm64: implement stack_trace_save_shadow |
2022-03-14 02:01:38
|
linux-kernel
|
[PATCH] kasan, scs: collect stack traces from shadow stack |
2022-03-13 00:07:39
|
linux-kernel
|
[PATCH mm] fix for "kasan: print basic stack frame info for SW_TAGS" |
2022-03-09 01:42:46
|
linux-kernel
|
[PATCH mm] fix for "kasan, vmalloc: only tag normal vmalloc allocations" |
2022-03-03 00:28:25
|
linux-kernel
|
[PATCH mm 02/22] kasan: more line breaks in reports |
2022-03-03 00:28:03
|
linux-kernel
|
[PATCH mm 01/22] kasan: drop addr check from describe_object_addr |
2022-03-03 00:22:04
|
linux-kernel
|
[PATCH mm 12/22] kasan: simplify kasan_find_first_bad_addr call sites |
2022-03-03 00:20:27
|
linux-kernel
|
[PATCH mm 17/22] kasan: rename kasan_access_info to kasan_report_info |
2022-03-03 00:17:21
|
linux-kernel
|
[PATCH mm 07/22] kasan: simplify kasan_update_kunit_status and call sites |
2022-03-03 00:02:52
|
linux-kernel
|
[PATCH mm 16/22] kasan: move and simplify kasan_report_async |
2022-03-02 23:27:30
|
linux-kernel
|
[PATCH mm 15/22] kasan: call print_report from kasan_report_invalid_free |
2022-03-02 23:16:58
|
linux-kernel
|
[PATCH mm 08/22] kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT |
2022-03-02 23:16:50
|
linux-kernel
|
[PATCH mm 14/22] kasan: merge __kasan_report into kasan_report |
2022-03-02 23:08:50
|
linux-kernel
|
[PATCH mm 19/22] kasan: respect KASAN_BIT_REPORTED in all reporting routines |
2022-03-02 23:00:43
|
linux-kernel
|
[PATCH mm 22/22] kasan: disable LOCKDEP when printing reports |
2022-03-02 22:48:42
|
linux-kernel
|
[PATCH mm 20/22] kasan: reorder reporting functions |
2022-03-02 22:41:36
|
linux-kernel
|
[PATCH mm 05/22] kasan: print basic stack frame info for SW_TAGS |
2022-03-02 22:40:15
|
linux-kernel
|
[PATCH mm 06/22] kasan: simplify async check in end_report |
2022-03-02 22:30:25
|
linux-kernel
|
[PATCH mm 21/22] kasan: move and hide kasan_save_enable/restore_multi_shot |
2022-03-02 21:37:41
|
linux-kernel
|
[PATCH mm 1/2] fix for "kasan, vmalloc: only tag normal vmalloc allocations" |
2022-03-02 20:59:53
|
linux-kernel
|
[PATCH mm 10/22] kasan: move disable_trace_on_warning to start_report |
2022-03-02 20:40:05
|
linux-kernel
|
[PATCH mm 09/22] kasan: move update_kunit_status to start_report |
2022-03-02 20:32:16
|
linux-kernel
|
[PATCH mm 13/22] kasan: restructure kasan_report |
2022-03-02 19:18:32
|
linux-kernel
|
[PATCH mm 11/22] kasan: split out print_report from __kasan_report |
2022-03-02 18:10:39
|
linux-kernel
|
[PATCH mm 00/22] kasan: report clean-ups and improvements |
2022-03-02 17:34:09
|
linux-kernel
|
[PATCH mm 18/22] kasan: add comment about UACCESS regions to kasan_report |