public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-28 09:13:29 to 2023-08-22 10:00:26 UTC [more...]

[PATCH v2 00/11] efi: Clean up runtime wrapper and wire it up for PRM
 2023-08-22 10:00 UTC  (16+ messages)
` [PATCH v2 01/11] efi/x86: Move EFI runtime call setup/teardown helpers out of line
` [PATCH v2 02/11] efi/arm64: "
` [PATCH v2 03/11] efi/riscv: "
` [PATCH v2 04/11] efi/runtime-wrappers: Use type safe encapsulation of call arguments
` [PATCH v2 05/11] efi/runtime-wrapper: Move workqueue manipulation out of line
` [PATCH v2 06/11] efi/runtime-wrappers: Remove duplicated macro for service returning void
` [PATCH v2 07/11] efi/runtime-wrappers: Don't duplicate setup/teardown code
` [PATCH v2 08/11] acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers
` [PATCH v2 09/11] efi/runtime-wrappers: Clean up white space and add __init annotation
` [RFC PATCH v2 10/11] efi/x86: Realign EFI runtime stack
` [RFC PATCH v2 11/11] efi/x86: Rely on compiler to emit MS ABI calls

[PATCH 00/17] x86/boot: Rework PE header generation
 2023-08-21  7:04 UTC  (24+ messages)
` [PATCH 01/17] x86/efi: Drop EFI stub .bss from .data section
` [PATCH 02/17] x86/efi: Disregard setup header of loaded image
` [PATCH 03/17] x86/efi: Drop alignment flags from PE section headers
` [PATCH 04/17] x86/boot: Remove the 'bugger off' message
` [PATCH 05/17] x86/boot: Omit compression buffer from PE/COFF image memory footprint
` [PATCH 06/17] x86/boot: Drop redundant code setting the root device
` [PATCH 07/17] x86/boot: Grab kernel_info offset from zoffset header directly
` [PATCH 08/17] x86/boot: Drop references to startup_64
` [PATCH 09/17] x86/boot: Set EFI handover offset directly in header asm
` [PATCH 10/17] x86/boot: Drop workaround for binutils 2.14 in linker script ASSERTs
` [PATCH 11/17] x86/boot: Use fixed size of 16k for setup block
` [PATCH 12/17] x86/boot: Derive file size from _edata symbol
` [PATCH 13/17] x86/boot: Construct PE/COFF .text section from assembler
` [PATCH 14/17] x86/boot: Drop PE/COFF .reloc section
` [PATCH 15/17] x86/boot: Split off PE/COFF .data section
` [PATCH 16/17] x86/boot: Increase section and file alignment to 4k/512
` [PATCH 17/17] x86/boot: Drop CRC-32 checksum and the build tool that generates it

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

[PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
 2023-08-18 14:18 UTC  (3+ messages)
` [06/12] "

Pytanie o samochód
 2023-08-18  8:11 UTC 

[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  (4+ messages)

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  (17+ 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  (37+ 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 06/22] x86/efistub: Clear BSS in EFI handover protocol entrypoint
` [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 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 


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