linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-03 08:57:27 to 2022-10-19 07:08:36 UTC [more...]

[PATCH 00/16] x86_64: Improvements at compressed kernel stage
 2022-10-19  7:08 UTC  (10+ messages)
` [PATCH 01/16] x86/boot: Align vmlinuz sections on page size
` [PATCH 02/16] x86/build: Remove RWX sections and align on 4KB
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 04/16] x86/boot: Increase boot page table size

[PATCH for-stable] efi: libstub: drop pointless get_memory_map() call
 2022-10-19  6:54 UTC  (2+ messages)

[PATCH] efi/libstub: arm64: avoid SetVirtualAddressMap() when possible
 2022-10-19  3:24 UTC  (2+ messages)

[PATCH 16/16] efi/libstub: Use memory attribute protocol
 2022-10-18 20:51 UTC  (2+ messages)
` [PATCH] efi/libstub: make memory protection warnings include newlines

[efi:next] BUILD SUCCESS d005710d183ce611beabf04e30b3eeee02470cc9
 2022-10-18 20:48 UTC 

[efi:urgent] BUILD SUCCESS 46a904dc27c826846cba6200b076514379802447
 2022-10-18 20:45 UTC 

[PATCH 00/21] efi: Combine stub functionality with zboot decompressor
 2022-10-18 11:59 UTC  (28+ messages)
` [PATCH 01/21] arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
` [PATCH 02/21] arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel()
` [PATCH 03/21] arm64: efi: Move efi-entry.S into the libstub source directory
` [PATCH 04/21] efi: libstub: Remove zboot signing from build options
` [PATCH 05/21] efi: libstub: Drop randomization of runtime memory map
` [PATCH 06/21] efi: libstub: Drop handling of EFI properties table
` [PATCH 07/21] efi: libstub: Deduplicate ftrace command line argument filtering
` [PATCH 08/21] efi: libstub: Use local strncmp() implementation unconditionally
` [PATCH 09/21] efi: libstub: Clone memcmp() into the stub
` [PATCH 10/21] efi: libstub: Enable efi_printk() in zboot decompressor
` [PATCH 11/21] efi: loongarch: Drop exports of unused string routines
` [PATCH 12/21] efi: libstub: Move screen_info handling to common code
` [PATCH 13/21] efi: libstub: Provide local implementations of strrchr() and memchr()
` [PATCH 14/21] efi: libstub: Factor out EFI stub entrypoint into separate file
` [PATCH 15/21] efi: libstub: Add image code and data size to the zimage metadata
` [PATCH 16/21] efi: libstub: Factor out min alignment and preferred kernel load address
` [PATCH 17/21] efi/riscv: libstub: Split off kernel image relocation for builtin stub
` [PATCH 18/21] efi/arm64: "
` [PATCH 19/21] efi/loongarch: Don't jump to kernel entry via the old image
` [PATCH 20/21] efi/loongarch: libstub: Split off kernel image relocation for builtin stub
` [PATCH 21/21] efi: libstub: Merge zboot decompressor with the ordinary stub

[PATCH v4 0/6] arm64: efi: leave MMU and caches on at boot
 2022-10-18 11:04 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: lds: reduce effective minimum image alignment to 64k
