Linux-EFI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-02 10:25:22 to 2023-06-29 07:33:23 UTC [more...]

Słowa kluczowe do wypozycjonowania
 2023-06-29  7:30 UTC 

Tlakově litý
 2023-06-28  7:45 UTC 

[efi:next] BUILD SUCCESS 2e28a798c3092ea42b968fa16ac835969d124898
 2023-06-27 23:46 UTC 

[PATCH] efi/libstub: Disable PCI DMA before grabbing the EFI memory map
 2023-06-27  8:47 UTC  (7+ messages)

[efi:next] BUILD SUCCESS 36e60c0bb7d29e755e58136f8531708932838f3d
 2023-06-27  1:30 UTC 

[PATCH] efivarfs: Expose RandomSeed variable but with limited permissions
 2023-06-26 20:20 UTC  (8+ messages)

[PATCH] efi: random: refresh random seed on modern EFI only
 2023-06-26 18:09 UTC  (2+ messages)

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

[PATCH 24/79] efivarfs: switch to new ctime accessors
 2023-06-23 12:41 UTC  (3+ messages)
    ` [PATCH 01/79] fs: add ctime accessors infrastructure
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime

[PATCH v6 1/4] efi: expose efivar generic ops register function
 2023-06-22 18:56 UTC  (6+ messages)
` [PATCH v6 2/4] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v6 3/4] efi: Add tee-based EFI variable driver
` [PATCH v6 4/4] efivarfs: automatically update super block flag

[PATCH v3 0/5] riscv: Introduce KASLR
 2023-06-22  0:09 UTC  (9+ messages)
` [PATCH v3 1/5] riscv: Introduce virtual kernel mapping KASLR
` [PATCH v3 2/5] riscv: Dump out kernel offset information on panic
` [PATCH v3 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
` [PATCH v3 4/5] libstub: Fix compilation warning for rv32
` [PATCH v3 5/5] riscv: libstub: Implement KASLR by using generic functions

[RFC PATCH 0/1] zboot: Garbage collect unused functions
 2023-06-21 11:44 UTC  (2+ messages)
` [RFC PATCH 1/1] libstub: zboot: Use -ffunction-sections + --gc-sections

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-06-16 20:15 UTC  (20+ messages)
` [PATCH v6 02/14] Documentation/x86: Secure Launch kernel documentation
` [PATCH v6 04/14] x86: Secure Launch Resource Table header file
` [PATCH v6 07/14] x86: Secure Launch kernel early boot stub

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-06-16 12:24 UTC  (5+ messages)

[PATCH v2 0/8] fs: add some missing ctime updates
 2023-06-15 10:14 UTC  (14+ messages)
` [PATCH v2 1/8] ibmvmc: update ctime in conjunction with mtime on write
` [PATCH v2 2/8] usb: update the ctime as well when updating mtime after an ioctl
` [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir
  ` (subset) "
` [PATCH v2 4/8] bfs: update ctime in addition to mtime when adding entries
` [PATCH v2 5/8] efivarfs: update ctime when mtime changes on a write
` [PATCH v2 6/8] exfat: ensure that ctime is updated whenever the mtime is
` [PATCH v2 7/8] apparmor: update ctime whenever the mtime changes on an inode
` [PATCH v2 8/8] cifs: update the ctime on a partial page write

Słowa kluczowe do wypozycjonowania
 2023-06-15  9:26 UTC 

[PATCH 3/5] arm64: Fix dangling references to Documentation/arm64
 2023-06-14  7:14 UTC  (2+ messages)

[PATCH 0/9] fs: add some missing ctime updates
 2023-06-12 10:36 UTC  (15+ messages)
` [PATCH 1/9] ibmvmc: update ctime in conjunction with mtime on write
` [PATCH 2/9] usb: update the ctime as well when updating mtime after an ioctl
` [PATCH 3/9] autofs: set ctime as well when mtime changes on a dir
` [PATCH 4/9] bfs: update ctime in addition to mtime when adding entries
` [PATCH 5/9] efivarfs: update ctime when mtime changes on a write
` [PATCH 6/9] exfat: ensure that ctime is updated whenever the mtime is
` [PATCH 7/9] gfs2: update ctime when quota is updated
` [PATCH 8/9] apparmor: update ctime whenever the mtime changes on an inode
` [PATCH 9/9] cifs: update the ctime on a partial page write

[PATCH] efivarfs: force RO when remounting if SetVariable is not supported
 2023-06-09  9:45 UTC 

[PATCH v5 3/3] efi: Add tee-based EFI variable driver
 2023-06-09  8:00 UTC  (28+ messages)

[efi:next] BUILD SUCCESS d0a1865cf7e2211d9227592ef4141f4632e33908
 2023-06-08  8:43 UTC  (3+ messages)

[efi:next] BUILD SUCCESS 39c90699b3303fc25c0da077f37cc3bbd45c8f83
 2023-06-07  3:40 UTC 

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-06-06 18:14 UTC  (13+ messages)
` [PATCHv14 1/9] mm: Add "
` [PATCHv14 2/9] efi/x86: Get full memory map in allocate_e820()
` [PATCHv14 3/9] efi/libstub: Implement support for unaccepted memory
` [PATCHv14 4/9] x86/boot/compressed: Handle "
` [PATCHv14 5/9] efi: Add unaccepted memory support
` [PATCHv14 6/9] efi/unaccepted: Avoid load_unaligned_zeropad() stepping into unaccepted memory
` [PATCHv14 7/9] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv14 8/9] x86/tdx: Refactor try_accept_one()
` [PATCHv14 9/9] x86/tdx: Add unaccepted memory support

[PATCH] efi/esrt: Allow ESRT access without CAP_SYS_ADMIN
 2023-06-06 17:45 UTC  (4+ messages)

[PATCHv13 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-06-06 12:29 UTC  (26+ messages)
` [PATCHv13 3/9] efi/libstub: "
` [PATCHv13 4/9] x86/boot/compressed: Handle "
` [PATCHv13 5/9] efi: Add unaccepted memory support
` [PATCHv13 9/9] x86/tdx: "

[efi:next] BUILD SUCCESS 13c21ab8038d00b4bcc69a46c5f7f1c95e5decce
 2023-06-05 10:43 UTC 

[PATCH] efi: bump efistub version from 1.1 to 3.0 for VZLinuxBootLoader compatibility
 2023-06-03 10:50 UTC  (6+ messages)

Wyższa konwersja w e-sklepie
 2023-06-02  8:50 UTC 

[efi:next] BUILD SUCCESS 128d85761fe9ccd91ea685287c3472d09be6de29
 2023-06-03  1:55 UTC 

[PATCH v4 00/21] efi/x86: Avoid bare metal decompressor during EFI boot
 2023-06-02 22:22 UTC  (8+ messages)
` [PATCH v4 20/21] x86/efistub: Perform SNP feature test while running in the firmware
` [PATCH v4 21/21] x86/efistub: Avoid legacy decompressor when doing EFI boot

[GIT PULL] EFI fixes for v6.4 #1
 2023-06-02 11:29 UTC  (2+ 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).