public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-21 08:56:01 to 2023-08-17 17:56:07 UTC [more...]

[PATCH 0/4] efi: Clean up runtime wrapper and wire it up for PRM
 2023-08-17 17:55 UTC  (6+ messages)
` [PATCH 1/4] efi/runtime-wrappers: Use type safe encapsulation of call arguments
` [PATCH 2/4] efi/runtime-wrapper: Move workqueue manipulation out of line
` [PATCH 3/4] efi/runtime-wrappers: Remove duplicated macro for service returning void
` [PATCH 4/4] acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers

[PATCH v6 0/5] riscv: Introduce KASLR
 2023-08-17 13:27 UTC  (15+ messages)
` [PATCH v6 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v6 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v6 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
` [PATCH v6 4/5] libstub: Fix compilation warning for rv32
` [PATCH v6 5/5] riscv: libstub: Implement KASLR by using generic functions

[PATCH] efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
 2023-08-16 21:24 UTC  (2+ messages)
` [PATCH] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges

Napływ Klientów ze strony
 2023-08-11  7:50 UTC 

[RFC PATCH] efi/x86: Limit mixed mode support to runtime services
 2023-08-10 12:22 UTC  (4+ messages)

[PATCH v8 1/5] efi: expose efivar generic ops register function
 2023-08-08  9:43 UTC  (6+ messages)
` [PATCH v8 2/5] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v8 3/5] efi: Add tee-based EFI variable driver
` [PATCH v8 4/5] efivarfs: automatically update super block flag
` [PATCH v8 5/5] efivarfs: force RO when remounting if SetVariable is not supported

[PATCH v9 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-08-07 16:27 UTC  (24+ messages)
` [PATCH v9 01/23] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
` [PATCH v9 02/23] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v9 03/23] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v9 04/23] x86/efistub: Simplify and clean up handover entry code
` [PATCH v9 05/23] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v9 06/23] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v9 07/23] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v9 08/23] x86/decompressor: Assign paging related global variables earlier
` [PATCH v9 09/23] x86/decompressor: Call trampoline as a normal function
` [PATCH v9 10/23] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v9 11/23] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v9 12/23] x86/decompressor: Call trampoline directly from C code
` [PATCH v9 13/23] x86/decompressor: Only call the trampoline when changing paging levels
` [PATCH v9 14/23] x86/decompressor: Pass pgtable address to trampoline directly
` [PATCH v9 15/23] x86/decompressor: Merge trampoline cleanup with switching code
` [PATCH v9 16/23] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v9 17/23] x86/efistub: Prefer EFI memory attributes protocol over DXE services
` [PATCH v9 18/23] decompress: Use 8 byte alignment
` [PATCH v9 19/23] x86/decompressor: Move global symbol references to C code
` [PATCH v9 20/23] x86/decompressor: Factor out kernel decompression and relocation
` [PATCH v9 21/23] efi/libstub: Add limit argument to efi_random_alloc()
` [PATCH v9 22/23] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v9 23/23] x86/efistub: Avoid legacy decompressor when doing EFI boot

[PATCH v8 00/23] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-08-07 16:18 UTC  (32+ messages)
` [PATCH v8 01/23] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
` [PATCH v8 02/23] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v8 03/23] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v8 04/23] x86/efistub: Simplify and clean up handover entry code
` [PATCH v8 05/23] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v8 06/23] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v8 07/23] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v8 08/23] x86/decompressor: Assign paging related global variables earlier
` [PATCH v8 09/23] x86/decompressor: Call trampoline as a normal function
` [PATCH v8 10/23] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v8 11/23] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v8 12/23] x86/decompressor: Call trampoline directly from C code
` [PATCH v8 13/23] x86/decompressor: Only call the trampoline when changing paging levels
` [PATCH v8 14/23] x86/decompressor: Pass pgtable address to trampoline directly
` [PATCH v8 15/23] x86/decompressor: Merge trampoline cleanup with switching code
` [PATCH v8 16/23] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v8 17/23] x86/efistub: Prefer EFI memory attributes protocol over DXE services
` [PATCH v8 18/23] decompress: Use 8 byte alignment
` [PATCH v8 19/23] x86/decompressor: Move global symbol references to C code
` [PATCH v8 20/23] x86/decompressor: Factor out kernel decompression and relocation
` [PATCH v8 21/23] efi/libstub: Add limit argument to efi_random_alloc()
` [PATCH v8 22/23] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v8 23/23] x86/efistub: Avoid legacy decompressor when doing EFI boot

[PATCH] RISC-V: Optimize bitops with Zbb extension
 2023-08-06 10:24 UTC  (3+ messages)

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-08-06  9:00 UTC  (20+ messages)

[efi:next] BUILD SUCCESS f6e6e95ce16205025b7b8680a66c30a0c4ec2270
 2023-08-04  3:19 UTC 

[PATCH -next] efi: Remove unused extern declaration efi_lookup_mapped_addr()
 2023-08-03 13:42 UTC  (2+ messages)

[PATCH -next] efi: memmap: Remove kernel-doc warnings
 2023-08-03 13:42 UTC  (2+ messages)

[PATCH] efi/riscv: libstub: Fix comment about absolute relocation
 2023-08-03 13:41 UTC  (2+ messages)

[PATCH v2] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
 2023-08-02 17:06 UTC  (3+ messages)

[PATCH v7 00/22] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-08-02 15:55 UTC  (41+ messages)
` [PATCH v7 01/22] x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
` [PATCH v7 02/22] x86/head_64: Store boot_params pointer in callee save register
` [PATCH v7 03/22] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v7 04/22] x86/efistub: Simplify and clean up handover entry code
` [PATCH v7 05/22] x86/decompressor: Avoid magic offsets for EFI handover entrypoint
` [PATCH v7 06/22] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [PATCH v7 07/22] x86/decompressor: Use proper sequence to take the address of the GOT
` [PATCH v7 08/22] x86/decompressor: Store boot_params pointer in callee save register
` [PATCH v7 09/22] x86/decompressor: Call trampoline as a normal function
` [PATCH v7 10/22] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v7 11/22] x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
` [PATCH v7 12/22] x86/decompressor: Call trampoline directly from C code
` [PATCH v7 13/22] x86/decompressor: Only call the trampoline when changing paging levels
` [PATCH v7 14/22] x86/decompressor: Merge trampoline cleanup with switching code
` [PATCH v7 15/22] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v7 16/22] x86/efistub: Prefer EFI memory attributes protocol over DXE services
` [PATCH v7 17/22] decompress: Use 8 byte alignment
` [PATCH v7 18/22] x86/decompressor: Move global symbol references to C code
` [PATCH v7 19/22] x86/decompressor: Factor out kernel decompression and relocation
` [PATCH v7 20/22] efi/libstub: Add limit argument to efi_random_alloc()
` [PATCH v7 21/22] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v7 22/22] x86/efistub: Avoid legacy decompressor when doing EFI boot

