andrey.konovalov ([email protected])

Number of posts: 671 (671 per day)
First post: 2021-08-10 23:52:01
Last post: 2021-08-10 23:52:01

Date List Subject
2023-09-14 00:39:58 linux-kernel [PATCH v2 07/19] lib/stackdepot: rework helpers for depot_alloc_stack
2023-09-14 00:20:13 linux-kernel [PATCH v2 01/19] lib/stackdepot: check disabled flag when fetching
2023-09-14 00:01:10 linux-kernel [PATCH v2 14/19] lib/stackdepot, kasan: add flags to __stack_depot_save and rename
2023-09-13 23:41:56 linux-kernel [PATCH v2 10/19] lib/stackdepot: store free stack records in a freelist
2023-09-13 23:38:13 linux-kernel [PATCH v2 17/19] kasan: remove atomic accesses to stack ring entries
2023-09-13 23:17:42 linux-kernel [PATCH v2 08/19] lib/stackdepot: rename next_pool_required to new_pool_required
2023-09-13 22:16:02 linux-kernel [PATCH v2 16/19] lib/stackdepot: allow users to evict stack traces
2023-09-13 21:42:45 linux-kernel [PATCH v2 00/19] stackdepot: allow evicting stack traces
2023-09-13 20:29:11 linux-kernel [PATCH v2 02/19] lib/stackdepot: simplify __stack_depot_save
2023-09-13 19:40:33 linux-kernel [PATCH v2 05/19] lib/stackdepot: use fixed-sized slots for stack records
2023-09-13 19:24:30 linux-kernel [PATCH v2 11/19] lib/stackdepot: use read/write lock
2023-09-13 17:41:43 linux-kernel [PATCH v2 09/19] lib/stackdepot: store next pool pointer in new_pool
2023-09-13 17:22:55 linux-kernel [PATCH v2 04/19] lib/stackdepot: add depot_fetch_stack helper
2023-08-29 21:41:45 linux-kernel [PATCH 15/15] kasan: use stack_depot_evict for tag-based modes
2023-07-05 12:57:08 linux-kernel [PATCH] kasan, slub: fix HW_TAGS zeroing with slub_debug
2023-07-04 01:39:08 linux-kernel [PATCH] kasan: fix type cast in memory_is_poisoned_n
2023-03-29 18:39:43 linux-kernel [PATCH v2 3/5] arm64: mte: Rename TCO routines
2023-03-29 18:39:40 linux-kernel [PATCH v2 5/5] kasan: suppress recursive reports for HW_TAGS
2023-03-29 18:39:19 linux-kernel [PATCH v2 4/5] kasan, arm64: add arch_suppress_tag_checks_start/stop
2023-03-29 18:38:57 linux-kernel [PATCH v2 2/5] kasan, arm64: rename tagging-related routines
2023-03-29 18:38:52 linux-kernel [PATCH v2 1/5] kasan: drop empty tagging-related defines
2023-03-10 23:44:02 linux-kernel [PATCH 5/5] kasan: suppress recursive reports for HW_TAGS
2023-03-10 23:44:00 linux-kernel [PATCH 3/5] arm64: mte: Rename TCO routines
2023-03-10 23:43:53 linux-kernel [PATCH 4/5] kasan, arm64: add arch_suppress_tag_checks_start/stop
2023-03-10 23:43:47 linux-kernel [PATCH 2/5] kasan, arm64: rename tagging-related routines
2023-03-10 23:43:45 linux-kernel [PATCH 1/5] kasan: drop empty tagging-related defines
2023-03-01 15:36:19 linux-kernel [PATCH v3] kcov: improve documentation
2023-02-28 20:04:25 linux-kernel [PATCH v2] kcov: improve documentation
2023-02-27 17:17:16 linux-kernel [PATCH] kcov: improve documentation
2023-02-11 15:48:55 linux-kernel [PATCH mm] lib/stackdepot: fix for "annotate racy pool_index accesses"
2023-02-10 21:19:55 linux-kernel [PATCH v2 18/18] lib/stackdepot: move documentation comments to stackdepot.h
2023-02-10 21:19:29 linux-kernel [PATCH v2 17/18] lib/stackdepot: various comments clean-ups
2023-02-10 21:19:26 linux-kernel [PATCH v2 15/18] lib/stacktrace, kasan, kmsan: rework extra_bits interface
2023-02-10 21:19:21 linux-kernel [PATCH v2 14/18] lib/stackdepot: rename next_pool_inited to next_pool_required
2023-02-10 21:19:02 linux-kernel [PATCH v2 16/18] lib/stackdepot: annotate racy pool_index accesses
2023-02-10 21:18:58 linux-kernel [PATCH v2 13/18] lib/stackdepot: annotate depot_init_pool and depot_alloc_stack
2023-02-10 21:18:55 linux-kernel [PATCH v2 12/18] lib/stacktrace: drop impossible WARN_ON for depot_init_pool
2023-02-10 21:17:57 linux-kernel [PATCH v2 11/18] lib/stackdepot: rename init_stack_pool
2023-02-10 21:17:53 linux-kernel [PATCH v2 10/18] lib/stackdepot: rename handle and pool constants
2023-02-10 21:17:49 linux-kernel [PATCH v2 09/18] lib/stackdepot: rename slab to pool
2023-02-10 21:17:45 linux-kernel [PATCH v2 08/18] lib/stackdepot: rename hash table constants and variables
2023-02-10 21:17:42 linux-kernel [PATCH v2 07/18] lib/stackdepot: reorder and annotate global variables
2023-02-10 21:17:40 linux-kernel [PATCH v2 06/18] lib/stackdepot: lower the indentation in stack_depot_init
2023-02-10 21:16:30 linux-kernel [PATCH v2 05/18] lib/stackdepot: annotate init and early init functions
2023-02-10 21:16:27 linux-kernel [PATCH v2 03/18] lib/stackdepot, mm: rename stack_depot_want_early_init
2023-02-10 21:16:25 linux-kernel [PATCH v2 04/18] lib/stackdepot: rename stack_depot_disable
2023-02-10 21:16:22 linux-kernel [PATCH v2 01/18] lib/stackdepot: put functions in logical order
2023-02-10 21:16:20 linux-kernel [PATCH v2 02/18] lib/stackdepot: use pr_fmt to define message format
2023-02-10 21:16:18 linux-kernel [PATCH v2 00/18] lib/stackdepot: fixes and clean-ups
2023-01-30 20:56:25 linux-kernel [PATCH 03/18] lib/stackdepot: use pr_fmt to define message format
2023-01-30 20:56:23 linux-kernel [PATCH 00/18] lib/stackdepot: fixes and clean-ups