linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-07 15:11:01 to 2019-11-19 21:42:35 UTC [more...]

[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-19 21:42 UTC  (28+ messages)
` [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro
` [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools
` [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist
` [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions
` [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN
` [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier
` [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops
` [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86

[PATCH v8 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-19 19:36 UTC  (13+ messages)
` [PATCH v8 1/8] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v8 2/8] efi: Add embedded peripheral firmware support
` [PATCH v8 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v8 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()
` [PATCH v8 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v8 6/8] Input: icn8505 "
` [PATCH v8 7/8] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
` [PATCH v8 8/8] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet

[PATCH 00/12] treewide: break dependencies on x86's RM header
 2019-11-19 12:38 UTC  (20+ messages)
` [PATCH 01/12] x86/efi: Explicitly include realmode.h to handle RM trampoline quirk
` [PATCH 02/12] x86/boot: Explicitly include realmode.h to handle RM reservations
` [PATCH 03/12] x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms()
` [PATCH 04/12] x86/kprobes: "
` [PATCH 05/12] perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys()
` [PATCH 06/12] efi/capsule-loader: Explicitly include linux/io.h for page_to_phys()
` [PATCH 07/12] virt: vbox: Explicitly include linux/io.h to pick up various defs
` [PATCH 08/12] vmw_balloon: Explicitly include linux/io.h for virt_to_phys()
` [PATCH 09/12] ASoC: Intel: Skylake: "
` [PATCH 10/12] x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h
` [PATCH 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function
` [PATCH 12/12] x86/ACPI/sleep: Move acpi_wakeup_address() definition into sleep.c
  ` [PATCH] x86/platform/intel/quark: Explicitly include linux/io.h for virt_to_phys()

[PATCH 0/1] Temporary fix for data abort on armv6z EFI boot
 2019-11-19  7:27 UTC  (10+ messages)
` [PATCH 1/1] efi/libstub: Workaround for data abort on armv6z architecture

[PATCH v3] efi/earlycon: Remap entire framebuffer after page initialization
 2019-11-18 15:11 UTC  (4+ messages)

PROBLEM: error and warning from 5.4.0-rc7
 2019-11-15 20:59 UTC 

[PATCH v2] efi/earlycon: Remap entire framebuffer after page initialization
 2019-11-15 13:12 UTC  (3+ messages)

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-11-15 12:09 UTC  (18+ messages)
` [PATCH v7 1/8] efi: Export boot-services code and data as debugfs-blobs
` [PATCH v7 2/8] efi: Add embedded peripheral firmware support
` [PATCH v7 3/8] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS
` [PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()

[PATCH v4 0/6] CCIX Protocol error reporting
 2019-11-15  9:58 UTC  (13+ messages)
` [PATCH v4 1/6] efi / ras: CCIX Memory "
` [PATCH v4 2/6] efi / ras: CCIX Cache "
` [PATCH v4 3/6] efi / ras: CCIX Address Translation "
` [PATCH v4 4/6] efi / ras: CCIX Port "
` [PATCH v4 5/6] efi / ras: CCIX Link "
` [PATCH v4 6/6] efi / ras: CCIX Agent internal "

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-14 19:48 UTC  (14+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[RFC PATCH v2] efi: arm64: Introduce /sys/firmware/efi/memreserve to tell the persistent pages
 2019-11-14 16:10 UTC 

[PATCH v5 0/6] CCIX Protocol error reporting
 2019-11-14 13:39 UTC  (7+ messages)
` [PATCH v5 1/6] efi / ras: CCIX Memory "
` [PATCH v5 2/6] efi / ras: CCIX Cache "
` [PATCH v5 3/6] efi / ras: CCIX Address Translation "
` [PATCH v5 4/6] efi / ras: CCIX Port "
` [PATCH v5 5/6] efi / ras: CCIX Link "
` [PATCH v5 6/6] efi / ras: CCIX Agent internal "

[PATCH] sysfs: Fixes __BIN_ATTR_WO() macro
 2019-11-14  9:47 UTC  (3+ messages)

[PATCH v10 4/9] powerpc/ima: define trusted boot policy
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10 6/9] certs: add wrapper function to check blacklisted binary hash
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10 8/9] powerpc/ima: update ima arch policy to check for blacklist
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10 7/9] ima: check against blacklisted hashes for files with modsig
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10a 3/9] powerpc: detect the trusted boot state of the system
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v9 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-14  9:08 UTC  (8+ messages)
` [PATCH v9 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v9 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v9 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v9 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH v10a 1/9] powerpc: detect the secure boot mode of the system
 2019-11-14  9:08 UTC  (2+ messages)

[RFC PATCH v10 9/9] powerpc/ima: indicate kernel modules appended signatures are enforced
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10 5/9] ima: make process_buffer_measurement() generic
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH v10 2/9] powerpc/ima: add support to initialize ima policy rules
 2019-11-14  9:08 UTC  (2+ messages)

[PATCH] efi: sanity check in case memermap() at efi_mem_reserve_persistent() returns NULL
 2019-11-13 20:56 UTC 

[RFC PATCH] efi: arm64: Introduce /sys/firmware/efi/memreserve to tell the persistent pages
 2019-11-13 19:43 UTC  (3+ messages)

[PATCH v3 0/6] CCIX Protocol error reporting
 2019-11-13  9:55 UTC  (12+ messages)
` [PATCH v3 1/6] efi / ras: CCIX Memory "
` [PATCH v3 2/6] efi / ras: CCIX Cache "
` [PATCH v3 3/6] efi / ras: CCIX Address Translation "
` [PATCH v3 4/6] efi / ras: CCIX Port "
` [PATCH v3 5/6] efi / ras: CCIX Link "
` [PATCH v3 6/6] efi / ras: CCIX Agent internal "

Investment opportunity
 2019-11-12 17:57 UTC 

[PATCH v6 0/3] x86/boot: Introduce the kernel_info et consortes
 2019-11-12 17:53 UTC  (7+ messages)
` [PATCH v6 1/3] x86/boot: Introduce the kernel_info
  ` [tip: x86/boot] x86/boot: Introduce kernel_info
` [PATCH v6 2/3] x86/boot: Introduce the kernel_info.setup_type_max
  ` [tip: x86/boot] x86/boot: Introduce kernel_info.setup_type_max
` [PATCH v6 3/3] x86/boot: Introduce the setup_indirect
  ` [tip: x86/boot] x86/boot: Introduce setup_indirect

[PATCH v1] efi/earlycon: Remap entire framebuffer after page initialization
 2019-11-12 16:13 UTC  (6+ messages)

Linux 5.3.8: gsmi: failed to allocate name buffer. BUG: kernel NULL pointer dereference
 2019-11-11 21:46 UTC  (2+ messages)

[PATCH 5.3 175/193] efi/tpm: Return -EINVAL when determining tpm final events log size fails
 2019-11-11 18:29 UTC  (3+ messages)
` [PATCH 5.3 176/193] efi: libstub/arm: Account for firmware reserved memory at the base of RAM
` [PATCH 5.3 177/193] x86, efi: Never relocate kernel below lowest acceptable address

[PATCH] efi: Fix comment for efi_mem_type() wrt absent physical addresses
 2019-11-11  9:44 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 133/191] efi: honour memory reservations passed via a linux specific config table
 2019-11-10 18:08 UTC  (12+ messages)
` [PATCH AUTOSEL 4.19 134/191] efi: Make efi_rts_work accessible to efi page fault handler
` [PATCH AUTOSEL 4.19 135/191] efi/x86: Handle page faults occurring while running EFI runtime services
` [PATCH AUTOSEL 4.19 191/191] x86/efi: fix a -Wtype-limits compilation warning

[PATCH v8 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-09 19:00 UTC  (5+ messages)
` [PATCH v8 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v8 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v8 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v8 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH v5 0/3] x86/boot: Introduce the kernel_info et consortes
 2019-11-08 13:39 UTC  (10+ messages)
` [PATCH v5 2/3] x86/boot: Introduce the kernel_info.setup_type_max
` [PATCH v5 3/3] x86/boot: Introduce the setup_indirect

[PATCH v7 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-11-08  9:42 UTC  (3+ messages)
` [PATCH v7 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[GIT PULL 0/4] EFI updates for v5.5
 2019-11-07 15:10 UTC  (5+ messages)
` [PATCH 1/4] MAINTAINERS: update Ard's email address to @kernel.org
` [PATCH 2/4] efi/random: use arch-independent efi_call_proto()
` [PATCH 3/4] x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
` [PATCH 4/4] efi: libstub/tpm: enable tpm eventlog function for ARM platforms


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