[PATCH] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
 2023-08-02 15:14 UTC  (3+ messages)

[PATCH v7 1/5] efi: expose efivar generic ops register function
 2023-08-02  7:04 UTC  (12+ messages)
` [PATCH v7 2/5] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v7 3/5] efi: Add tee-based EFI variable driver
` [PATCH v7 4/5] efivarfs: automatically update super block flag
` [PATCH v7 5/5] efivarfs: force RO when remounting if SetVariable is not supported

W sprawie samochodu
 2023-07-31  8:35 UTC 

Słowa kluczowe do wypozycjonowania
 2023-07-27  7:35 UTC 

[PATCH v6 4/4] efivarfs: automatically update super block flag
 2023-07-27  2:55 UTC  (7+ messages)

[PATCH v2 0/9] video: screen_info cleanups
 2023-07-24 12:07 UTC  (5+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies

[PATCH mm-hotfixes] mm/pagewalk: fix EFI_PGT_DUMP of espfix area
 2023-07-24  7:55 UTC  (2+ messages)

[PATCH AUTOSEL 6.4 1/4] efivarfs: expose used and total size
 2023-07-24  7:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 1/3] efivarfs: expose used and total size
 2023-07-24  1:31 UTC 

[PATCH v5 0/5] riscv: Introduce KASLR
 2023-07-22  9:13 UTC  (9+ messages)
` [PATCH v5 3/5] arm64: libstub: Move KASLR handling functions to kaslr.c
` [PATCH v5 4/5] libstub: Fix compilation warning for rv32

[RFC PATCH v2] x86/boot: add .sbat section to the bzImage
 2023-07-21 15:27 UTC  (16+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox