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-09-01 17:13:45
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-09-01 11:45:39
linux-kernel
Re: [PATCH v2] pstore: Base compression input buffer size on estimated compressed size
2023-09-01 09:54:17
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-09-01 08:58:26
linux-kernel
Re: [PATCH v2] efivarfs: Add Mount Option For Efivarfs
2023-09-01 03:11:15
linux-kernel
Re: [PATCH] kernel: Add Mount Option For Efivarfs
2023-08-31 22:42:26
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-08-31 15:44:14
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-08-31 09:34:28
linux-kernel
Re: [PATCH] pstore: Base compression input buffer size on estimated compressed size
2023-08-30 18:53:29
linux-kernel
Re: [PATCH v2] efi: fix -Wmissing-variable-declarations warning
2023-08-30 18:52:54
linux-crypto
Re: [PATCH 0/4] crypto: Remove zlib-deflate
2023-08-30 18:37:22
linux-kernel
Re: [PATCH] efi: fix -Wmissing-variable-declarations warning
2023-08-30 18:35:56
linux-kernel
Re: [GIT PULL] pstore updates for v6.6-rc1
2023-08-30 18:35:52
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-08-29 19:18:59
linux-kernel
Re: [GIT PULL] pstore updates for v6.6-rc1
2023-08-29 08:33:10
linux-kernel
Re: [PATCH] kernel: Add Mount Option For Efivarfs
2023-08-28 10:31:25
linux-kernel
Re: [PATCH] RISC-V: Optimize bitops with Zbb extension
2023-08-24 11:04:29
linux-kernel
Re: [PATCH v3 1/2] schemas: Add a schema for memory map
2023-08-24 09:58:27
linux-kernel
Re: [PATCH] x86/efistub: Fix PCI ROM preservation in mixed mode
2023-08-23 20:11:57
linux-kernel
Re: [PATCH] kernel: Add Mount Option For Efivarfs
2023-08-22 16:27:24
linux-kernel
Re: linux-next: build failure after merge of the efi tree
2023-08-21 12:12:02
linux-kernel
Re: [PATCH 17/17] x86/boot: Drop CRC-32 checksum and the build tool that generates it
2023-08-20 20:14:38
linux-kernel
[PATCH 01/17] x86/efi: Drop EFI stub .bss from .data section
2023-08-20 12:16:35
linux-kernel
[PATCH 17/17] x86/boot: Drop CRC-32 checksum and the build tool that generates it
2023-08-20 02:29:16
linux-kernel
[PATCH 14/17] x86/boot: Drop PE/COFF .reloc section
2023-08-19 16:01:48
linux-kernel
[PATCH 05/17] x86/boot: Omit compression buffer from PE/COFF image memory footprint
2023-08-19 11:40:28
linux-kernel
[PATCH 12/17] x86/boot: Derive file size from _edata symbol
2023-08-19 10:53:00
linux-kernel
[PATCH 09/17] x86/boot: Set EFI handover offset directly in header asm
2023-08-19 09:56:57
linux-kernel
[PATCH 13/17] x86/boot: Construct PE/COFF .text section from assembler
2023-08-19 01:47:46
linux-kernel
[PATCH 08/17] x86/boot: Drop references to startup_64
2023-08-18 19:59:04
linux-kernel
[PATCH 16/17] x86/boot: Increase section and file alignment to 4k/512
2023-08-18 19:41:49
linux-kernel
[PATCH 10/17] x86/boot: Drop workaround for binutils 2.14 in linker script ASSERTs
2023-08-18 18:00:55
linux-kernel
[PATCH 00/17] x86/boot: Rework PE header generation
2023-08-18 14:46:34
linux-kernel
[PATCH 04/17] x86/boot: Remove the 'bugger off' message
2023-08-07 17:13:54
linux-kernel
[PATCH v9 14/23] x86/decompressor: Pass pgtable address to trampoline directly
2023-08-07 17:12:56
linux-kernel
[PATCH v9 20/23] x86/decompressor: Factor out kernel decompression and relocation
2023-08-07 17:12:43
linux-kernel
[PATCH v9 07/23] x86/decompressor: Store boot_params pointer in callee save register
2023-08-07 17:12:40
linux-kernel
[PATCH v9 05/23] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
2023-08-07 17:12:16
linux-kernel
[PATCH v9 17/23] x86/efistub: Prefer EFI memory attributes protocol over DXE services
2023-08-07 17:10:18
linux-kernel
[PATCH v9 18/23] decompress: Use 8 byte alignment
2023-08-07 17:07:32
linux-kernel
[PATCH v9 08/23] x86/decompressor: Assign paging related global variables earlier
2023-08-07 17:04:46
linux-kernel
[PATCH v9 09/23] x86/decompressor: Call trampoline as a normal function
2023-08-07 17:03:06
linux-kernel
[PATCH v9 11/23] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
2023-08-07 17:00:08
linux-kernel
[PATCH v9 22/23] x86/efistub: Perform SNP feature test while running in the firmware
2023-08-07 16:59:07
linux-kernel
[PATCH v9 23/23] x86/efistub: Avoid legacy decompressor when doing EFI boot
2023-08-07 16:58:06
linux-kernel
[PATCH v9 13/23] x86/decompressor: Only call the trampoline when changing paging levels
2023-08-07 16:57:23
linux-kernel
[PATCH v9 01/23] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
2023-08-07 16:55:15
linux-kernel
[PATCH v9 03/23] x86/efistub: Branch straight to kernel entry point from C code
2023-08-07 16:54:38
linux-kernel
[PATCH v9 16/23] x86/efistub: Perform 4/5 level paging switch from the stub
2023-08-07 16:47:05
linux-kernel
[PATCH v9 12/23] x86/decompressor: Call trampoline directly from C code
2023-08-07 16:43:51
linux-kernel
[PATCH v9 21/23] efi/libstub: Add limit argument to efi_random_alloc()
2023-08-07 16:42:48
linux-kernel
[PATCH v9 19/23] x86/decompressor: Move global symbol references to C code