linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 06:52:16 to 2023-07-04 14:37:53 UTC [more...]

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-07-04 14:37 UTC  (15+ 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

[GIT PULL] EFI updates for v6.5
 2023-07-01  5:05 UTC  (2+ messages)

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

[PATCH 00/12] arch,fbdev: Move screen_info into arch/
 2023-06-30 11:53 UTC  (25+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
` [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>

x86/efi: Make efi_set_virtual_address_map IBT safe
 2023-06-29 21:45 UTC  (3+ messages)

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

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

[PATCHv13 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-06-06 12:29 UTC  (7+ messages)
` [PATCHv13 5/9] efi: Add unaccepted memory support


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