linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-07 15:26:15 to 2019-06-27 00:22:55 UTC [more...]

[PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-27  0:19 UTC  (13+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
  ` [Cluster-devel] "
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[PATCH v5 0/5] vfs: make immutable files actually immutable
 2019-06-26 16:28 UTC  (8+ messages)
` [PATCH 1/5] mm/fs: don't allow writes to immutable files
` [PATCH 2/5] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/5] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/5] vfs: don't allow most setxattr to immutable files
` [PATCH 5/5] vfs: don't allow writes to swap files

[RFC PATCH] Export Runtime Configuration Interface table to sysfs
 2019-06-26 12:22 UTC  (6+ messages)

[PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-25 20:37 UTC  (18+ messages)
` [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
      ` [Ocfs2-devel] "
` [PATCH 3/7] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/7] vfs: don't allow most setxattr to immutable files
` [PATCH 5/7] xfs: refactor setflags to use setattr code directly
` [PATCH 6/7] xfs: clean up xfs_merge_ioc_xflags
` [PATCH 7/7] vfs: don't allow writes to swap files

[PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-25 18:17 UTC  (14+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[PATCH V34 28/29] efi: Restrict efivar_ssdt_load when the kernel is locked down
 2019-06-25 15:00 UTC  (3+ messages)

[RFC PATCH 0/6] CCIX Protocol Error reporting
 2019-06-25 11:34 UTC  (4+ messages)
` [RFC PATCH 1/6] efi / ras: CCIX Memory error reporting

[PATCH] drivers: firmware: efi: fix gcc warning -Wint-conversion
 2019-06-24 16:23 UTC  (6+ messages)

Inmail
 2019-06-22 15:17 UTC 

[GIT PULL 0/4] EFI fixes for v5.2
 2019-06-22  8:51 UTC  (5+ messages)
` [PATCH 1/4] efi/memreserve: deal with memreserve entries in unmapped memory
` [PATCH 2/4] efi/bgrt: Drop BGRT status field reserved bits check
` [PATCH 3/4] x86/efi: fix a -Wtype-limits compilation warning
` [PATCH 4/4] efibc: Replace variable set function in notifier call

[PATCH v3 00/10] EFI Specific Purpose Memory Support
 2019-06-21 20:35 UTC  (22+ messages)
` [PATCH v3 01/10] acpi/numa: Establish a new drivers/acpi/numa/ directory
` [PATCH v3 02/10] acpi/numa/hmat: Skip publishing target info for nodes with no online memory
` [PATCH v3 03/10] efi: Enumerate EFI_MEMORY_SP
` [PATCH v3 04/10] x86, efi: Push EFI_MEMMAP check into leaf routines
` [PATCH v3 05/10] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax
` [PATCH v3 06/10] x86, efi: Add efi_fake_mem support for EFI_MEMORY_SP
` [PATCH v3 07/10] lib/memregion: Uplevel the pmem "region" ida to a global allocator
` [PATCH v3 08/10] device-dax: Add a driver for "hmem" devices
` [PATCH v3 09/10] acpi/numa/hmat: Register HMAT at device_initcall level
` [PATCH v3 10/10] acpi/numa/hmat: Register "specific purpose" memory as an "hmem" device

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-21 20:06 UTC  (12+ messages)
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax

[[efi boot control]] efibc: Replace variable set function in notifier call
 2019-06-21 16:04 UTC  (3+ messages)

[PATCH v2] x86/efi: fix a -Wtype-limits compilation warning
 2019-06-21 15:54 UTC  (3+ messages)

[PATCH] efifb: BGRT: Add check for new BGRT status field rotation bits
 2019-06-21 11:38 UTC  (7+ messages)

[PATCH V33 30/30] efi: Restrict efivar_ssdt_load when the kernel is locked down
 2019-06-21  1:19 UTC 

[PATCH v3 0/6] vfs: make immutable files actually immutable
 2019-06-21  0:54 UTC  (14+ messages)
` [PATCH 1/6] mm/fs: don't allow writes to immutable files
` [PATCH 2/6] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/6] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/6] vfs: don't allow most setxattr to immutable files
` [PATCH 5/6] xfs: refactor setflags to use setattr code directly
` [PATCH 6/6] xfs: clean up xfs_merge_ioc_xflags

[PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-20 13:46 UTC  (12+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
  ` [Jfs-discussion] "
  ` [PATCH v2 "
` [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[PATCH AUTOSEL 4.19 17/49] efi/x86/Add missing error handling to old_memmap 1:1 mapping code
 2019-06-19 20:58 UTC  (3+ messages)

[PATCH v1 11/22] docs: admin-guide: add .rst files from the main dir
 2019-06-18 21:05 UTC 

[PATCH v2 19/29] docs: ia64: convert to ReST
 2019-06-18 20:53 UTC 

[PATCH v3 0/3] powerpc: Enabling IMA arch specific secure boot policies
 2019-06-16 23:56 UTC  (10+ messages)
` [PATCH v3 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state
` [PATCH v3 2/3] powerpc/powernv: detect the secure boot mode of the system
` [PATCH v3 3/3] powerpc: Add support to initialize ima policy rules

[PATCH v4 02/28] docs: arm64: convert docs to ReST and rename to .rst
 2019-06-14 20:34 UTC  (3+ messages)

[PATCH 0/2] powerpc/powernv: expose secure variables to userspace
 2019-06-14 13:13 UTC  (5+ messages)
` [PATCH 1/2] powerpc/powernv: add OPAL APIs for secure variables
` [PATCH 2/2] powerpc: expose secure variables via sysfs

[PATCH -next] efi/tpm: fix a compilation warning
 2019-06-13 13:23 UTC  (5+ messages)

[PATCH V2 1/2] Abstract out support for locating an EFI config table
 2019-06-13 14:23 UTC  (11+ messages)
` [PATCH V2 2/2] tpm: Don't duplicate events from the final event log in the TCG2 log

[PATCH v1 21/31] docs: ia64: convert to ReST
 2019-06-12 18:38 UTC 

[[efi boot control]] efibc: Replace variable set function in notifier call
 2019-06-12  8:15 UTC 

[PATCH v4 0/3] powerpc: Enabling IMA arch specific secure boot policies
 2019-06-11 17:06 UTC  (4+ messages)
` [PATCH v4 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state
` [PATCH v4 2/3] powerpc/powernv: detect the secure boot mode of the system
` [PATCH v4 3/3] powerpc: Add support to initialize ima policy rules

[PATCH] efi/memreserve: deal with memreserve entries in unmapped memory
 2019-06-11  1:00 UTC  (3+ messages)

[PATCH] efi/bgrt: Drop BGRT status field reserved bits check
 2019-06-10 15:12 UTC  (2+ messages)

[PATCH] efi: Fix TPM code build failure on ARM
 2019-06-09 19:53 UTC  (2+ messages)

[PATCH 4.9 60/83] efi/libstub: Unify command line param parsing
 2019-06-09 16:42 UTC 

[PATCH v3 02/33] docs: arm64: convert docs to ReST and rename to .rst
 2019-06-09  2:26 UTC 

[PATCH AUTOSEL 5.1 25/70] efi/x86/Add missing error handling to old_memmap 1:1 mapping code
 2019-06-08 11:39 UTC 

gicv3-its driver crashes in crash dump kernel
 2019-06-07 20:42 UTC  (5+ messages)

[RESEND PATCH] x86/efi: fix a -Wtype-limits compilation warning
 2019-06-07 19:17 UTC 

"arm64: Silence gcc warnings about arch ABI drift" breaks clang
 2019-06-07 15:42 UTC  (6+ 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 NNTP newsgroup(s).