linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-31 07:06:57 to 2023-03-09 17:14:17 UTC [more...]

[PATCH v4 00/26] x86_64: Improvements at compressed kernel stage
 2023-03-09 17:11 UTC  (26+ messages)
` [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 15/26] efi/x86: Support extracting kernel from libstub
` [PATCH v4 19/26] x86/build: Cleanup tools/build.c

[PATCH] efi/libstub: Call setup_graphics() before handle_kernel_image()
 2023-03-09  6:00 UTC 

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

[RFC PATCH 0/4] efi: x86: Use strict W^X mappings in PE/COFF header
 2023-03-08 20:22 UTC  (5+ 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 v4 0/6] RISC-V kasan rework
 2023-03-08  3:45 UTC  (16+ 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 4/6] riscv: Fix EFI stub usage of KASAN instrumented strcmp function
` [PATCH v4 5/6] riscv: Fix ptdump when KASAN is enabled
` [PATCH v4 6/6] riscv: Unconditionnally select KASAN_VMALLOC if KASAN

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

[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  (18+ messages)
` [PATCH 2/2] efi: Introduce efi_get_supported_rt_services() to get the runtime services mask

[RFC PATCH 2/2] tee: Add op-tee helper functions for variable access
 2023-02-06  6:08 UTC  (3+ messages)

[efi:next] BUILD SUCCESS f4412001b6521003e4938d710cbfae5c50f508ad
 2023-02-04 22:50 UTC 

[efi:urgent] BUILD SUCCESS 966d47e1f27c45507c5df82b2a2157e5a4fd3909
 2023-02-04 14:21 UTC 

[PATCH 0/2] efi: Enable BTI for EFI runtimes services
 2023-02-04  8:23 UTC  (5+ messages)
` [PATCH 1/2] efi: Discover BTI support in runtime services regions
` [PATCH 2/2] efi: arm64: Wire up BTI annotation in memory attributes table

[PATCH] efi/cper, cxl: Remove cxl_err.h
 2023-02-03 23:00 UTC  (3+ messages)

[PATCH v7 0/6] arm64: Permit EFI boot with MMU and caches on
 2023-02-03 22:41 UTC  (4+ messages)
` [PATCH v7 2/6] arm64: kernel: move identity map out of .text mapping

[GIT PULL] EFI fixes for v6.2 batch #3
 2023-02-03 18:45 UTC  (2+ messages)

[PATCH v2] efi: fix potential NULL deref in efi_mem_reserve_persistent
 2023-02-03 14:11 UTC 

[PATCH] efi: fix potential NULL deref in efi_mem_reserve_persistent
 2023-02-03 13:28 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 636ab417a7aec4ee993916e688eb5c5977570836
 2023-02-03 10:35 UTC 

[PATCH v3 2/6] riscv: Rework kasan population functions
 2023-02-02 14:00 UTC  (3+ messages)

Faktoring
 2023-02-01  9:01 UTC 

[PATCH v2, RESEND] x86/efi: Safely enable unaccepted memory in UEFI
 2023-01-31 16:33 UTC  (4+ messages)

[PATCH] efi: Use standard format for printing the EFI revision
 2023-01-31 13:10 UTC 

[PATCH v3 00/24] x86_64: Improvements at compressed kernel stage
 2023-01-31 10:01 UTC  (5+ messages)
` [PATCH v3 22/24] efi/libstub: Add memory attribute protocol definitions


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