LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
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
2024-01-29 18:10:05
linux-kernel
[PATCH v3 17/19] x86/sev: Use PIC codegen for early SEV startup code
2024-01-29 18:09:43
linux-kernel
[PATCH v3 16/19] x86/sev: Avoid WARN() in early code
2024-01-29 18:09:42
linux-kernel
[PATCH v3 15/19] x86/sev: Make all code reachable from 1:1 mapping __pitext
2024-01-29 18:09:18
linux-kernel
[PATCH v3 14/19] x86/coco: Make cc_set_mask() static inline
2024-01-29 18:08:48
linux-kernel
[PATCH v3 12/19] x86/head64: Move early startup code into __pitext
2024-01-29 18:08:36
linux-kernel
[PATCH v3 11/19] x86: Move return_thunk to __pitext section
2024-01-29 18:08:03
linux-kernel
[PATCH v3 04/19] x86/startup_64: Simplify calculation of initial page table address
2024-01-29 18:07:52
linux-kernel
[PATCH v3 03/19] x86/startup_64: Drop long return to initial_code pointer
2024-01-29 18:07:51
linux-kernel
[PATCH v3 08/19] x86/head64: Replace pointer fixups with PIE codegen
2024-01-29 18:07:29
linux-kernel
[PATCH v3 07/19] x86/startup_64: Simplify virtual switch on primary boot
2024-01-29 18:06:56
linux-kernel
[PATCH v3 05/19] x86/startup_64: Simplify CR4 handling in startup code
2024-01-29 18:06:10
linux-kernel
[PATCH v3 02/19] x86/boot: Move mem_encrypt= parsing to the decompressor
2024-01-29 18:05:56
linux-kernel
[PATCH v3 01/19] efi/libstub: Add generic support for parsing mem_encrypt=
2024-01-26 16:47:29
linux-kernel
[PATCH] x86/sme: Fix memory encryption if enabled by default and not overridden
2024-01-25 11:57:58
linux-kernel
[PATCH v2 14/17] x86/sev: Avoid WARN() in early code
2024-01-25 11:57:34
linux-kernel
[PATCH v2 12/17] x86/coco: Make cc_set_mask() static inline
2024-01-25 11:37:12
linux-kernel
[PATCH v2 17/17] x86/startup_64: Don't bother setting up GS before the kernel is mapped
2024-01-25 11:37:07
linux-kernel
[PATCH v2 16/17] x86/sev: Drop inline asm LEA instructions for RIP-relative references
2024-01-25 11:36:27
linux-kernel
[PATCH v2 15/17] x86/sev: Use PIC codegen for early SEV startup code
2024-01-25 11:36:22
linux-kernel
[PATCH v2 11/17] modpost: Warn about calls from __pitext into other text sections
2024-01-25 11:36:15
linux-kernel
[PATCH v2 13/17] x86/sev: Make all code reachable from 1:1 mapping __pitext
2024-01-25 11:35:58
linux-kernel
[PATCH v2 09/17] x86: Move return_thunk to __pitext section
2024-01-25 11:35:39
linux-kernel
[PATCH v2 10/17] x86/head64: Move early startup code into __pitext
2024-01-25 11:35:29
linux-kernel
[PATCH v2 07/17] x86/head64: Simplify GDT/IDT initialization code
2024-01-25 11:35:25
linux-kernel
[PATCH v2 06/17] x86/head64: Replace pointer fixups with PIE codegen
2024-01-25 11:35:01
linux-kernel
[PATCH v2 04/17] x86/startup_64: Drop global variables to keep track of LA57 state
2024-01-25 11:34:36
linux-kernel
[PATCH v2 02/17] x86/startup_64: Simplify calculation of initial page table address
2024-01-25 11:34:05
linux-kernel
[PATCH v2 05/17] x86/startup_64: Simplify virtual switch on primary boot
2024-01-25 11:33:38
linux-kernel
[PATCH v2 03/17] x86/startup_64: Simplify CR4 handling in startup code
2024-01-25 11:33:09
linux-kernel
[PATCH v2 01/17] x86/startup_64: Drop long return to initial_code pointer
2024-01-25 11:32:58
linux-kernel
[PATCH v2 00/17] x86: Confine early 1:1 mapped startup code
2024-01-22 09:14:34
linux-kernel
[RFC PATCH 4/5] x86/head64: Replace pointer fixups with PIE codegen
2024-01-22 09:14:04
linux-kernel
[RFC PATCH 5/5] x86: Build the core kernel with position independent codegen
2024-01-22 09:13:57
linux-kernel
[RFC PATCH 2/5] vmlinux: Avoid weak reference to notes section
2024-01-22 09:13:39
linux-kernel
[RFC PATCH 3/5] btf: Avoid weak external references
2024-01-22 09:13:28
linux-kernel
[RFC PATCH 0/5] x86: Build the core kernel using PIC codegen
2024-01-22 09:13:07
linux-kernel
[RFC PATCH 1/5] kallsyms: Avoid weak references for kallsyms symbols
2024-01-18 17:12:13
linux-crypto
[PATCH v2 8/8] crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpers
2024-01-18 17:12:01
linux-crypto
[PATCH v2 2/8] crypto: arm64/aes-ccm - Keep NEON enabled during skcipher walk