Ard Biesheuvel ([email protected])

Number of posts: 169 (1.1 per day)
First post: 2024-01-11 12:33:31
Last post: 2024-06-12 14:13:34

Date List Subject
2024-03-07 14:32:09 linux-kernel [RFC PATCH v6.10 4/4] x86/boot/64: Avoid intentional absolute symbol references in .head.text
2024-03-07 14:32:01 linux-kernel [RFC PATCH v6.10 3/4] x86/boot/64: Determine VA/PA offset before entering C code
2024-03-07 14:31:40 linux-kernel [RFC PATCH v6.10 2/4] x86/xen/pvh: Move startup code into .ref.text
2024-03-07 14:31:19 linux-kernel [RFC PATCH v6.10 1/4] x86/sev: Avoid WARN()s in early boot code
2024-03-07 14:31:04 linux-kernel [RFC PATCH v6.10 0/4] x86: Rid .head.text of all abs references
2024-02-27 15:24:24 linux-kernel [PATCH v7 9/9] x86/startup_64: Drop global variables keeping track of LA57 state
2024-02-27 15:24:09 linux-kernel [PATCH v7 8/9] x86/sev: Move early startup code into .head.text section
2024-02-27 15:24:03 linux-kernel [PATCH v7 7/9] x86/sme: Move early SME kernel encryption handling into .head.text
2024-02-27 15:23:39 linux-kernel [PATCH v7 5/9] efi/libstub: Add generic support for parsing mem_encrypt=
2024-02-27 15:20:47 linux-kernel [PATCH v7 6/9] x86/boot: Move mem_encrypt= parsing to the decompressor
2024-02-27 15:20:33 linux-kernel [PATCH v7 4/9] x86/startup_64: Simplify virtual switch on primary boot
2024-02-27 15:20:31 linux-kernel [PATCH v7 2/9] x86/startup_64: Defer assignment of 5-level paging global variables
2024-02-27 15:20:09 linux-kernel [PATCH v7 3/9] x86/startup_64: Simplify calculation of initial page table address
2024-02-27 15:19:39 linux-kernel [PATCH v7 1/9] x86/startup_64: Simplify CR4 handling in startup code
2024-02-27 15:19:32 linux-kernel [PATCH v7 0/9] x86: Confine early 1:1 mapped startup code
2024-02-26 15:00:27 linux-kernel [PATCH v6 08/10] x86/sme: Move early SME kernel encryption handling into .head.text
2024-02-26 14:32:53 linux-kernel [PATCH v6 10/10] x86/startup_64: Drop global variables keeping track of LA57 state
2024-02-26 14:32:48 linux-kernel [PATCH v6 09/10] x86/sev: Move early startup code into .head.text section
2024-02-26 14:32:37 linux-kernel [PATCH v6 07/10] x86/boot: Move mem_encrypt= parsing to the decompressor
2024-02-26 14:32:30 linux-kernel [PATCH v6 05/10] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
2024-02-26 14:32:27 linux-kernel [PATCH v6 06/10] efi/libstub: Add generic support for parsing mem_encrypt=
2024-02-26 14:32:22 linux-kernel [PATCH v6 04/10] x86/startup_64: Simplify virtual switch on primary boot
2024-02-26 14:31:12 linux-kernel [PATCH v6 03/10] x86/startup_64: Simplify calculation of initial page table address
2024-02-26 14:31:00 linux-kernel [PATCH v6 02/10] x86/startup_64: Defer assignment of 5-level paging global variables
2024-02-26 14:30:51 linux-kernel [PATCH v6 01/10] x86/startup_64: Simplify CR4 handling in startup code
2024-02-26 14:30:12 linux-kernel [PATCH v6 00/10] x86: Confine early 1:1 mapped startup code
2024-02-23 13:20:45 linux-crypto [PATCH v2] crypto: arm64/neonbs - fix out-of-bounds access on short input
2024-02-21 11:40:23 linux-kernel [PATCH v5 12/16] efi/libstub: Add generic support for parsing mem_encrypt=
2024-02-21 11:40:20 linux-kernel [PATCH v5 16/16] x86/startup_64: Drop global variables keeping track of LA57 state
2024-02-21 11:40:11 linux-kernel [PATCH v5 15/16] x86/sev: Move early startup code into .head.text section
2024-02-21 11:39:55 linux-kernel [PATCH v5 10/16] x86/startup_64: Simplify virtual switch on primary boot
2024-02-21 11:39:53 linux-kernel [PATCH v5 14/16] x86/sme: Move early SME kernel encryption handling into .head.text
2024-02-21 11:39:39 linux-kernel [PATCH v5 13/16] x86/boot: Move mem_encrypt= parsing to the decompressor
2024-02-21 11:39:06 linux-kernel [PATCH v5 11/16] x86/sme: Avoid SME/SVE related checks on non-SME/SVE platforms
2024-02-21 11:38:35 linux-kernel [PATCH v5 09/16] x86/startup_64: Simplify calculation of initial page table address
2024-02-21 11:38:27 linux-kernel [PATCH v5 08/16] x86/startup_64: Defer assignment of 5-level paging global variables
2024-02-21 11:38:08 linux-kernel [PATCH v5 07/16] x86/startup_64: Simplify CR4 handling in startup code
2024-02-21 11:37:59 linux-kernel [PATCH v5 06/16] x86/startup_64: Use RIP_REL_REF() to access early_top_pgt[]
2024-02-21 11:37:45 linux-kernel [PATCH v5 05/16] x86/startup_64: Use RIP_REL_REF() to access early page tables
2024-02-21 11:37:30 linux-kernel [PATCH v5 04/16] x86/startup_64: Use RIP_REL_REF() to access __supported_pte_mask
2024-02-21 11:37:18 linux-kernel [PATCH v5 03/16] x86/startup_64: Use RIP_REL_REF() to access early_dynamic_pgts[]
2024-02-21 11:37:17 linux-kernel [PATCH v5 01/16] x86/startup_64: Simplify global variable accesses in GDT/IDT programming
2024-02-21 11:37:03 linux-kernel [PATCH v5 02/16] x86/startup_64: Use RIP_REL_REF() to assign phys_base
2024-02-21 11:36:38 linux-kernel [PATCH v5 00/16] x86: Confine early 1:1 mapped startup code
2024-02-17 16:12:08 linux-crypto [PATCH] crypto: arm64/neonbs - fix out-of-bounds access on short input
2024-02-13 12:47:21 linux-kernel [PATCH v4 09/11] x86/sme: Move early SME kernel encryption handling into .head.text
2024-02-13 12:46:39 linux-kernel [PATCH v4 10/11] x86/sev: Move early startup code into .head.text section
2024-02-13 12:46:00 linux-kernel [PATCH v4 11/11] x86/startup_64: Drop global variables keeping track of LA57 state
2024-02-13 12:44:46 linux-kernel [PATCH v4 08/11] x86/boot: Move mem_encrypt= parsing to the decompressor
2024-02-13 12:44:23 linux-kernel [PATCH v4 07/11] efi/libstub: Add generic support for parsing mem_encrypt=
2024-02-13 12:43:53 linux-kernel [PATCH v4 06/11] x86/startup_64: Simplify virtual switch on primary boot