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-03-09 14:36:05 linux-kernel Re: [RFC PATCH v2 13/13] objtool: arm64: Enable stack validation for arm64
2021-03-09 14:29:48 linux-kernel Re: [RFC PATCH v2 00/13] objtool: add base support for arm64
2021-03-05 00:14:05 linux-kernel Re: [RFC PATCH v2 00/13] objtool: add base support for arm64
2021-03-04 23:27:23 linux-kernel [RFC PATCH v2 01/13] tools: Add some generic functions and headers
2021-03-04 23:25:43 linux-kernel [RFC PATCH v2 5/8] arm64: insn: Add SVE instruction class
2021-03-04 23:25:32 linux-kernel [RFC PATCH v2 0/8] arm64: Prepare instruction decoder for objtool
2021-03-04 12:17:13 linux-kernel [RFC PATCH v2 09/13] objtool: arm64: Decode LDR instructions
2021-03-04 12:16:41 linux-kernel [RFC PATCH v2 13/13] objtool: arm64: Enable stack validation for arm64
2021-03-04 12:15:27 linux-kernel [RFC PATCH v2 04/13] objtool: arm64: Add base definition for arm64 backend
2021-03-04 12:15:10 linux-kernel [RFC PATCH v2 07/13] objtool: arm64: Decode other system instructions
2021-03-04 12:15:02 linux-kernel [RFC PATCH v2 03/13] tools: bug: Remove duplicate definition
2021-03-04 12:14:58 linux-kernel [RFC PATCH v2 06/13] objtool: arm64: Decode jump and call related instructions
2021-03-04 12:14:58 linux-kernel [RFC PATCH v2 11/13] objtool: arm64: Handle supported relocations in alternatives
2021-03-04 12:14:28 linux-kernel [RFC PATCH v2 7/8] arm64: insn: Add some opcodes to instruction decoder
2021-03-04 12:14:28 linux-kernel [RFC PATCH v2 8/8] arm64: insn: Add load/store decoding helpers
2021-03-04 12:14:19 linux-kernel [RFC PATCH v2 6/8] arm64: insn: Add barrier encodings
2021-03-04 12:14:15 linux-kernel [RFC PATCH v2 3/8] arm64: insn: Reduce header dependencies of instruction decoder
2021-03-04 12:14:10 linux-kernel [RFC PATCH v2 4/8] arm64: Move instruction encoder/decoder under lib/
2021-03-04 12:14:02 linux-kernel [RFC PATCH v2 2/8] arm64: Move aarch32 condition check functions
2021-03-04 12:13:52 linux-kernel [RFC PATCH v2 02/13] tools: arm64: Make aarch64 instruction decoder available to tools
2021-03-04 12:13:30 linux-kernel [RFC PATCH v2 10/13] objtool: arm64: Accept padding in code sections
2021-03-04 12:13:28 linux-kernel [RFC PATCH v2 08/13] objtool: arm64: Decode load/store instructions
2021-03-04 12:13:19 linux-kernel [RFC PATCH v2 00/13] objtool: add base support for arm64
2021-03-04 12:13:05 linux-kernel [RFC PATCH v2 05/13] objtool: arm64: Decode add/sub instructions
2021-03-04 12:12:50 linux-kernel [RFC PATCH v2 12/13] objtool: arm64: Ignore replacement section for alternative callback
2021-03-04 12:12:03 linux-kernel [RFC PATCH v2 1/8] arm64: Move patching utilities out of instruction encoding/decoding
2021-02-03 17:33:56 linux-kernel Re: [RFC PATCH 1/5] arm64: Move instruction encoder/decoder under lib/
2021-02-03 08:50:44 linux-kernel Re: [RFC PATCH 3/5] arm64: aarch64-insn: Add barrier encodings
2021-02-03 08:30:40 linux-kernel Re: [RFC PATCH 1/5] arm64: Move instruction encoder/decoder under lib/
2021-02-03 08:15:12 linux-kernel Re: [RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
2021-02-02 09:04:20 linux-kernel Re: [RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
2021-01-21 13:29:52 linux-kernel Re: [RFC PATCH 00/17] objtool: add base support for arm64
2021-01-21 10:32:00 linux-kernel Re: [RFC PATCH 00/17] objtool: add base support for arm64
2021-01-20 19:19:40 linux-kernel Re: Live patching on ARM64
2021-01-20 19:13:30 linux-kernel [RFC PATCH 04/17] objtool: arm64: Add base definition for arm64 backend
2021-01-20 19:13:17 linux-kernel [RFC PATCH 06/17] objtool: arm64: Decode jump and call related instructions
2021-01-20 19:00:41 linux-kernel [RFC PATCH 00/17] objtool: add base support for arm64
2021-01-20 19:00:09 linux-kernel [RFC PATCH 01/17] tools: Add some generic functions and headers
2021-01-20 19:00:08 linux-kernel [RFC PATCH 07/17] objtool: arm64: Decode other system instructions
2021-01-20 19:00:05 linux-kernel [RFC PATCH 10/17] objtool: arm64: Accept padding in code sections
2021-01-20 18:59:45 linux-kernel [RFC PATCH 05/17] objtool: arm64: Decode add/sub instructions
2021-01-20 18:59:02 linux-kernel [RFC PATCH 03/17] tools: bug: Remove duplicate definition
2021-01-20 18:58:39 linux-kernel [RFC PATCH 02/17] tools: arm64: Make aarch64 instruction decoder available to tools
2021-01-20 18:58:28 linux-kernel [RFC PATCH 15/17] objtool: arm64: Handle supported relocations in alternatives
2021-01-20 18:58:27 linux-kernel [RFC PATCH 08/17] objtool: arm64: Decode load/store instructions
2021-01-20 18:58:14 linux-kernel [RFC PATCH 09/17] objtool: arm64: Decode LDR instructions
2021-01-20 18:57:51 linux-kernel [RFC PATCH 17/17] objtool: arm64: Enable stack validation for arm64
2021-01-20 18:57:10 linux-kernel [RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
2021-01-20 18:55:50 linux-kernel [RFC PATCH 13/17] objtool: arm64: Implement functions to add switch tables alternatives
2021-01-20 18:55:46 linux-kernel [RFC PATCH 11/17] efi: libstub: Ignore relocations for .discard sections
2021-01-20 18:55:31 linux-kernel [RFC PATCH 14/17] objtool: arm64: Cache section with switch table information