Show patches with: Archived = No       |   3419 patches
« 1 2 ... 12 13 1434 35 »
Patch Series S/W/F Date Submitter Delegate State
[v3,3/3] efi: random: combine bootloader provided RNG seed with RNG protocol output efi: consume random seed provided by loader --- 2022-10-20 Ard Biesheuvel New
[v3,2/3] efi: random: Use 'ACPI reclaim' memory for random seed efi: consume random seed provided by loader --- 2022-10-20 Ard Biesheuvel New
[v3,1/3] efi: random: reduce seed size to 32 bytes efi: consume random seed provided by loader --- 2022-10-20 Ard Biesheuvel Accepted
efi: efivars: Fix variable writes without query_variable_store() efi: efivars: Fix variable writes without query_variable_store() --- 2022-10-19 Ard Biesheuvel Accepted
[printk,v2,08/38] efi: earlycon: use console_is_enabled() reduce console_lock scope --- 2022-10-19 John Ogness New
efi/libstub: make memory protection warnings include newlines. efi/libstub: make memory protection warnings include newlines. --- 2022-10-18 Peter Jones New
[for-stable] efi: libstub: drop pointless get_memory_map() call [for-stable] efi: libstub: drop pointless get_memory_map() call --- 2022-10-18 Ard Biesheuvel New
[v4,6/6] arm64: efi/libstub: enter with the MMU on arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel New
[v4,5/6] arm64: head: clean the ID map page to the PoC arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel New
[v4,4/6] arm64: head: avoid cache invalidation when entering with the MMU on arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel New
[v4,3/6] arm64: head: record the MMU state at primary entry arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel New
[v4,2/6] arm64: kernel: move identity map out of .text mapping arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel Superseded
[v4,1/6] arm64: lds: reduce effective minimum image alignment to 64k arm64: efi: leave MMU and caches on at boot --- 2022-10-18 Ard Biesheuvel New
[v10,7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled Make ghes_edac a proper module --- 2022-10-18 Justin He Superseded
[v10,6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg() Make ghes_edac a proper module --- 2022-10-18 Justin He New
[v10,5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers Make ghes_edac a proper module --- 2022-10-18 Justin He Superseded
[v10,4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes Make ghes_edac a proper module --- 2022-10-18 Justin He New
[v10,3/7] EDAC/ghes: Prepare to make ghes_edac a proper module Make ghes_edac a proper module --- 2022-10-18 Justin He Superseded
[v10,2/7] EDAC/ghes: Add a notifier for reporting memory errors Make ghes_edac a proper module --- 2022-10-18 Justin He Accepted
[v10,1/7] efi/cper: export several helpers for ghes_edac to use Make ghes_edac a proper module --- 2022-10-18 Justin He Superseded
[21/21] efi: libstub: Merge zboot decompressor with the ordinary stub efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[20/21] efi/loongarch: libstub: Split off kernel image relocation for builtin stub efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[19/21] efi/loongarch: Don't jump to kernel entry via the old image efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[18/21] efi/arm64: libstub: Split off kernel image relocation for builtin stub efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[17/21] efi/riscv: libstub: Split off kernel image relocation for builtin stub efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[16/21] efi: libstub: Factor out min alignment and preferred kernel load address efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[15/21] efi: libstub: Add image code and data size to the zimage metadata efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel New
[14/21] efi: libstub: Factor out EFI stub entrypoint into separate file efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[13/21] efi: libstub: Provide local implementations of strrchr() and memchr() efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[12/21] efi: libstub: Move screen_info handling to common code efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[11/21] efi: loongarch: Drop exports of unused string routines efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[10/21] efi: libstub: Enable efi_printk() in zboot decompressor efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[09/21] efi: libstub: Clone memcmp() into the stub efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[08/21] efi: libstub: Use local strncmp() implementation unconditionally efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[07/21] efi: libstub: Deduplicate ftrace command line argument filtering efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel New
[06/21] efi: libstub: Drop handling of EFI properties table efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[05/21] efi: libstub: Drop randomization of runtime memory map efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[04/21] efi: libstub: Remove zboot signing from build options efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[03/21] arm64: efi: Move efi-entry.S into the libstub source directory efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[02/21] arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel() efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[01/21] arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel() efi: Combine stub functionality with zboot decompressor --- 2022-10-17 Ard Biesheuvel Accepted
[v9,7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled Make ghes_edac a proper module --- 2022-10-17 Justin He New
[v9,6/7] apei/ghes: Use xchg_release() for updating new cache slot instead of cmpxchg() Make ghes_edac a proper module --- 2022-10-17 Justin He Superseded
[v9,5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers Make ghes_edac a proper module --- 2022-10-17 Justin He New
[v9,4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes Make ghes_edac a proper module --- 2022-10-17 Justin He Superseded
[v9,3/7] EDAC/ghes: Prepare to make ghes_edac a proper module Make ghes_edac a proper module --- 2022-10-17 Justin He Accepted
[v9,2/7] EDAC/ghes: Add a notifier for reporting memory errors Make ghes_edac a proper module --- 2022-10-17 Justin He Superseded
[v9,1/7] efi/cper: export several helpers for ghes_edac to use Make ghes_edac a proper module --- 2022-10-17 Justin He Accepted
efi: ssdt: Don't free memory if ACPI table was loaded successfully efi: ssdt: Don't free memory if ACPI table was loaded successfully --- 2022-10-14 Ard Biesheuvel Accepted
[V2,3/3] efi: pstore: Add module parameter for setting the record size Some pstore improvements V2 --- 2022-10-13 Guilherme G. Piccoli Superseded
[V2,2/3] efi: pstore: Follow convention for the efi-pstore backend name Some pstore improvements V2 --- 2022-10-13 Guilherme G. Piccoli Accepted
[V2,1/3] pstore: Alert on backend write error Some pstore improvements V2 --- 2022-10-13 Guilherme G. Piccoli Accepted
[v8,7/7] EDAC/igen6: Return consistent errno when another edac driver is enabled Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
[v8,6/7] apei/ghes: Use unrcu_pointer for cmpxchg Make ghes_edac a proper module --- 2022-10-10 Justin He New
[v8,5/7] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
[v8,4/7] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
[v8,3/7] EDAC/ghes: Prepare to make ghes_edac a proper module Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
[v8,2/7] EDAC/ghes: Add a notifier for reporting memory errors Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
[v8,1/7] efi/cper: export several helpers for ghes_edac to use Make ghes_edac a proper module --- 2022-10-10 Justin He Superseded
efi: x86: Make the deprecated EFI handover protocol optional efi: x86: Make the deprecated EFI handover protocol optional --- 2022-10-07 Ard Biesheuvel New
[8/8] efi: pstore: Add module parameter for setting the record size Some pstore improvements --- 2022-10-06 Guilherme G. Piccoli New
[7/8] efi: pstore: Follow convention for the efi-pstore backend name Some pstore improvements --- 2022-10-06 Guilherme G. Piccoli Superseded
[RFC] efi: zboot: Expose decompressed image via EFI_FIRMWARE_VOLUME2 protocol [RFC] efi: zboot: Expose decompressed image via EFI_FIRMWARE_VOLUME2 protocol --- 2022-10-06 Ard Biesheuvel New
[tip:,x86/mm] x86/mm: Disable W^X detection and enforcement on 32-bit [tip:,x86/mm] x86/mm: Disable W^X detection and enforcement on 32-bit --- 2022-10-04 thermal-bot for Lad Prabhakar New
[v2,6/6] efi: Apply allowlist to EFI configuration tables when running under Xen efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel New
[v2,5/6] efi: xen: Implement memory descriptor lookup based on hypercall efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel New
[v2,4/6] efi: memmap: Disregard bogus entries instead of returning them efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel New
[v2,3/6] efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel Accepted
[v2,2/6] efi: memmap: Move manipulation routines into x86 arch tree efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel Superseded
[v2,1/6] efi: Move EFI fake memmap support into x86 arch tree efi/x86: Avoid corrupted config tables under Xen --- 2022-10-03 Ard Biesheuvel Accepted
[RFC,5/5] efi: esrt: Omit region sanity check when no memory map is available efi/x86: Avoid corrupted config tables under Xen --- 2022-10-02 Ard Biesheuvel New
[RFC,4/5] efi: Apply allowlist to EFI configuration tables when running under Xen efi/x86: Avoid corrupted config tables under Xen --- 2022-10-02 Ard Biesheuvel New
[RFC,3/5] efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architectures efi/x86: Avoid corrupted config tables under Xen --- 2022-10-02 Ard Biesheuvel Superseded
[RFC,2/5] efi: memmap: Move manipulation routines into x86 arch tree efi/x86: Avoid corrupted config tables under Xen --- 2022-10-02 Ard Biesheuvel Accepted
[RFC,1/5] efi: Move EFI fake memmap support into x86 arch tree efi/x86: Avoid corrupted config tables under Xen --- 2022-10-02 Ard Biesheuvel Superseded
efi/arm: dump UEFI runtime page tables for ARM efi/arm: dump UEFI runtime page tables for ARM --- 2022-09-30 Kefeng Wang New
[v4,2/2] Support ESRT in Xen dom0 EFI improvements for Xen dom0 --- 2022-09-29 Demi Marie Obenour New
[v4,1/2] Avoid using EFI tables Xen may have clobbered EFI improvements for Xen dom0 --- 2022-09-29 Demi Marie Obenour New
[v7,8/8] EDAC/igen6: Return consistent errno when another edac driver is enabled Make ghes_edac a proper module --- 2022-09-29 Justin He Superseded
[v7,7/8] apei/ghes: Use unrcu_pointer for cmpxchg Make ghes_edac a proper module --- 2022-09-29 Justin He Superseded
[v7,6/8] EDAC: Add the ghes_get_devices() check for chipset-specific edac drivers Make ghes_edac a proper module --- 2022-09-29 Justin He Superseded
[v7,5/8] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes Make ghes_edac a proper module --- 2022-09-29 Justin He New
[v7,4/8] ghes: Introduce a helper ghes_get_devices() Make ghes_edac a proper module --- 2022-09-29 Justin He New
[v7,3/8] EDAC:ghes: Move ghes_edac.force_load to ghes module parameter Make ghes_edac a proper module --- 2022-09-29 Justin He New
[v7,2/8] EDAC/ghes: Add a notifier for reporting memory errors Make ghes_edac a proper module --- 2022-09-29 Justin He Superseded
[v7,1/8] efi/cper: export several helpers for ghes_edac to use Make ghes_edac a proper module --- 2022-09-29 Justin He Superseded
[5/8] drivers: firmware: efi: libstub: enable generic commandline generic command line v5 --- 2022-09-29 Daniel Walker (danielwa) Superseded
[4/4] efi: libstub: Undeprecate the command line initrd loader efi: Improve command line initrd loader support --- 2022-09-27 Ard Biesheuvel Accepted
[3/4] efi: libstub: Add mixed mode support to command line initrd loader efi: Improve command line initrd loader support --- 2022-09-27 Ard Biesheuvel Accepted
[2/4] efi: libstub: Permit mixed mode return types other than efi_status_t efi: Improve command line initrd loader support --- 2022-09-27 Ard Biesheuvel New
[1/4] efi: libstub: Implement devicepath support for initrd commandline loader efi: Improve command line initrd loader support --- 2022-09-27 Ard Biesheuvel Accepted
efi: libstub: reinstate efi_get_virtmap() call even for efi_novamap efi: libstub: reinstate efi_get_virtmap() call even for efi_novamap --- 2022-09-25 Ard Biesheuvel New
x86/mm: Disable W^X detection and enforcement on 32-bit x86/mm: Disable W^X detection and enforcement on 32-bit --- 2022-09-23 Dave Hansen Accepted
x86/mm+efi: Avoid creating W+X mappings x86/mm+efi: Avoid creating W+X mappings --- 2022-09-22 Dave Hansen New
[GIT,PULL] EFI fixes for v6.0 (#2) [GIT,PULL] EFI fixes for v6.0 (#2) --- 2022-09-22 Ard Biesheuvel New
efi: zboot: create MemoryMapped() device path for the parent if needed efi: zboot: create MemoryMapped() device path for the parent if needed --- 2022-09-22 Ard Biesheuvel Accepted
[v2,16/16] x86/compressed: only build mem_encrypt.S if AMD_MEM_ENCRYPT=y x86: head_64.S spring cleaning --- 2022-09-21 Ard Biesheuvel Superseded
[v2,15/16] x86/compressed: adhere to calling convention in get_sev_encryption_bit() x86: head_64.S spring cleaning --- 2022-09-21 Ard Biesheuvel Accepted
[v2,14/16] x86/compressed: move startup32_check_sev_cbit() out of head_64.S x86: head_64.S spring cleaning --- 2022-09-21 Ard Biesheuvel Accepted
[v2,13/16] x86/compressed: move startup32_check_sev_cbit() into .text x86: head_64.S spring cleaning --- 2022-09-21 Ard Biesheuvel Superseded
« 1 2 ... 12 13 1434 35 »