linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-06 12:49:52 to 2023-03-12 13:09:46 UTC [more...]

[PATCH v4 00/26] x86_64: Improvements at compressed kernel stage
 2023-03-12 13:09 UTC  (67+ messages)
` [PATCH v4 01/26] x86/boot: Align vmlinuz sections on page size
` [PATCH v4 02/26] x86/build: Remove RWX sections and align on 4KB
` [PATCH v4 03/26] x86/boot: Set cr0 to known state in trampoline
` [PATCH v4 04/26] x86/boot: Increase boot page table size
` [PATCH v4 05/26] x86/boot: Support 4KB pages for identity mapping
` [PATCH v4 06/26] x86/boot: Setup memory protection for bzImage code
` [PATCH v4 07/26] x86/build: Check W^X of vmlinux during build
` [PATCH v4 08/26] x86/boot: Map memory explicitly
` [PATCH v4 09/26] x86/boot: Remove mapping from page fault handler
` [PATCH v4 12/26] x86/boot: Make kernel_add_identity_map() a pointer
` [PATCH v4 13/26] x86/boot: Split trampoline and pt init code
` [PATCH v4 15/26] efi/x86: Support extracting kernel from libstub
` [PATCH v4 17/26] x86/boot: Reduce size of the DOS stub
` [PATCH v4 18/26] tools/include: Add simplified version of pe.h
` [PATCH v4 19/26] x86/build: Cleanup tools/build.c
` [PATCH v4 20/26] x86/build: Make generated PE more spec compliant
` [PATCH v4 21/26] efi/x86: Explicitly set sections memory attributes
` [PATCH v4 23/26] efi/libstub: Use memory attribute protocol

[efi:urgent] BUILD SUCCESS 3c66bb1918c262dd52fb4221a8d372619c5da70a
 2023-03-11  2:14 UTC 

[PATCH 0/3] efi: arm64: Set NX compat flag where appropriate
 2023-03-10 12:50 UTC  (4+ messages)
` [PATCH 1/3] efi/libstub: zboot: Mark zboot EFI application as NX compatible
` [PATCH 2/3] efi/libstub: arm64: Remap relocated image with strict permissions
` [PATCH 3/3] arm64: efi: Set NX compat flag in PE/COFF header

[PATCH 0/2] efi: Allow initrd LoadFile2 proto on loaded image
 2023-03-10  8:45 UTC  (3+ messages)
` [PATCH 1/2] efi: libstub: Pass loaded image EFI handle to efi_load_initrd()
` [PATCH 2/2] efi: libstub: Look for initrd LoadFile2 protocol on image handle

[PATCH V2] efi/libstub: Call setup_graphics() before handle_kernel_image()
 2023-03-10  2:17 UTC 

[PATCH] efi/libstub: Call setup_graphics() before handle_kernel_image()
 2023-03-09 19:58 UTC  (2+ messages)

[RFC PATCH 0/4] efi: x86: Use strict W^X mappings in PE/COFF header
 2023-03-09 18:37 UTC  (11+ messages)
` [RFC PATCH 1/4] efi: x86: Use private copy of struct setup_header
` [RFC PATCH 2/4] efi: x86: Move PE header after setup header
` [RFC PATCH 3/4] efi: x86: Drop alignment section header flags
` [RFC PATCH 4/4] efi: x86: Split PE/COFF .text section into .text and .data

[PATCH] cper-arm: Remove unnecessary aer.h include
 2023-03-08 23:11 UTC  (3+ messages)

[PATCH] efistub: LoongArch: Reimplement kernel_entry_address()
 2023-03-08 20:50 UTC  (2+ messages)

[PATCH v4 0/6] RISC-V kasan rework
 2023-03-08  3:45 UTC  (12+ messages)
` [PATCH v4 1/6] riscv: Split early and final KASAN population functions
` [PATCH v4 2/6] riscv: Rework kasan "
` [PATCH v4 3/6] riscv: Move DTB_EARLY_BASE_VA to the kernel address space
` [PATCH v4 5/6] riscv: Fix ptdump when KASAN is enabled

[PATCH] efi/libstub: randomalloc: Return EFI_OUT_OF_RESOURCES on failure
 2023-03-07 23:21 UTC 

Fotowoltaika - nowe warunki
 2023-03-06  9:00 UTC 

[efi:urgent] BUILD SUCCESS 112fd39a2722e1e872f1d30101aa2cca4de5ea86
 2023-03-02  1:00 UTC 

[PATCH AUTOSEL 6.2 2/6] efi: efivars: prevent double registration
 2023-03-01 18:59 UTC  (4+ messages)
` [PATCH AUTOSEL 6.2 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3

[PATCH AUTOSEL 6.1 2/6] efi: efivars: prevent double registration
 2023-03-01 16:31 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3

[PATCH AUTOSEL 4.14 2/3] efi: efivars: prevent double registration
 2023-03-01 16:32 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 2/3] efi: efivars: prevent double registration
 2023-03-01 16:31 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 2/5] efi: efivars: prevent double registration
 2023-03-01 16:31 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 2/4] efi: efivars: prevent double registration
 2023-03-01 16:31 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 2/6] efi: efivars: prevent double registration
 2023-03-01 16:31 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 4/6] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3

