LinuxLists
Users
About
Ard Biesheuvel (
[email protected]
)
Number of posts: 3764 (2.22 per day)
First post: 2019-10-26 14:57:27
Last post: 2024-06-13 22:02:51
Previous Page
/
Next Page
Date
List
Subject
2023-08-07 16:42:39
linux-kernel
[PATCH v9 15/23] x86/decompressor: Merge trampoline cleanup with switching code
2023-08-07 16:41:43
linux-kernel
[PATCH v9 10/23] x86/decompressor: Use standard calling convention for trampoline
2023-08-07 16:40:20
linux-kernel
[PATCH v9 06/23] x86/efistub: Clear BSS in EFI handover protocol entrypoint
2023-08-07 16:39:32
linux-kernel
[PATCH v9 04/23] x86/efistub: Simplify and clean up handover entry code
2023-08-07 16:39:07
linux-kernel
[PATCH v9 02/23] x86/head_64: Store boot_params pointer in callee save register
2023-08-07 16:39:02
linux-kernel
[PATCH v9 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-06 11:07:39
linux-kernel
Re: [PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-06 10:21:43
linux-kernel
Re: [PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-06 10:06:33
linux-kernel
Re: [PATCH] RISC-V: Optimize bitops with Zbb extension
2023-08-06 09:57:15
linux-kernel
Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-08-05 23:38:50
linux-kernel
Re: [PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-05 17:45:27
linux-kernel
Re: [PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-04 11:53:34
linux-kernel
Re: [PATCH v5 3/3] firmware: Add support for Qualcomm UEFI Secure Application
2023-08-04 08:51:13
linux-crypto
Re: [PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
2023-08-03 17:11:24
linux-kernel
Re: [PATCH v5 3/3] firmware: Add support for Qualcomm UEFI Secure Application
2023-08-03 14:56:58
linux-kernel
Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-08-03 14:50:53
linux-kernel
Re: [PATCH] ARM: memset: cast the constant byte to unsigned char
2023-08-03 14:10:34
linux-kernel
Re: [PATCH] efi/riscv: libstub: Fix comment about absolute relocation
2023-08-03 14:07:52
linux-kernel
Re: [PATCH -next] efi: Remove unused extern declaration efi_lookup_mapped_addr()
2023-08-03 11:30:50
linux-kernel
Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-08-03 10:21:07
linux-crypto
Re: [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
2023-08-02 17:31:48
linux-kernel
Re: [PATCH v2] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-08-02 16:54:44
linux-kernel
[PATCH v8 04/23] x86/efistub: Simplify and clean up handover entry code
2023-08-02 16:53:40
linux-kernel
[PATCH v8 13/23] x86/decompressor: Only call the trampoline when changing paging levels
2023-08-02 16:51:57
linux-kernel
[PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
2023-08-02 16:50:57
linux-kernel
[PATCH v8 02/23] x86/head_64: Store boot_params pointer in callee save register
2023-08-02 16:45:00
linux-kernel
[PATCH v8 16/23] x86/efistub: Perform 4/5 level paging switch from the stub
2023-08-02 16:43:37
linux-kernel
[PATCH v8 17/23] x86/efistub: Prefer EFI memory attributes protocol over DXE services
2023-08-02 16:41:11
linux-kernel
[PATCH v8 11/23] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
2023-08-02 16:39:36
linux-kernel
[PATCH v8 08/23] x86/decompressor: Assign paging related global variables earlier
2023-08-02 16:38:35
linux-kernel
[PATCH v8 05/23] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
2023-08-02 16:35:07
linux-kernel
[PATCH v8 19/23] x86/decompressor: Move global symbol references to C code
2023-08-02 16:34:17
linux-kernel
[PATCH v8 15/23] x86/decompressor: Merge trampoline cleanup with switching code
2023-08-02 16:33:29
linux-kernel
[PATCH v8 06/23] x86/efistub: Clear BSS in EFI handover protocol entrypoint
2023-08-02 16:33:29
linux-kernel
[PATCH v8 23/23] x86/efistub: Avoid legacy decompressor when doing EFI boot
2023-08-02 16:28:28
linux-kernel
[PATCH v8 21/23] efi/libstub: Add limit argument to efi_random_alloc()
2023-08-02 16:16:31
linux-kernel
[PATCH v8 14/23] x86/decompressor: Pass pgtable address to trampoline directly
2023-08-02 16:08:23
linux-kernel
[PATCH v8 18/23] decompress: Use 8 byte alignment
2023-08-02 16:06:24
linux-kernel
[PATCH v8 12/23] x86/decompressor: Call trampoline directly from C code
2023-08-02 16:05:41
linux-kernel
[PATCH v8 22/23] x86/efistub: Perform SNP feature test while running in the firmware
2023-08-02 16:05:29
linux-kernel
[PATCH v8 20/23] x86/decompressor: Factor out kernel decompression and relocation
2023-08-02 16:04:18
linux-kernel
[PATCH v8 10/23] x86/decompressor: Use standard calling convention for trampoline
2023-08-02 16:03:18
linux-kernel
[PATCH v8 09/23] x86/decompressor: Call trampoline as a normal function
2023-08-02 15:59:41
linux-kernel
[PATCH v8 07/23] x86/decompressor: Store boot_params pointer in callee save register
2023-08-02 15:59:24
linux-kernel
[PATCH v8 03/23] x86/efistub: Branch straight to kernel entry point from C code
2023-08-02 15:59:21
linux-kernel
[PATCH v8 01/23] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
2023-08-02 15:49:11
linux-kernel
[PATCH v2] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-08-02 15:35:15
linux-kernel
Re: [PATCH] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-08-02 15:12:53
linux-kernel
Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-08-02 14:26:30
linux-kernel
[PATCH] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
2023-08-02 11:38:15
linux-kernel
Re: [PATCH v7 22/22] x86/efistub: Avoid legacy decompressor when doing EFI boot