linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-07 14:41:01 to 2022-09-21 14:54:37 UTC [more...]

[PATCH v2 00/16] x86: head_64.S spring cleaning
 2022-09-21 14:54 UTC  (2+ messages)
` [PATCH v2 01/16] x86/compressed: efi-mixed: rename efi_thunk_64.S to efi-mixed.S

[PATCH v2 0/8] efi: disentangle the generic EFI stub from FDT
 2022-09-21  8:14 UTC  (11+ messages)
` [PATCH v2 1/8] efi: libstub: drop pointless get_memory_map() call
` [PATCH v2 2/8] efi: libstub: avoid efi_get_memory_map() for allocating the virt map
` [PATCH v2 3/8] efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
` [PATCH v2 4/8] efi: libstub: remove pointless goto kludge
` [PATCH v2 5/8] efi: libstub: unify initrd loading between architectures
` [PATCH v2 6/8] efi: libstub: remove DT dependency from generic stub
` [PATCH v2 7/8] efi: libstub: install boot-time memory map as config table
` [PATCH v2 8/8] efi/loongarch: libstub: remove dependency on flattened DT

[efi:urgent] BUILD SUCCESS 7da5b13dccd99cfdc42940fc7adcb88647023292
 2022-09-21  6:11 UTC 

[efi:efistub-refactor-for-v6.1] BUILD SUCCESS 2677c4ee2eaf5c84db9d85d93e400736cca20ce9
 2022-09-21  6:11 UTC 

[efi:next] BUILD SUCCESS a241d94bb532dcfb7ef3f723e6a0a0e7cf8f10ea
 2022-09-21  1:16 UTC 

[PATCH 0/6] x86: head_64.S spring cleaning
 2022-09-20 19:19 UTC  (4+ messages)
` [PATCH 1/6] x86/head_64: clean up mixed mode 32-bit entry code

[PATCH V2] efi: efibc: Guard against allocation failure
 2022-09-20 17:47 UTC  (5+ messages)

[PATCH v6 0/8] Make ghes_edac a proper module
 2022-09-20 17:22 UTC  (10+ messages)
` [PATCH v6 1/8] efi/cper: export several helpers for ghes_edac to use
` [PATCH v6 2/8] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v6 3/8] EDAC:ghes: Move ghes_edac.force_load to ghes module parameter
` [PATCH v6 4/8] ghes: Introduce a helper ghes_edac_preferred()
` [PATCH v6 5/8] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v6 6/8] EDAC: Add the ghes_edac_preferred check for chipset-specific edac drivers
` [PATCH v6 7/8] apei/ghes: Use unrcu_pointer for cmpxchg
` [PATCH v6 8/8] EDAC/igen6: Return consistent errno when another edac driver is enabled

[PATCH 0/3] efi: consume random seed provided by loader
 2022-09-20 16:41 UTC  (10+ messages)
` [PATCH 1/3] efi: random: reduce seed size to 32 bytes
` [PATCH 2/3] efi: random: Use 'ACPI reclaim' memory for random seed
` [PATCH 3/3] efi: random: combine bootloader provided RNG seed with RNG protocol output

[PATCH v3] Support ESRT in Xen dom0
 2022-09-20 16:09 UTC  (4+ messages)

[PATCH] efi: libstub: check Shim mode using MokSBStateRT
 2022-09-20 15:37 UTC 

[PATCH 00/12] efi: disentangle the generic EFI stub from FDT
 2022-09-20 14:53 UTC  (40+ messages)
` [PATCH 01/12] efi: libstub: drop pointless get_memory_map() call
` [PATCH 02/12] efi/arm: libstub: move ARM specific code out of generic routines
` [PATCH 03/12] efi: libstub: fix up the last remaining open coded boot service call
` [PATCH 04/12] efi: libstub: fix type confusion for load_options_size
` [PATCH 05/12] efi: libstub: avoid efi_get_memory_map() for allocating the virt map
` [PATCH 06/12] efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
` [PATCH 07/12] efi: libstub: unify initrd loading between architectures
` [PATCH 08/12] efi: libstub: remove DT dependency from generic stub
` [PATCH 09/12] efi: libstub: install boot-time memory map as config table
` [PATCH 10/12] efi: libstub: remove pointless goto kludge
` [PATCH 11/12] efi/loongarch: libstub: remove dependency on flattened DT
` [PATCH 12/12] efi: loongarch: add support for DT hardware descriptions

[edk2-devel] measurement to command-line/initrd for loading kernel via -kernel option
 2022-09-20 12:29 UTC 

[PATCH v2 0/2] efi: measure kernel command line
 2022-09-20 12:27 UTC  (3+ messages)
` [PATCH v2 1/2] efi/libstub: refactor the initrd measuring functions
` [PATCH v2 2/2] efi/libstub: measure EFI LoadOptions

[PATCH v5 0/8] efi: implement generic compressed boot support
 2022-09-20  9:55 UTC  (20+ messages)
` [PATCH v5 1/8] efi: name the ARCH-stub.c files uniformly
` [PATCH v5 2/8] efi/libstub: add some missing EFI prototypes
` [PATCH v5 3/8] efi/libstub: use EFI provided memcpy/memset routines
` [PATCH v5 4/8] efi/libstub: move efi_system_table global var into separate object
` [PATCH v5 5/8] efi/libstub: implement generic EFI zboot
` [PATCH v5 6/8] arm64: efi: enable generic EFI compressed boot
` [PATCH v5 7/8] riscv: "
` [PATCH v5 8/8] loongarch: "
      `  "
          `  "

[efi:next] BUILD SUCCESS 6a33d25cf1d1088ca96b9767010c100dcd2af974
 2022-09-20  6:13 UTC 

[PATCH v3 0/8] ACPI: unify _UID handling as integer
 2022-09-19 16:37 UTC  (10+ messages)
` [PATCH v3 1/8] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID "
` [PATCH v3 2/8] ACPI: LPSS: Refactor _UID handling to use acpi_dev_uid_to_integer()
` [PATCH v3 3/8] ACPI: x86: "
` [PATCH v3 4/8] i2c: amd-mp2-plat: "
` [PATCH v3 5/8] i2c: mlxbf: "
` [PATCH v3 6/8] perf: qcom_l2_pmu: "
` [PATCH v3 7/8] spi: pxa2xx: "
` [PATCH v3 8/8] efi/dev-path-parser: "

[efi:next] BUILD SUCCESS 18f1da83d2ac38d3c52d5051de0207040da82311
 2022-09-18  3:58 UTC 

[RFC PATCH] generic_entry: Add stackleak support
 2022-09-17 18:57 UTC  (3+ messages)

Removing DT dependency from LoongArch EFI stub
 2022-09-17  8:03 UTC  (3+ messages)

[PATCH] efi/libstub: arm64: avoid SetVirtualAddressMap() when possible
 2022-09-16 10:20 UTC  (2+ messages)

[PATCH 1/2] efi/libstub: refactor the initrd measuring functions
 2022-09-16  8:55 UTC  (4+ messages)
` [PATCH 2/2] efi/libstub: measure EFI LoadOptions

