linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 23:18:53 to 2020-08-28 17:21:05 UTC [more...]

[PATCH v7 0/9] Add UEFI support for RISC-V
 2020-08-28 17:20 UTC  (4+ messages)
` [PATCH v7 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v7 2/9] RISC-V: Add early ioremap support
` [PATCH v7 3/9] RISC-V: Implement late mapping page table allocation functions

[PATCH v2] efi/efivars: Create efivars mount point via efivars abstraction
 2020-08-27 16:14 UTC  (4+ messages)

[PATCH v6 0/9] Add UEFI support for RISC-V
 2020-08-26 16:27 UTC  (15+ messages)
` [PATCH v6 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v6 2/9] RISC-V: Add early ioremap support
` [PATCH v6 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v6 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v6 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v6 6/9] RISC-V: Add EFI stub support
` [PATCH v6 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v6 8/9] RISC-V: Add EFI runtime services
` [PATCH v6 9/9] RISC-V: Add page table dump support for uefi

[PATCH 0/3] integrity: Load certs from EFI MOK config table
 2020-08-26 11:55 UTC  (5+ messages)
` [PATCH 1/3] efi: Support for MOK variable "
` [PATCH 2/3] integrity: Move import of MokListRT certs to a separate routine
` [PATCH 3/3] integrity: Load certs from the EFI MOK config table

[PATCH v7 00/10] Enable Linux guests on Hyper-V on ARM64
 2020-08-26  7:18 UTC  (25+ messages)
` [PATCH v7 01/10] arm/arm64: smccc-1.1: Add vendor specific owner definition
` [PATCH v7 02/10] arm64: hyperv: Add core Hyper-V include files
` [PATCH v7 03/10] arm64: hyperv: Add hypercall and register access functions
` [PATCH v7 04/10] arm64: hyperv: Add memory alloc/free functions for Hyper-V size pages
` [PATCH v7 05/10] arm64: hyperv: Add interrupt handlers for VMbus and stimer
` [PATCH v7 06/10] arm64: hyperv: Add kexec and panic handlers
` [PATCH v7 07/10] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v7 08/10] Drivers: hv: vmbus: Add hooks for per-CPU IRQ
` [PATCH v7 09/10] arm64: efi: Export screen_info
` [PATCH v7 10/10] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH 0/2] Decode raw MSR values of MCA registers in BERT
 2020-08-25 20:42 UTC  (4+ messages)
` [PATCH 1/2] cper, apei, mce: Pass x86 CPER through the MCA handling chain
` [PATCH 2/2] x86/mce/dev-mcelog: Fix updating kflags in AMD systems

[PATCH v2] efi/efivars: Create efivars mount point via efivars abstraction
 2020-08-25 16:07 UTC 

[PATCH] efi/efivars: create efivars mount point when get variable services are available
 2020-08-24 13:03 UTC  (3+ messages)

[GIT PULL] EFI fixes for v5.9-rc1
 2020-08-22 13:35 UTC  (2+ messages)

[PATCH v6 00/29] Warn on orphan section placement
 2020-08-21 21:28 UTC  (33+ messages)
` [PATCH v6 01/29] vmlinux.lds.h: Create COMMON_DISCARDS
` [PATCH v6 02/29] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
` [PATCH v6 03/29] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v6 04/29] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v6 05/29] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v6 06/29] vmlinux.lds.h: add PGO and AutoFDO input sections
` [PATCH v6 07/29] efi/libstub: Disable -mbranch-protection
` [PATCH v6 08/29] arm64/mm: Remove needless section quotes
` [PATCH v6 09/29] arm64/kernel: Remove needless Call Frame Information annotations
` [PATCH v6 10/29] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v6 11/29] arm64/build: Use common DISCARDS in linker script
` [PATCH v6 12/29] arm64/build: Add missing DWARF sections
` [PATCH v6 13/29] arm64/build: Assert for unwanted sections
` [PATCH v6 14/29] arm64/build: Warn on orphan section placement
` [PATCH v6 15/29] arm/build: Refactor linker script headers
` [PATCH v6 16/29] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v6 17/29] arm/build: Add missing sections
` [PATCH v6 18/29] arm/build: Assert for unwanted sections
` [PATCH v6 19/29] arm/build: Warn on orphan section placement
` [PATCH v6 20/29] arm/boot: Handle all sections explicitly
` [PATCH v6 21/29] arm/boot: Warn on orphan section placement
` [PATCH v6 22/29] x86/asm: Avoid generating unused kprobe sections
` [PATCH v6 23/29] x86/build: Enforce an empty .got.plt section
` [PATCH v6 24/29] x86/build: Assert for unwanted sections
` [PATCH v6 25/29] x86/build: Warn on orphan section placement
` [PATCH v6 26/29] x86/boot/compressed: Reorganize zero-size section asserts
` [PATCH v6 27/29] x86/boot/compressed: Remove, discard, or assert for unwanted sections
` [PATCH v6 28/29] x86/boot/compressed: Add missing debugging sections to output
` [PATCH v6 29/29] x86/boot/compressed: Warn on orphan section placement

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-21 19:18 UTC  (35+ messages)
` [PATCH v5 05/36] x86/boot: Remove run-time relocations from .head.text code
` [PATCH v5 06/36] x86/boot: Remove run-time relocations from head_{32,64}.S
` [PATCH v5 13/36] vmlinux.lds.h: add PGO and AutoFDO input sections
` [PATCH v5 19/36] arm64/build: Add missing DWARF sections
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v5 28/36] x86/asm: Avoid generating unused kprobe sections
` [PATCH v5 29/36] x86/build: Enforce an empty .got.plt section
` [PATCH v5 32/36] x86/boot/compressed: Reorganize zero-size section asserts

