Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-02 13:59:24 to 2023-09-07 15:47:10 UTC [more...]

[PATCH 0/3] Do not map unaccepted memory
 2023-09-07 14:25 UTC  (6+ messages)
` [PATCH 1/3] proc/vmcore: "
` [PATCH 2/3] proc/kcore: "
` [PATCH 3/3] /dev/mem: "

[PATCH v6 0/5] riscv: Introduce KASLR
 2023-09-06 23:27 UTC  (7+ messages)

[PATCH] efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
 2023-09-06  9:17 UTC  (5+ messages)
` [PATCH] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges

[PATCH] kernel: Add Mount Option For Efivarfs
 2023-09-06  7:06 UTC  (4+ messages)

[PATCH] RISC-V: Optimize bitops with Zbb extension
 2023-09-05 12:38 UTC  (15+ messages)

Prezentacja
 2023-09-04  7:40 UTC 

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-09-04 18:11 UTC  (5+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
` [f2fs-dev] [PATCH v2 00/89] fs: new accessors for inode->i_ctime

[PATCH] Documentation efi-stub.rst: fix arm64 EFI source location
 2023-09-04 11:32 UTC 

[efi:next] BUILD SUCCESS fa0aa919ef448fe4995fe4144c59aee0dce3e9e4
 2023-09-04 11:08 UTC 

[PATCH v2] efivarfs: Add Mount Option For Efivarfs
 2023-08-31 16:22 UTC  (2+ messages)

[efi:next] BUILD SUCCESS b691118f2c44d16b84fc65b8147b33620eb18cac
 2023-08-31  6:04 UTC 

[PATCH v2] efi: fix -Wmissing-variable-declarations warning
 2023-08-30 17:56 UTC  (3+ messages)

[PATCH] efi: fix -Wmissing-variable-declarations warning
 2023-08-30 13:32 UTC  (4+ messages)

[PATCH v2 0/8] fs: add some missing ctime updates
 2023-08-30  0:08 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-08-29  7:31 UTC 

[PATCH] kernel: Add Mount Option For Efivarfs
 2023-08-29  7:59 UTC  (6+ messages)

[GIT PULL] EFI updates for v6.6
 2023-08-29  0:23 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS b2eb6b8e2ae0415205d307574087923e733fb020
 2023-08-26 14:24 UTC 

[efi:next] BUILD SUCCESS a14198dfe990d58474cea64dab8b95b810a68b70
 2023-08-24 12:03 UTC 

[PATCH] x86/efistub: Fix PCI ROM preservation in mixed mode
 2023-08-24  9:36 UTC  (2+ messages)

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

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 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  (5+ messages)
` [PATCH v7 22/22] x86/efistub: Avoid legacy decompressor when doing "

[PATCH] efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
 2023-08-02 15:14 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).