[PATCH v2 0/8] ACPI: unify _UID handling as integer
 2022-09-13 16:32 UTC  (19+ messages)
` [PATCH v2 1/8] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID "
` [PATCH v2 2/8] ACPI: LPSS: Refactor _UID handling to use acpi_dev_uid_to_integer()
` [PATCH v2 3/8] ACPI: x86: "
` [PATCH v2 4/8] i2c: amd-mp2-plat: "
` [PATCH v2 5/8] i2c: mlxbf: "
` [PATCH v2 6/8] perf: qcom_l2_pmu: "
` [PATCH v2 7/8] spi: pxa2xx: "
` [PATCH v2 8/8] efi/dev-path-parser: "

[PATCH] Add support for ESRT loading under Xen
 2022-09-13 13:36 UTC  (5+ messages)

[PATCH v2] Add support for ESRT loading under Xen
 2022-09-13 13:27 UTC  (3+ messages)

[PATCH v2 6/6] riscv: efi: enable generic EFI compressed boot
 2022-09-12 14:26 UTC  (2+ messages)

[PATCH V4] firmware: google: Test spinlock on panic path to avoid lockups
 2022-09-09 20:07 UTC 

[PATCH v2 0/3] The UEFI panic notification mechanism, 2nd round
 2022-09-09 19:54 UTC  (4+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-09-08 19:28 UTC  (12+ messages)
` [PATCHv7 02/14] mm: Add "

[GIT PULL] EFI fixes for v6.0 #1
 2022-09-08 12:30 UTC  (2+ messages)

[PATCH v1 0/8] ACPI: unify _UID handling as integer
 2022-09-08 10:06 UTC  (16+ messages)
` [PATCH v1 1/8] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID "
` [PATCH v1 2/8] ACPI: LPSS: Refactor _UID handling to use acpi_dev_uid_to_integer()
` [PATCH v1 3/8] ACPI: x86: "
` [PATCH v1 4/8] i2c: amd-mp2-plat: "
` [PATCH v1 5/8] i2c: mlxbf: "
` [PATCH v1 6/8] perf: qcom_l2_pmu: "
` [PATCH v1 7/8] spi: pxa2xx: "
` [PATCH v1 8/8] efi/dev-path-parser: "

[PATCH] efi/x86: libstub: remove unused variables
 2022-09-08  9:03 UTC  (6+ messages)

[PATCH resend 0/9] linux: implement LoadFile2 initrd loading
 2022-09-08  7:29 UTC  (3+ messages)
` [PATCH resend 8/9] efi: implement LoadFile2 initrd loading protocol for Linux

[efi:urgent] BUILD SUCCESS 9cb636b5f6a8cc6d1b50809ec8f8d33ae0c84c95
 2022-09-08  7:01 UTC 

[PATCH v5 0/8] Make ghes_edac a proper module
 2022-09-08  1:11 UTC  (6+ messages)
` [PATCH v5 3/8] EDAC:ghes: Move ghes_edac.force_load to ghes module parameter
` [PATCH v5 5/8] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes

[PATCH V3] firmware: google: Test spinlock on panic path to avoid lockups
 2022-09-08  0:35 UTC  (14+ messages)

[PATCH v5] efi: capsule-loader: Fix use-after-free in efi_capsule_write
 2022-09-07 16:15 UTC  (3+ messages)

[PATCH v4] efi: capsule-loader: Fix use-after-free in efi_capsule_write
 2022-09-07 15:48 UTC  (2+ messages)

[PATCH] efi/capsule-loader: Fix use-after-free in efi_capsule_write
 2022-09-07 15:19 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).