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-07-18 13:06:13 linux-crypto [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
2023-07-18 13:05:46 linux-crypto [RFC PATCH 18/21] crypto: compress_null - drop obsolete 'comp' implementation
2023-07-18 13:05:40 linux-crypto [RFC PATCH 17/21] crypto: cavium/zip - drop obsolete 'comp' implementation
2023-07-18 13:05:32 linux-crypto [RFC PATCH 15/21] crypto: lzo - drop obsolete 'comp' implementation
2023-07-18 13:05:23 linux-crypto [RFC PATCH 16/21] crypto: zstd - drop obsolete 'comp' implementation
2023-07-18 13:05:12 linux-crypto [RFC PATCH 13/21] crypto: lz4hc - drop obsolete 'comp' implementation
2023-07-18 13:04:53 linux-crypto [RFC PATCH 14/21] crypto: lzo-rle - drop obsolete 'comp' implementation
2023-07-18 13:04:43 linux-crypto [RFC PATCH 11/21] crypto: deflate - drop obsolete 'comp' implementation
2023-07-18 13:04:41 linux-crypto [RFC PATCH 10/21] crypto: 842 - drop obsolete 'comp' implementation
2023-07-18 13:04:30 linux-kernel [RFC PATCH 12/21] crypto: lz4 - drop obsolete 'comp' implementation
2023-07-18 13:04:21 linux-crypto [RFC PATCH 09/21] crypto: nx - Migrate to scomp API
2023-07-18 13:04:11 linux-crypto [RFC PATCH 03/21] crypto: acompress - Drop destination scatterlist allocation feature
2023-07-18 13:04:06 linux-crypto [RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
2023-07-18 13:04:05 linux-crypto [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
2023-07-18 13:04:02 linux-crypto [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
2023-07-18 13:03:58 linux-crypto [RFC PATCH 06/21] ubifs: Avoid allocating buffer space unnecessarily
2023-07-18 13:03:57 linux-crypto [RFC PATCH 08/21] zram: Migrate to acomp compression API
2023-07-18 13:03:48 linux-crypto [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
2023-07-18 13:03:48 linux-crypto [RFC PATCH 02/21] crypto: qat - Drop support for allocating destination buffers
2023-07-18 13:03:48 linux-crypto [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
2023-07-17 15:31:22 linux-kernel Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-07-14 09:57:43 linux-kernel Re: [RFC PATCH v2] x86/boot: add .sbat section to the bzImage
2023-07-14 09:52:07 linux-kernel Re: [RFC PATCH v2] x86/boot: add .sbat section to the bzImage
2023-07-14 09:32:39 linux-kernel Re: [RFC PATCH v2] x86/boot: add .sbat section to the bzImage
2023-07-13 14:49:23 linux-kernel Re: [PATCH v4 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
2023-07-13 14:13:51 linux-kernel Re: [RFC PATCH v2] x86/boot: add .sbat section to the bzImage
2023-07-13 13:56:02 linux-kernel Re: [RFC PATCH v2] x86/boot: add .sbat section to the bzImage
2023-07-13 10:51:28 linux-kernel Re: [PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
2023-07-13 09:55:07 linux-crypto Re: [PATCH] crypto:space required before the open brace '{'
2023-07-11 09:41:42 linux-kernel [PATCH v6 02/21] x86/efistub: Branch straight to kernel entry point from C code
2023-07-11 09:40:54 linux-kernel [PATCH v6 15/21] x86/efistub: Prefer EFI memory attributes protocol over DXE services
2023-07-11 09:40:31 linux-kernel [PATCH v6 19/21] efi/libstub: Add limit argument to efi_random_alloc()
2023-07-11 09:39:17 linux-kernel [PATCH v6 03/21] x86/efistub: Simplify and clean up handover entry code
2023-07-11 09:38:47 linux-kernel [PATCH v6 10/21] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
2023-07-11 09:38:16 linux-kernel [PATCH v6 20/21] x86/efistub: Perform SNP feature test while running in the firmware
2023-07-11 09:38:15 linux-kernel [PATCH v6 08/21] x86/decompressor: Call trampoline as a normal function
2023-07-11 09:38:04 linux-kernel [PATCH v6 21/21] x86/efistub: Avoid legacy decompressor when doing EFI boot
2023-07-11 09:38:03 linux-kernel [PATCH v6 06/21] x86/decompressor: Use proper sequence to take the address of the GOT
2023-07-11 09:37:21 linux-kernel [PATCH v6 04/21] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
2023-07-11 09:37:11 linux-kernel [PATCH v6 18/21] x86/decompressor: Factor out kernel decompression and relocation
2023-07-11 09:37:11 linux-kernel [PATCH v6 16/21] decompress: Use 8 byte alignment
2023-07-11 09:34:30 linux-kernel [PATCH v6 05/21] x86/efistub: Clear BSS in EFI handover protocol entrypoint
2023-07-11 09:34:30 linux-kernel [PATCH v6 01/21] x86/head_64: Store boot_params pointer in callee save register
2023-07-11 09:26:27 linux-kernel [PATCH v6 17/21] x86/decompressor: Move global symbol references to C code
2023-07-11 09:26:01 linux-kernel [PATCH v6 14/21] x86/efistub: Perform 4/5 level paging switch from the stub
2023-07-11 09:25:59 linux-kernel [PATCH v6 13/21] x86/decompressor: Merge trampoline cleanup with switching code
2023-07-11 09:25:57 linux-kernel [PATCH v6 12/21] x86/decompressor: Only call the trampoline when changing paging levels
2023-07-11 09:25:53 linux-kernel [PATCH v6 11/21] x86/decompressor: Call trampoline directly from C code
2023-07-11 09:25:47 linux-kernel [PATCH v6 09/21] x86/decompressor: Use standard calling convention for trampoline
2023-07-11 09:25:42 linux-kernel [PATCH v6 07/21] x86/decompressor: Store boot_params pointer in callee save register
2023-07-11 09:25:06 linux-kernel [PATCH v6 00/21] efi/x86: Avoid bare metal decompressor during EFI boot