Florent Revest ([email protected])

Number of posts: 393 (0.25 per day)
First post: 2019-12-20 16:32:50
Last post: 2024-04-24 14:03:09

Date List Subject
2023-03-24 17:20:21 linux-kernel Re: [PATCH v2 0/7] Refactor ftrace direct call APIs
2023-03-24 17:17:28 linux-kernel [PATCH v3 1/4] arm64: ftrace: Add direct call support
2023-03-24 17:17:18 linux-kernel [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support
2023-03-24 17:17:03 linux-kernel [PATCH v3 4/4] selftests/bpf: Update the tests deny list on aarch64
2023-03-24 17:16:54 linux-kernel [PATCH v3 2/4] arm64: ftrace: Simplify get_ftrace_plt
2023-03-24 17:16:14 linux-kernel [PATCH v3 0/4] Add ftrace direct call for arm64
2023-03-21 14:05:12 linux-kernel [PATCH v2 7/7] ftrace: selftest: remove broken trace_direct_tramp
2023-03-21 14:05:09 linux-kernel [PATCH v2 6/7] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-03-21 14:05:05 linux-kernel [PATCH v2 5/7] ftrace: Store direct called addresses in their ops
2023-03-21 14:05:02 linux-kernel [PATCH v2 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
2023-03-21 14:04:58 linux-kernel [PATCH v2 3/7] ftrace: Remove the legacy _ftrace_direct API
2023-03-21 14:04:54 linux-kernel [PATCH v2 2/7] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-03-21 14:04:50 linux-kernel [PATCH v2 1/7] ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
2023-03-21 14:04:41 linux-kernel [PATCH v2 0/7] Refactor ftrace direct call APIs
2023-03-20 17:51:25 linux-kernel Re: [PATCH 5/7] ftrace: Store direct called addresses in their ops
2023-03-20 17:46:45 linux-kernel Re: [PATCH 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
2023-03-16 17:39:09 linux-kernel [PATCH 7/7] ftrace: selftest: remove broken trace_direct_tramp
2023-03-16 17:39:06 linux-kernel [PATCH 6/7] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-03-16 17:39:02 linux-kernel [PATCH 4/7] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
2023-03-16 17:38:58 linux-kernel [PATCH 5/7] ftrace: Store direct called addresses in their ops
2023-03-16 17:38:53 linux-kernel [PATCH 3/7] ftrace: Remove the legacy _ftrace_direct API
2023-03-16 17:38:48 linux-kernel [PATCH 2/7] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-03-16 17:38:45 linux-kernel [PATCH 1/7] ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
2023-03-16 17:38:43 linux-kernel [PATCH 0/7] Refactor ftrace direct call APIs
2023-03-16 16:16:48 linux-kernel Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
2023-03-16 15:42:29 linux-kernel Re: [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp
2023-03-16 15:42:10 linux-kernel Re: [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
2023-03-16 15:41:54 linux-kernel Re: [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-02-17 15:27:54 linux-kernel Re: [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS
2023-02-17 15:18:55 linux-kernel [PATCH bpf-next] selftests/bpf: Fix cross compilation with CLANG_CROSS_FLAGS
2023-02-07 18:23:38 linux-kernel [PATCH v2 09/10] arm64: ftrace: Add direct call trampoline samples support
2023-02-07 18:23:34 linux-kernel [PATCH v2 10/10] selftests/bpf: Update the tests deny list on aarch64
2023-02-07 18:23:31 linux-kernel [PATCH v2 08/10] arm64: ftrace: Simplify get_ftrace_plt
2023-02-07 18:23:27 linux-kernel [PATCH v2 07/10] arm64: ftrace: Add direct call support
2023-02-07 18:23:16 linux-kernel [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp
2023-02-07 18:23:14 linux-kernel [PATCH v2 05/10] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-02-07 18:23:10 linux-kernel [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
2023-02-07 18:23:01 linux-kernel [PATCH v2 03/10] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
2023-02-07 18:22:57 linux-kernel [PATCH v2 02/10] ftrace: Remove the legacy _ftrace_direct API
2023-02-07 18:22:52 linux-kernel [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-02-07 18:22:51 linux-kernel [PATCH v2 00/10] Add ftrace direct call for arm64
2023-02-07 16:19:38 linux-kernel Re: [PATCH 1/8] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-02-07 15:22:16 linux-kernel Re: [PATCH 1/8] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
2023-02-06 16:26:01 linux-kernel Re: [PATCH 7/8] arm64: ftrace: Add direct call support
2023-02-06 16:25:44 linux-kernel Re: [PATCH 6/8] ftrace: Fix dead loop caused by direct call in ftrace selftest
2023-02-03 12:35:31 linux-kernel Re: [PATCH 6/8] ftrace: Fix dead loop caused by direct call in ftrace selftest
2023-02-03 11:01:59 linux-kernel Re: [PATCH 5/8] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-02-02 18:20:16 linux-kernel Re: [PATCH 5/8] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-02-02 18:18:22 linux-kernel Re: [PATCH 5/8] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
2023-02-02 17:42:02 linux-kernel Re: [PATCH 4/8] ftrace: Store direct called addresses in their ops
2023-02-02 17:37:50 linux-kernel Re: [PATCH 1/8] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi