Ard Biesheuvel ([email protected])

Number of posts: 157 (1.51 per day)
First post: 2024-01-11 12:33:31
Last post: 2024-04-25 12:09:25

Date List Subject
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
2024-02-13 12:43:43 linux-kernel [PATCH v4 05/11] x86/startup_64: Simplify calculation of initial page table address
2024-02-13 12:43:30 linux-kernel [PATCH v4 04/11] x86/startup_64: Defer assignment of 5-level paging global variables
2024-02-13 12:43:08 linux-kernel [PATCH v4 03/11] x86/startup_64: Simplify CR4 handling in startup code
2024-02-13 12:42:58 linux-kernel [PATCH v4 02/11] x86/startup_64: Replace pointer fixups with RIP-relative references
2024-02-13 12:42:45 linux-kernel [PATCH v4 01/11] x86/startup_64: Simplify global variable accesses in GDT/IDT programming
2024-02-13 12:42:30 linux-kernel [PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
2024-01-29 18:17:48 linux-kernel [PATCH v3 09/19] x86/head64: Simplify GDT/IDT initialization code
2024-01-29 18:17:03 linux-kernel [PATCH v3 06/19] x86/startup_64: Drop global variables keeping track of LA57 state
2024-01-29 18:15:21 linux-kernel [PATCH v3 00/19] x86: Confine early 1:1 mapped startup code
2024-01-29 18:12:00 linux-kernel [PATCH v3 13/19] modpost: Warn about calls from __pitext into other text sections
2024-01-29 18:10:58 linux-kernel [PATCH v3 19/19] x86/startup_64: Don't bother setting up GS before the kernel is mapped
2024-01-29 18:10:49 linux-kernel [PATCH v3 18/19] x86/sev: Drop inline asm LEA instructions for RIP-relative references