public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-07 16:08:05 to 2023-07-07 10:51:07 UTC [more...]

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-07 10:50 UTC  (15+ messages)
` [PATCH v2 07/92] fs: add ctime accessors infrastructure
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp
      ` [apparmor] "
` [PATCH v2 92/92] fs: rename i_ctime field to __i_ctime

[RFC PATCH 0/1] zboot: Garbage collect unused functions
 2023-07-07  9:06 UTC  (5+ messages)
` [RFC PATCH 1/1] libstub: zboot: Use -ffunction-sections + --gc-sections

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-07-07  8:57 UTC  (12+ messages)

[PATCH v2 0/4] Remove unnecessary includes of <linux/screen_info.h>
 2023-07-07  5:59 UTC  (9+ messages)
` [PATCH v2 1/4] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH v2 2/4] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH v2 3/4] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH v2 4/4] staging/sm750fb: Do not include <linux/screen_info.h>

[PATCH v2 03/92] efivarfs: update ctime when mtime changes on a write
 2023-07-06 10:57 UTC  (3+ messages)
  ` [PATCH v2 37/92] efivarfs: convert to ctime accessor functions

[PATCH 0/9] fs: add some missing ctime updates
 2023-07-05 23:19 UTC  (18+ 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 00/12] arch,fbdev: Move screen_info into arch/
 2023-07-05  8:18 UTC  (41+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
  ` [01/12] "
` [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
  ` [03/12] "
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
  ` [05/12] "
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
  ` [06/12] "
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
  ` [08/12] "
` [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
  ` [11/12] "
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>

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

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  (24+ messages)
` [PATCH v5 01/20] x86/efistub: Branch straight to kernel entry point from C code
` [PATCH v5 05/20] x86/decompressor: Use proper sequence to take the address of the GOT
` [PATCH v5 08/20] x86/decompressor: Use standard calling convention for trampoline
` [PATCH v5 10/20] x86/decompressor: Call trampoline directly from C code
` [PATCH v5 13/20] x86/efistub: Perform 4/5 level paging switch from the stub
` [PATCH v5 19/20] x86/efistub: Perform SNP feature test while running in the firmware

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

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

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

[PATCH v3 3/5] arm64: libstub: Move KASLR handling functions to efi-stub-helper.c
 2023-06-07 23:54 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