Julien Thierry ([email protected])

Number of posts: 296 (0.58 per day)
First post: 2019-10-14 08:39:08
Last post: 2021-03-09 14:36:05

Date List Subject
2021-01-20 18:54:09 linux-kernel [RFC PATCH 16/17] objtool: arm64: Ignore replacement section for alternative callback
2021-01-20 17:23:50 linux-kernel [RFC PATCH 5/5] arm64: Add load/store decoding helpers
2021-01-20 17:22:40 linux-kernel [RFC PATCH 1/5] arm64: Move instruction encoder/decoder under lib/
2021-01-20 17:22:36 linux-kernel [RFC PATCH 4/5] arm64: aarch64-insn: Add some opcodes to instruction decoder
2021-01-20 17:22:31 linux-kernel [RFC PATCH 3/5] arm64: aarch64-insn: Add barrier encodings
2021-01-20 17:22:21 linux-kernel [RFC PATCH 0/5] arm64: Prepare instruction decoder for objtool
2021-01-20 17:21:57 linux-kernel [RFC PATCH 2/5] arm64: aarch64-insn: Add SVE instruction class
2021-01-19 08:04:06 linux-kernel Re: Live patching on ARM64
2020-10-14 13:29:40 linux-kernel [PATCH v3 1/3] objtool: check: Fully validate the stack frame
2020-10-14 13:28:10 linux-kernel [PATCH v3 2/3] objtool: check: Support addition to set CFA base
2020-10-14 13:27:12 linux-kernel [PATCH v3 0/3] objtool: Extend CFA updating/checking
2020-10-14 13:09:07 linux-kernel [PATCH v3 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics
2020-10-13 12:17:14 linux-kernel Re: [PATCH v2 1/3] objtool: check: Fully validate the stack frame
2020-10-12 20:45:57 linux-kernel Re: [PATCH v2 1/3] objtool: check: Fully validate the stack frame
2020-09-28 09:40:43 linux-kernel [PATCH v2 2/3] objtool: check: Support addition to set CFA base
2020-09-28 09:39:05 linux-kernel [PATCH v2 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics
2020-09-28 09:38:55 linux-kernel [PATCH v2 1/3] objtool: check: Fully validate the stack frame
2020-09-28 09:38:12 linux-kernel [PATCH v2 0/3] objtool: Extend CFA updating/checking
2020-09-21 10:34:54 linux-kernel Re: [PATCH 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics
2020-09-21 10:32:47 linux-kernel Re: [PATCH 1/3] objtool: check: Fully validate the stack frame
2020-09-21 10:00:27 linux-kernel Re: [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections
2020-09-15 08:28:50 linux-kernel [PATCH 2/3] objtool: check: Support addition to set CFA base
2020-09-15 08:27:37 linux-kernel [PATCH 1/3] objtool: check: Fully validate the stack frame
2020-09-15 08:27:22 linux-kernel [PATCH 0/3] objtool: Extend CFA updating/checking
2020-09-15 08:26:55 linux-kernel [PATCH 3/3] objtool: check: Make SP memory operation match PUSH/POP semantics
2020-09-15 08:09:37 linux-kernel [PATCH 0/3] objtool: Miscellaneous cleanup/fixes
2020-09-15 08:00:43 linux-kernel [PATCH 2/3] objtool: check: Ignore unreachable fake jumps
2020-09-15 07:59:39 linux-kernel [PATCH 3/3] objtool: check: Handle calling non-function symbols in other sections
2020-09-15 07:55:45 linux-kernel [PATCH 1/3] objtool: check: Remove useless tests
2020-09-08 19:52:41 linux-kernel [PATCH] objtool: Fix sync-check.sh bashisms
2020-09-04 15:38:19 linux-kernel [PATCH v3 09/10] objtool: Make unwind hints definitions available to other architectures
2020-09-04 15:38:00 linux-kernel Re: [PATCH v3 00/10] Make check implementation arch agnostic
2020-09-04 15:37:51 linux-kernel [PATCH v3 06/10] objtool: Refactor switch-tables code to support other architectures
2020-09-04 15:37:44 linux-kernel [PATCH v3 05/10] objtool: Make relocation in alternative handling arch dependent
2020-09-04 15:37:14 linux-kernel [PATCH v3 03/10] objtool: Move macros describing structures to arch-dependent code
2020-09-04 15:37:00 linux-kernel [PATCH v3 10/10] objtool: Decode unwind hint register depending on architecture
2020-09-04 15:36:16 linux-kernel [PATCH v3 08/10] objtool: Only include valid definitions depending on source file type
2020-09-04 15:35:48 linux-kernel [PATCH v3 07/10] headers: Rename frame.h
2020-09-04 15:34:52 linux-kernel [PATCH v3 04/10] objtool: Abstract alternative special case handling
2020-09-04 15:33:17 linux-kernel [PATCH v3 00/10] Make check implementation arch agnostic
2020-09-04 15:32:36 linux-kernel [PATCH v3 02/10] objtool: Make sync-check consider the target architecture
2020-09-04 15:32:19 linux-kernel [PATCH v3 01/10] objtool: Group headers to check in a single list
2020-09-04 15:30:24 linux-kernel [PATCH v3 00/10] Make check implementation arch agnostic
2020-09-04 15:29:26 linux-kernel [PATCH v3 01/10] objtool: Group headers to check in a single list
2020-08-25 13:40:30 linux-kernel [PATCH v4 1/4] objtool: Move object file loading out of check
2020-08-25 13:38:48 linux-kernel [PATCH v4 1/4] objtool: Move object file loading out of check
2020-08-25 13:16:36 linux-kernel [PATCH v4 4/4] objtool: check: Use orc definition only when needed
2020-08-25 13:16:32 linux-kernel [PATCH v4 2/4] objtool: Move orc outside of check
2020-08-25 13:15:46 linux-kernel Re: [PATCH v4 0/4] Remove dependency of check subcmd upon orc
2020-08-25 13:14:58 linux-kernel [PATCH v4 3/4] objtool: orc: Skip setting orc_entry for non-text sections
2020-08-25 13:12:09 linux-kernel [PATCH v4 0/4] Remove dependency of check subcmd upon orc