[PATCH] efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
 2023-03-01 12:06 UTC  (7+ messages)

[efi:urgent] BUILD SUCCESS 5aed793ff011549535e20b7b15bc705e828223b1
 2023-03-01  7:52 UTC 

[PATCH] arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGN
 2023-02-28 13:54 UTC  (4+ messages)

[RFT PATCH 0/2] arm64: efi: Call SetVaMap() with a 1:1 mapping
 2023-02-27 19:43 UTC  (7+ messages)

[PATCH] efi: x86: make kobj_type structure constant
 2023-02-27 16:34 UTC  (2+ messages)

[PATCH] efi: make kobj_type structure constant
 2023-02-27  3:21 UTC 

[PATCH] efivarfs: fix NULL-deref on mount when no efivars
 2023-02-24  8:02 UTC  (4+ messages)

[GIT PULL] EFI updates for v6.3
 2023-02-23 23:16 UTC  (2+ messages)

[PATCH] rtc: efi: Avoid spamming the log on RTC read failure
 2023-02-22 20:11 UTC  (2+ messages)

[PATCH v3 1/3] efi: expose efivar generic ops register function
 2023-02-22  5:38 UTC  (3+ messages)
` [PATCH v3 2/3] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v3 3/3] efi: Add tee-based EFI variable driver

[PATCH 0/4] riscv: Introduce KASLR
 2023-02-21 15:50 UTC  (6+ messages)
` [PATCH 1/4] riscv: Introduce virtual kernel mapping KASLR
` [PATCH 2/4] riscv: Dump out kernel offset information on panic
` [PATCH 3/4] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
` [PATCH 4/4] riscv: libstub: Implement KASLR by using generic functions

[PATCH v2 0/3] efi: Enable BTI for EFI runtimes services
 2023-02-20 16:46 UTC  (22+ messages)
` [PATCH v2 1/3] efi: Discover BTI support in runtime services regions
` [PATCH v2 2/3] efi: arm64: Wire up BTI annotation in memory attributes table
` [PATCH v2 3/3] efi: x86: Wire up IBT "

[PATCH v2 1/4] efi: expose efivar generic ops register function
 2023-02-20  7:54 UTC  (4+ messages)
` [PATCH v2 2/4] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v2 4/4] efi: Add tee-based EFI variable driver

[efi:next] BUILD SUCCESS e1d447157f232c650e6f32c9fb89ff3d0207c69a
 2023-02-20  1:46 UTC 

[efi:next] BUILD SUCCESS 685c6689bdf8001cd0261b6210063ee0910bf368
 2023-02-18  4:17 UTC 

[PATCH v2] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
 2023-02-17 15:32 UTC  (3+ messages)

[PATCH v4 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-02-17 14:57 UTC  (2+ messages)

[BUG] rtc-efi: Error in efi.get_time() spams dmesg with error message
 2023-02-17 14:14 UTC  (6+ messages)

[PATCH v1] arm64: efi: Make efi_rt_lock a raw_spinlock
 2023-02-17  8:27 UTC  (5+ messages)

[PATCH] firmware/efi sysfb_efi: Add quirk for Lenovo IdeaPad Duet 3
 2023-02-15  9:08 UTC  (2+ messages)

Prezentacja
 2023-02-13  9:15 UTC 

[GIT PULL] EFI fixes for v6.2 #4
 2023-02-12 19:34 UTC  (2+ messages)

[efi:next] BUILD SUCCESS 45d5165426ae3ceb35e2c35ad675e7dacd2aa59e
 2023-02-11 16:44 UTC 

[PATCH] efi: Add mixed-mode thunk recipe for GetMemoryAttributes
 2023-02-10 14:21 UTC 

[efi:next] BUILD SUCCESS 93be2859e26c3be847780c65313da1b261833451
 2023-02-10  6:39 UTC 

[efi:urgent] BUILD SUCCESS 190233164cd77115f8dea718cbac561f557092c6
 2023-02-10  2:58 UTC 

[PATCH v2] arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines
 2023-02-10  2:38 UTC  (6+ messages)

[PATCH] arm64: efi: Force the use of SetVirtualAddressMap() on Altra Max machines
 2023-02-08 23:44 UTC  (4+ messages)

[PATCH 0/2] Fix boot hang issue on Ampere Emag server
 2023-02-08  3:10 UTC  (13+ 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).