org.kernel.vger.linux-efi archive
528 archived articles, newest first (page 4 of 6). Latest articles →
[PATCH v3 6/7] efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking paths
Tue, 16 Jun 2026 05:09:39 -0700[PATCH v3 5/7] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Tue, 16 Jun 2026 05:09:38 -0700[PATCH v3 4/7] efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_work
Tue, 16 Jun 2026 05:09:37 -0700[PATCH v3 3/7] efi/runtime-wrappers: handle queue_work() failure with goto exit
Tue, 16 Jun 2026 05:09:36 -0700[PATCH v3 2/7] efi/runtime-wrappers: factor out efi_rts_park_worker()
Tue, 16 Jun 2026 05:09:35 -0700[PATCH v3 1/7] efi: fix stale reference to efi_recover_from_page_fault()
Tue, 16 Jun 2026 05:09:34 -0700[PATCH v3 0/7] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Tue, 16 Jun 2026 05:09:33 -0700Re: [PATCH v2 6/6] efi/runtime-wrappers: retire the worker if a wedged call ever returns
Tue, 16 Jun 2026 03:13:14 -0700Re: [PATCH 1/2] riscv: efi: Power off via EFI runtime services when available
Tue, 16 Jun 2026 09:59:58 +0530Re: [PATCH 2/2] riscv: Restart via EFI runtime services when available
Tue, 16 Jun 2026 09:59:33 +0530Re: [PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 17:09:55 -0700[PATCH 2/2] riscv: Restart via EFI runtime services when available
Mon, 15 Jun 2026 16:28:22 -0700[PATCH 0/2] riscv: Use EFI runtime services for poweroff and restart
Mon, 15 Jun 2026 16:28:20 -0700[PATCH 1/2] riscv: efi: Power off via EFI runtime services when available
Mon, 15 Jun 2026 16:28:21 -0700Re: [PATCH 08/19] parisc: define DPS root partition type UUID
Mon, 15 Jun 2026 22:43:51 +0200Re: [PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 22:39:06 +0200Re: [PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
Mon, 15 Jun 2026 22:33:11 +0200Re: [PATCH 08/19] parisc: define DPS root partition type UUID
Mon, 15 Jun 2026 22:27:16 +0200Re: [PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 22:19:40 +0200Re: [PATCH 08/19] parisc: define DPS root partition type UUID
Mon, 15 Jun 2026 16:02:59 -0400Re: [PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 19:05:05 +0100Re: [PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
Mon, 15 Jun 2026 18:04:32 +0100Re: [PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 09:46:41 -0700[PATCH 19/19] docs: document discoverable root partitions
Mon, 15 Jun 2026 18:09:15 +0200[PATCH 18/19] init: discover root by DPS partition type UUID
Mon, 15 Jun 2026 18:09:14 +0200[PATCH 17/19] init: factor out root device lookup into lookup_root_device()
Mon, 15 Jun 2026 18:09:13 +0200[PATCH 16/19] block: don't discover partition with DPS no-auto GPT attribute
Mon, 15 Jun 2026 18:09:12 +0200[PATCH 15/19] block: store GPT attributes as a raw value
Mon, 15 Jun 2026 18:09:11 +0200[PATCH 14/19] block: add early_lookup_bdev_by_type_uuid()
Mon, 15 Jun 2026 18:09:10 +0200[PATCH 13/19] block: store GPT partition type UUID
Mon, 15 Jun 2026 18:09:09 +0200[PATCH 12/19] x86: define DPS root partition type UUIDs
Mon, 15 Jun 2026 18:09:08 +0200[PATCH 11/19] s390: define DPS root partition type UUIDs
Mon, 15 Jun 2026 18:09:07 +0200[PATCH 10/19] riscv: define DPS root partition type UUIDs
Mon, 15 Jun 2026 18:09:06 +0200[PATCH 09/19] powerpc: define DPS root partition type UUIDs
Mon, 15 Jun 2026 18:09:05 +0200[PATCH 08/19] parisc: define DPS root partition type UUID
Mon, 15 Jun 2026 18:09:04 +0200[PATCH 07/19] mips: define DPS root partition type UUIDs
Mon, 15 Jun 2026 18:09:03 +0200[PATCH 06/19] loongarch: define DPS root partition type UUID
Mon, 15 Jun 2026 18:09:02 +0200[PATCH 05/19] arm64: define DPS root partition type UUID
Mon, 15 Jun 2026 18:09:01 +0200[PATCH 04/19] arm: define DPS root partition type UUID
Mon, 15 Jun 2026 18:09:00 +0200[PATCH 03/19] arc: define DPS root partition type UUID
Mon, 15 Jun 2026 18:08:59 +0200[PATCH 02/19] alpha: define DPS root partition type UUID
Mon, 15 Jun 2026 18:08:58 +0200[PATCH 01/19] init: add DPS root partition type UUID capability
Mon, 15 Jun 2026 18:08:57 +0200[PATCH 00/19] init: discoverable root partitions, a.k.a. an omittable "root=" cmdline option
Mon, 15 Jun 2026 18:08:56 +0200Re: [PATCH v2 6/6] efi/runtime-wrappers: retire the worker if a wedged call ever returns
Fri, 12 Jun 2026 13:11:11 +0200[PATCH v2 6/6] efi/runtime-wrappers: retire the worker if a wedged call ever returns
Fri, 12 Jun 2026 04:01:33 -0700[PATCH v2 5/6] efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking paths
Fri, 12 Jun 2026 04:01:32 -0700[PATCH v2 4/6] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Fri, 12 Jun 2026 04:01:31 -0700[PATCH v2 2/6] efi/runtime-wrappers: handle queue_work() failure with goto exit
Fri, 12 Jun 2026 04:01:29 -0700[PATCH v2 3/6] efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_work
Fri, 12 Jun 2026 04:01:30 -0700[PATCH v2 0/6] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Fri, 12 Jun 2026 04:01:27 -0700[PATCH v2 1/6] efi: fix stale reference to efi_recover_from_page_fault()
Fri, 12 Jun 2026 04:01:28 -0700Re: [PATCH 1/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Fri, 12 Jun 2026 03:28:59 -0700Re: [PATCH 1/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Fri, 12 Jun 2026 03:05:29 -0700Re: [PATCH 1/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Thu, 11 Jun 2026 12:57:50 +0200Re: [PATCH 1/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Thu, 11 Jun 2026 12:21:42 +0200Re: [PATCH RESEND v2 1/2] serial: earlycon: add uart_clk_freq parameter
Tue, 09 Jun 2026 14:56:43 +0000Re: [PATCH v4 09/10] riscv: Select HAVE_ACPI_APEI required for RAS
Tue, 9 Jun 2026 20:00:34 +0530[PATCH 2/2] efi/runtime-wrappers: disable EFI runtime services after a hang
Tue, 09 Jun 2026 04:55:28 -0700[PATCH 1/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Tue, 09 Jun 2026 04:55:27 -0700[PATCH 0/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
Tue, 09 Jun 2026 04:55:26 -0700Re: [PATCH v4 07/10] riscv: Add RISC-V entries in processor type and ISA strings
Tue, 9 Jun 2026 13:57:23 +0530Re: [PATCH v4 05/10] riscv: conditionally compile GHES NMI spool function
Tue, 9 Jun 2026 13:47:03 +0530Re: [PATCH v4 02/10] riscv: Define arch_apei_get_mem_attribute for RISC-V
Tue, 9 Jun 2026 13:31:54 +0530Re: [PATCH RESEND v2 1/2] serial: earlycon: add uart_clk_freq parameter
Tue, 9 Jun 2026 08:53:11 +0200Re: [PATCH RESEND v2 1/2] serial: earlycon: add uart_clk_freq parameter
Tue, 9 Jun 2026 07:30:51 +0200[PATCH RESEND v2 2/2] ACPI: SPCR: Support UART clock frequency field
Mon, 08 Jun 2026 22:40:22 +0000[PATCH RESEND v2 1/2] serial: earlycon: add uart_clk_freq parameter
Mon, 08 Jun 2026 22:40:21 +0000[PATCH RESEND v2 0/2] ACPI: SPCR: Support UART clock frequency field
Mon, 08 Jun 2026 22:40:19 +0000Re: [PATCH V2] arm64/mm: Rename ptdesc_t
Fri, 5 Jun 2026 17:43:02 +0100Re: [PATCH V2] arm64/mm: Rename ptdesc_t
Mon, 1 Jun 2026 09:20:02 +0530[PATCH v2 2/2] ACPI: SPCR: Support UART clock frequency field
Sun, 24 May 2026 22:35:15 +0000[PATCH v2 1/2] serial: earlycon: add uart_clk_freq parameter
Sun, 24 May 2026 22:35:13 +0000[PATCH v2 0/2] ACPI: SPCR: Support UART clock frequency field
Sun, 24 May 2026 22:35:12 +0000Re: [GIT PULL] EFI fixes for v7.1 #2
Thu, 21 May 2026 16:23:58 +0000[GIT PULL] EFI fixes for v7.1 #2
Thu, 21 May 2026 15:34:14 +0200Re: [PATCH v4 2/2] platform/apple-gmux: use apple_brightness to save brightness to EFI
Thu, 21 May 2026 15:43:21 +0300 (EEST)Re: [PATCH v4 1/2] efi: Save Brightness using EFI on Macs
Thu, 21 May 2026 15:29:34 +0300 (EEST)Re: [PATCH] lkdtm: Add case to provoke a crash in EFI runtime services
Thu, 21 May 2026 03:20:32 -0700Re: [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
Wed, 20 May 2026 16:12:28 -0400[PATCH V2] arm64/mm: Rename ptdesc_t
Wed, 20 May 2026 07:34:17 +0100Re: [PATCH] arm64/mm: Rename ptdesc_t
Wed, 20 May 2026 11:08:02 +0530Re: [PATCH] arm64/mm: Rename ptdesc_t
Wed, 20 May 2026 07:26:32 +0200[efi:urgent] BUILD SUCCESS d8809f6931065cbbf3554647a50a65a471ab5983
Wed, 20 May 2026 11:36:20 +0800Re: [PATCH] arm64/mm: Rename ptdesc_t
Wed, 20 May 2026 07:38:50 +0530Re: [PATCH v11 0/8] lib and lib/cmdline enhancements
Tue, 19 May 2026 12:10:31 -0700[PATCH v11 4/8] lib/cmdline_kunit: add test case for memparse()
Tue, 19 May 2026 20:22:55 +0300[PATCH v11 0/8] lib and lib/cmdline enhancements
Tue, 19 May 2026 20:22:51 +0300[PATCH v11 1/8] lib: fix _parse_integer_limit() to handle overflow
Tue, 19 May 2026 20:22:52 +0300[PATCH v11 7/8] lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3()
Tue, 19 May 2026 20:22:58 +0300[PATCH v11 5/8] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
Tue, 19 May 2026 20:22:56 +0300[PATCH v11 8/8] riscv: fix building compressed EFI image
Tue, 19 May 2026 20:22:59 +0300[PATCH v11 6/8] riscv: add platform-specific double word shifts for riscv32
Tue, 19 May 2026 20:22:57 +0300[PATCH v11 3/8] lib: add more string to 64-bit integer conversion overflow tests
Tue, 19 May 2026 20:22:54 +0300[PATCH v11 2/8] lib: fix memparse() to handle overflow
Tue, 19 May 2026 20:22:53 +0300Re: [PATCH] efi: sysfb_efi: Extend quirk to cover IdeaPad Duet 3 10IGL5-LTE
Tue, 19 May 2026 17:26:51 +0200Re: [PATCH] efi: efi.h: Remove extra semicolon
Tue, 19 May 2026 17:25:42 +0200Re: [PATCH] efi: Allocate runtime workqueue before ACPI init
Tue, 19 May 2026 17:24:31 +0200Re: [PATCH] lkdtm: Add case to provoke a crash in EFI runtime services
Tue, 19 May 2026 17:22:01 +0200Re: [PATCH] efi: Allocate runtime workqueue before ACPI init
Tue, 19 May 2026 16:12:25 +0200Re: [PATCH] arm64/mm: Rename ptdesc_t
Tue, 19 May 2026 13:02:00 +0200
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.