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

Date List Subject
2023-08-01 13:09:17 linux-kernel Re: [PATCH v7 14/22] x86/decompressor: Merge trampoline cleanup with switching code
2023-08-01 12:42:07 linux-kernel Re: [PATCH v7 14/22] x86/decompressor: Merge trampoline cleanup with switching code
2023-08-01 12:19:03 linux-kernel Re: [PATCH v7 12/22] x86/decompressor: Call trampoline directly from C code
2023-08-01 07:04:18 linux-crypto Re: [EXTERNAL] Re: [PATCH 0/5] Add support for Texas Instruments MCRC64 engine
2023-07-31 18:26:35 linux-crypto Re: [PATCH 3/5] crypto: ti - add driver for MCRC64 engine
2023-07-31 18:26:34 linux-crypto Re: [PATCH 0/5] Add support for Texas Instruments MCRC64 engine
2023-07-31 14:41:54 linux-crypto Re: [PATCH] crypto: Fix missing initialisation affecting gcm-aes-s390
2023-07-31 12:15:12 linux-kernel Re: [PATCH v7 10/22] x86/decompressor: Use standard calling convention for trampoline
2023-07-31 11:33:08 linux-kernel Re: [PATCH v3] net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
2023-07-31 10:59:28 linux-kernel Re: [PATCH v7 01/22] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
2023-07-29 09:18:34 linux-crypto Re: Kernel Crypto exposing asymmetric operations to userland via libkcapi
2023-07-28 10:17:51 linux-crypto Re: [RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
2023-07-28 10:10:40 linux-crypto Re: [RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
2023-07-28 10:00:00 linux-kernel [PATCH v7 18/22] x86/decompressor: Move global symbol references to C code
2023-07-28 09:57:16 linux-kernel [PATCH v7 11/22] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
2023-07-28 09:55:05 linux-kernel [PATCH v7 00/22] efi/x86: Avoid bare metal decompressor during EFI boot
2023-07-28 09:54:53 linux-kernel [PATCH v7 08/22] x86/decompressor: Store boot_params pointer in callee save register
2023-07-28 09:53:31 linux-kernel [PATCH v7 22/22] x86/efistub: Avoid legacy decompressor when doing EFI boot
2023-07-28 09:52:44 linux-kernel [PATCH v7 12/22] x86/decompressor: Call trampoline directly from C code
2023-07-28 09:50:11 linux-kernel [PATCH v7 02/22] x86/head_64: Store boot_params pointer in callee save register
2023-07-28 09:30:42 linux-kernel [PATCH v7 19/22] x86/decompressor: Factor out kernel decompression and relocation
2023-07-28 09:30:11 linux-kernel [PATCH v7 10/22] x86/decompressor: Use standard calling convention for trampoline
2023-07-28 09:29:07 linux-kernel [PATCH v7 21/22] x86/efistub: Perform SNP feature test while running in the firmware
2023-07-28 09:28:39 linux-kernel [PATCH v7 20/22] efi/libstub: Add limit argument to efi_random_alloc()
2023-07-28 09:28:11 linux-kernel [PATCH v7 09/22] x86/decompressor: Call trampoline as a normal function
2023-07-28 09:28:08 linux-kernel [PATCH v7 17/22] decompress: Use 8 byte alignment
2023-07-28 09:28:07 linux-kernel [PATCH v7 16/22] x86/efistub: Prefer EFI memory attributes protocol over DXE services
2023-07-28 09:28:05 linux-kernel [PATCH v7 15/22] x86/efistub: Perform 4/5 level paging switch from the stub
2023-07-28 09:28:04 linux-kernel [PATCH v7 14/22] x86/decompressor: Merge trampoline cleanup with switching code
2023-07-28 09:28:03 linux-kernel [PATCH v7 13/22] x86/decompressor: Only call the trampoline when changing paging levels
2023-07-28 09:27:59 linux-kernel [PATCH v7 05/22] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
2023-07-28 09:27:53 linux-kernel [PATCH v7 06/22] x86/efistub: Clear BSS in EFI handover protocol entrypoint
2023-07-28 09:27:52 linux-kernel [PATCH v7 01/22] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
2023-07-28 09:27:43 linux-kernel [PATCH v7 07/22] x86/decompressor: Use proper sequence to take the address of the GOT
2023-07-28 09:26:42 linux-kernel [PATCH v7 03/22] x86/efistub: Branch straight to kernel entry point from C code
2023-07-28 09:26:42 linux-kernel [PATCH v7 04/22] x86/efistub: Simplify and clean up handover entry code
2023-07-28 06:15:58 linux-kernel Re: [PATCH] net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
2023-07-26 17:37:58 linux-crypto [PATCH] crypto: riscv/aes - Implement scalar Zkn version for RV32
2023-07-24 14:33:09 linux-kernel Re: [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
2023-07-24 07:59:22 linux-kernel Re: [PATCH AUTOSEL 6.4 1/4] efivarfs: expose used and total size
2023-07-21 14:51:45 linux-kernel Re: [PATCH v5 4/5] libstub: Fix compilation warning for rv32
2023-07-21 14:49:12 linux-kernel Re: [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
2023-07-21 14:30:29 linux-crypto Re: [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
2023-07-21 12:03:21 linux-crypto Re: [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
2023-07-21 11:25:25 linux-crypto Re: [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
2023-07-19 14:43:27 linux-kernel Re: [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
2023-07-19 13:57:58 linux-kernel Re: [PATCH v2 9/9] efi: move screen_info into efi init code
2023-07-19 08:40:42 linux-kernel Re: [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
2023-07-18 23:23:15 linux-crypto Re: [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
2023-07-18 13:06:59 linux-crypto [RFC PATCH 21/21] crypto: scompress - Drop the use of per-cpu scratch buffers
2023-07-18 13:06:18 linux-crypto [RFC PATCH 19/21] crypto: remove obsolete 'comp' compression API