[PATCH v4 00/17] Warn on orphan section placement
 2020-08-21 17:36 UTC  (3+ messages)

[efi:urgent] BUILD SUCCESS fb1201aececc59990b75ef59fca93ae4aa1e1444
 2020-08-20 21:40 UTC 

[PATCH] efi: discover ESRT table on Xen PV too
 2020-08-20 10:20 UTC  (16+ messages)

[efi:urgent] BUILD SUCCESS ed52deb08ae3a4ed161bd253c0845216e7bbad36
 2020-08-19 22:52 UTC 

[PATCH v2 0/2] UEFI v2.8 Memory Error Record Updates
 2020-08-19 14:35 UTC  (3+ messages)
` [PATCH v2 1/2] edac,ghes,cper: Add Row Extension to Memory Error Record
` [PATCH v2 2/2] cper,edac,efi: Memory Error Record: bank group/address and chip id

[efi:urgent] BUILD SUCCESS 477ecfc4260135c7a37f18e7648f0b135dcd352a
 2020-08-19  0:46 UTC 

[efi:urgent 6/7] arch/x86/platform/efi/efi_32.c:53:20: sparse: sparse: incorrect type in assignment (different address spaces)
 2020-08-17 19:04 UTC 

[PATCH 0/2] efi: old memmap removal followup fixes
 2020-08-17 10:30 UTC  (3+ messages)
` [PATCH 1/2] efi/x86: Move 32-bit code into efi_32.c
` [PATCH 2/2] Documentation: efi: remove description of efi=old_map

[PATCH v5 0/9] Add UEFI support for RISC-V
 2020-08-15 22:39 UTC  (20+ messages)
` [PATCH v5 1/9] RISC-V: Move DT mapping outof fixmap
` [PATCH v5 2/9] RISC-V: Add early ioremap support
` [PATCH v5 3/9] RISC-V: Implement late mapping page table allocation functions
` [PATCH v5 4/9] include: pe.h: Add RISC-V related PE definition
` [PATCH v5 5/9] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v5 6/9] RISC-V: Add EFI stub support
` [PATCH v5 7/9] efi: Rename arm-init to efi-init common for all arch
` [PATCH v5 8/9] RISC-V: Add EFI runtime services
` [PATCH v5 9/9] RISC-V: Add page table dump support for uefi

KASAN: use-after-free Read in refcount_inc_not_zero_checked (2)
 2020-08-14 18:48 UTC 

[PATCH 0/3] Three small fixes to cmdline parsing
 2020-08-14  6:28 UTC  (5+ messages)
` [PATCH 1/3] efi/libstub: Stop parsing arguments at "--"
` [PATCH 2/3] efi/libstub: Handle NULL cmdline
` [PATCH 3/3] efi/libstub: Handle unterminated cmdline

[PATCH v4 00/17] Introduce partial kernel_read_file() support
 2020-08-07  0:23 UTC  (11+ messages)
` [PATCH v4 09/17] LSM: Introduce kernel_post_load_data() hook
` [PATCH v4 10/17] firmware_loader: Use security_post_load_data()
` [PATCH v4 11/17] module: Call security_kernel_post_load_data()
` [PATCH v4 12/17] LSM: Add "contents" flag to kernel_read_file hook

[PATCH v2 0/5] kasan: support stack instrumentation for tag-based mode
 2020-08-04 13:24 UTC  (9+ messages)
` [PATCH v2 1/5] kasan: don't tag stacks allocated with pagealloc
` [PATCH v2 2/5] efi: provide empty efi_enter_virtual_mode implementation
` [PATCH v2 3/5] kasan, arm64: don't instrument functions that enable kasan
` [PATCH v2 4/5] kasan: allow enabling stack tagging for tag-based mode
` [PATCH v2 5/5] kasan: adjust kasan_stack_oob "

[hnaz-linux-mm:master 168/421] init/main.c:1012: undefined reference to `efi_enter_virtual_mode'
 2020-08-04 12:44 UTC  (5+ messages)

[RFT PATCH v4 0/9] Add UEFI support for RISC-V
 2020-08-03  0:55 UTC  (4+ messages)
` [RFT PATCH v4 3/9] RISC-V: Implement late mapping page table allocation functions


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