Alexandre Chartre ([email protected])

Number of posts: 408 (0.21 per day)
First post: 2019-01-11 14:18:50
Last post: 2024-05-24 07:05:42

Date List Subject
2020-04-06 08:22:02 linux-kernel Re: [PATCH 4/7] objtool: Add support for return trampoline call
2020-04-03 17:14:15 linux-kernel Re: [PATCH 5/7] x86/speculation: Annotate intra-function calls
2020-04-03 08:46:31 linux-kernel Re: [RESEND][patch V3 05/23] tracing: Provide lockdep less trace_hardirqs_on/off() variants
2020-04-03 08:06:35 linux-kernel Re: [RESEND][patch V3 03/23] vmlinux.lds.h: Create section for protection against instrumentation
2020-04-03 07:16:45 linux-kernel Re: [PATCH 4/7] objtool: Add support for return trampoline call
2020-04-03 07:03:38 linux-kernel Re: [PATCH 3/7] objtool: Add support for intra-function calls
2020-04-02 16:33:43 linux-kernel Re: [PATCH 3/7] objtool: Add support for intra-function calls
2020-04-02 14:44:13 linux-kernel Re: [PATCH 4/7] objtool: Add support for return trampoline call
2020-04-02 13:25:06 linux-kernel Re: [PATCH 3/7] objtool: Add support for intra-function calls
2020-04-02 13:02:31 linux-kernel Re: [PATCH 2/7] objtool: Allow branches within the same alternative.
2020-04-02 08:21:22 linux-kernel [PATCH 7/7] x86/speculation: Remove most ANNOTATE_NOSPEC_ALTERNATIVE
2020-04-02 08:21:07 linux-kernel [PATCH 5/7] x86/speculation: Annotate intra-function calls
2020-04-02 08:20:49 linux-kernel [PATCH 0/7] objtool changes to remove most ANNOTATE_NOSPEC_ALTERNATIVE
2020-04-02 08:20:43 linux-kernel [PATCH 2/7] objtool: Allow branches within the same alternative.
2020-04-02 08:20:20 linux-kernel [PATCH 6/7] x86/speculation: Annotate retpoline return instructions
2020-04-02 08:20:01 linux-kernel [PATCH 3/7] objtool: Add support for intra-function calls
2020-04-02 08:19:50 linux-kernel [PATCH 1/7] objtool: is_fentry_call() crashes if call has no destination
2020-04-02 08:19:26 linux-kernel [PATCH 4/7] objtool: Add support for return trampoline call
2020-03-10 14:13:36 linux-kernel Re: [patch part-II V2 13/13] x86/entry/common: Split irq tracing in prepare_exit_to_usermode()
2020-03-10 14:07:25 linux-kernel Re: [patch part-II V2 12/13] x86/entry: Move irq flags tracing to prepare_exit_to_usermode()
2020-03-10 13:51:06 linux-kernel Re: [patch part-II V2 11/13] x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline
2020-03-10 13:43:36 linux-kernel Re: [patch part-II V2 10/13] x86/entry/common: Split prepare_exit_to_usermode() and syscall_return_slowpath()
2020-03-10 13:31:59 linux-kernel Re: [patch part-II V2 09/13] x86/entry/common: Split hardirq tracing into lockdep and ftrace parts
2020-03-10 11:25:35 linux-kernel Re: [patch part-II V2 08/13] tracing: Provide lockdep less trace_hardirqs_on/off() variants
2020-03-10 10:57:08 linux-kernel Re: [patch part-II V2 08/13] tracing: Provide lockdep less trace_hardirqs_on/off() variants
2020-03-10 10:28:21 linux-kernel Re: [patch part-II V2 04/13] x86/entry/64: Trace irqflags unconditionally as ON when returning to user space
2020-03-10 10:19:01 linux-kernel Re: [patch part-II V2 03/13] x86/entry/32: Remove unused label restore_nocheck
2020-03-10 10:16:59 linux-kernel Re: [patch part-II V2 02/13] x86/entry: Mark enter_from_user_mode() notrace and NOKPROBE
2020-03-10 10:14:33 linux-kernel Re: [patch part-II V2 01/13] context_tracking: Ensure that the critical path cannot be instrumented
2020-02-28 14:59:24 linux-kernel Re: [patch 08/24] x86/entry: Convert Divide Error to IDTENTRY
2020-02-28 14:15:15 linux-kernel Re: [patch 07/24] x86/traps: Prepare for using DEFINE_IDTENTRY
2020-02-28 10:43:39 linux-kernel Re: [patch 06/24] x86/idtentry: Provide macros to define/declare IDT entry points
2020-02-28 10:34:50 linux-kernel Re: [patch 05/24] x86/entry/32: Provide macro to emit IDT entry stubs
2020-02-28 10:28:28 linux-kernel Re: [patch 04/24] x86/entry: Distangle idtentry
2020-02-28 09:44:40 linux-kernel Re: [patch 03/24] x86/entry/64: Reorder idtentries
2020-02-28 09:41:45 linux-kernel Re: [patch 02/24] x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
2020-02-28 09:41:27 linux-kernel Re: [patch 01/24] x86/traps: Split trap numbers out in a seperate header
2020-02-28 09:02:30 linux-kernel Re: [patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code
2020-02-28 09:01:41 linux-kernel Re: [patch 3/8] x86/entry/common: Mark syscall entry points notrace/nokprobe
2020-02-28 09:01:19 linux-kernel Re: [patch 2/8] x86/entry/common: Consolidate syscall entry code
2020-02-28 09:00:15 linux-kernel Re: [patch 1/8] x86/entry/64: Trace irqflags unconditionally on when returing to user space
2020-02-27 16:48:41 linux-kernel Re: [patch 8/8] x86/entry: Move irqflags tracing to do_int80_syscall_32()
2020-02-27 16:13:29 linux-kernel Re: [patch 6/8] x86/entry: Move irq tracing to syscall_slow_exit_work
2020-02-27 15:45:02 linux-kernel Re: [patch 5/8] x86/entry/common: Provide trace/kprobe safe exit to user space functions
2020-02-27 11:03:02 linux-kernel Re: [patch 00/10] x86/entry: Consolidation - Part I
2020-02-27 08:53:22 linux-kernel Re: [RFC PATCH v3 2/7] mm/asi: ASI entry/exit interface
2020-02-26 16:25:42 linux-kernel [RFC PATCH v3 6/7] mm/asi: ASI fault handler
2020-02-26 16:25:04 linux-kernel [RFC PATCH v3 2/7] mm/asi: ASI entry/exit interface
2020-02-26 16:24:57 linux-kernel [RFC PATCH v3 1/7] mm/x86: Introduce kernel Address Space Isolation (ASI)
2020-02-26 16:24:31 linux-kernel [RFC PATCH v3 5/7] mm/asi: Switch ASI on task switch
2020-02-26 16:24:26 linux-kernel [RFC PATCH v3 4/7] mm/asi: Interrupt ASI on interrupt/exception/NMI