` [PATCH v4 2/6] arm64: kernel: move identity map out of .text mapping
` [PATCH v4 3/6] arm64: head: record the MMU state at primary entry
` [PATCH v4 4/6] arm64: head: avoid cache invalidation when entering with the MMU on
` [PATCH v4 5/6] arm64: head: clean the ID map page to the PoC
` [PATCH v4 6/6] arm64: efi/libstub: enter with the MMU on

[PATCH v10 0/7] Make ghes_edac a proper module
 2022-10-18  8:22 UTC  (8+ messages)
` [PATCH v10 1/7] efi/cper: export several helpers for ghes_edac to use
` [PATCH v10 2/7] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v10 3/7] EDAC/ghes: Prepare to make ghes_edac a proper module
` [PATCH v10 4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v10 5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers
` [PATCH v10 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
` [PATCH v10 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled

Wycena paneli fotowoltaicznych
 2022-10-18  7:31 UTC 

[PATCH AUTOSEL 5.15 15/21] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:09 UTC 

[PATCH AUTOSEL 5.19 20/29] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:08 UTC 

[PATCH AUTOSEL 6.0 22/32] kmsan: disable instrumentation of unsupported common kernel code
 2022-10-18  0:07 UTC 

[PATCH v9 0/7] Make ghes_edac a proper module
 2022-10-17 14:39 UTC  (9+ messages)
` [PATCH v9 1/7] efi/cper: export several helpers for ghes_edac to use
` [PATCH v9 2/7] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v9 3/7] EDAC/ghes: Prepare to make ghes_edac a proper module
` [PATCH v9 4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v9 5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers
` [PATCH v9 6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg()
` [PATCH v9 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled

[PATCH v8 0/7] Make ghes_edac a proper module
 2022-10-17 11:57 UTC  (28+ messages)
` [PATCH v8 1/7] efi/cper: export several helpers for ghes_edac to use
` [PATCH v8 2/7] EDAC/ghes: Add a notifier for reporting memory errors
` [PATCH v8 3/7] EDAC/ghes: Prepare to make ghes_edac a proper module
` [PATCH v8 4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [PATCH v8 5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers
` [PATCH v8 6/7] apei/ghes: Use unrcu_pointer for cmpxchg
` [PATCH v8 7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled

[PATCH V2 0/3] Some pstore improvements V2
 2022-10-14 17:42 UTC  (11+ messages)
` [PATCH V2 1/3] pstore: Alert on backend write error
  ` (subset) "
` [PATCH V2 2/3] efi: pstore: Follow convention for the efi-pstore backend name
` [PATCH V2 3/3] efi: pstore: Add module parameter for setting the record size

[PATCH 0/8] Some pstore improvements
 2022-10-14 17:41 UTC  (19+ messages)
` [PATCH 7/8] efi: pstore: Follow convention for the efi-pstore backend name
  ` (subset) "
` [PATCH 8/8] efi: pstore: Add module parameter for setting the record size

[PATCH] efi: ssdt: Don't free memory if ACPI table was loaded successfully
 2022-10-14 10:31 UTC 

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-14  0:24 UTC  (8+ messages)
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t with crypto capabilities

[RFC PATCH] efi: zboot: Expose decompressed image via EFI_FIRMWARE_VOLUME2 protocol
 2022-10-13 11:14 UTC  (2+ messages)

KASAN on SSDT override
 2022-10-13 11:05 UTC  (2+ messages)

[PATCH v2] efi/arm: dump UEFI runtime page tables for ARM
 2022-10-12  9:09 UTC  (4+ messages)

[PATCH] efi: x86: Make the deprecated EFI handover protocol optional
 2022-10-10  9:21 UTC  (6+ messages)

[GIT PULL] EFI updates for v6.1
 2022-10-09 21:17 UTC  (2+ messages)

[PATCH v7 0/8] Make ghes_edac a proper module
 2022-10-08  8:14 UTC  (4+ messages)
` [PATCH v7 3/8] EDAC:ghes: Move ghes_edac.force_load to ghes module parameter

[PATCH] RISC-V: Add STACKLEAK erasing the kernel stack at the end of syscalls
 2022-10-08  0:00 UTC  (4+ messages)

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-10-07 19:09 UTC  (8+ messages)
` [PATCH v4 1/3] block: sed-opal: "
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys

[PATCH v2 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2022-10-07 18:17 UTC  (7+ messages)
` [PATCH v2 1/3 RESEND] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v2 2/3 RESEND] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v2 3/3 RESEND] block: sed-opal: keyring support for SED keys

[PATCH v2 00/16] x86: head_64.S spring cleaning
 2022-10-07  9:30 UTC  (12+ messages)
` [PATCH v2 02/16] x86/compressed: efi-mixed: move 32-bit entrypoint code into .text section
` [PATCH v2 03/16] x86/compressed: efi-mixed: move bootargs parsing out of 32-bit startup code

[PATCH v4 0/2] EFI improvements for Xen dom0
 2022-10-06 17:56 UTC  (19+ messages)
` [PATCH v4 1/2] Avoid using EFI tables Xen may have clobbered

[tip: x86/mm] x86/mm: Disable W^X detection and enforcement on 32-bit
 2022-10-04 18:07 UTC 

[PATCH v2 0/6] efi/x86: Avoid corrupted config tables under Xen
 2022-10-03 18:01 UTC  (17+ messages)
` [PATCH v2 1/6] efi: Move EFI fake memmap support into x86 arch tree
` [PATCH v2 2/6] efi: memmap: Move manipulation routines "
` [PATCH v2 3/6] efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures
` [PATCH v2 4/6] efi: memmap: Disregard bogus entries instead of returning them
` [PATCH v2 5/6] efi: xen: Implement memory descriptor lookup based on hypercall
` [PATCH v2 6/6] efi: Apply allowlist to EFI configuration tables when running under Xen

[RFC PATCH 0/5] efi/x86: Avoid corrupted config tables under Xen
 2022-10-03  8:41 UTC  (5+ messages)
` [RFC PATCH 5/5] efi: esrt: Omit region sanity check when no memory map is available


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).