linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-29 20:10:13 to 2020-07-25 22:30:05 UTC [more...]

[GIT PULL] EFI fixes
 2020-07-25 22:30 UTC  (2+ messages)

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-25 17:20 UTC  (26+ messages)
` [PATCH v3 01/19] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v3 02/19] selftest/firmware: Add selftest timeout in settings
` [PATCH v3 03/19] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v3 04/19] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v3 05/19] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v3 06/19] fs/kernel_read_file: Split into separate include file
` [PATCH v3 07/19] fs/kernel_read_file: Split into separate source file
` [PATCH v3 08/19] fs/kernel_read_file: Remove redundant size argument
` [PATCH v3 09/19] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v3 10/19] fs/kernel_read_file: Add file_size output argument
` [PATCH v3 11/19] LSM: Introduce kernel_post_load_data() hook
` [PATCH v3 12/19] firmware_loader: Use security_post_load_data()
` [PATCH v3 13/19] module: Call security_kernel_post_load_data()
` [PATCH v3 14/19] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v3 15/19] IMA: Add support for file reads without contents
` [PATCH v3 16/19] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v3 17/19] firmware: Store opt_flags in fw_priv
` [PATCH v3 18/19] firmware: Add request_partial_firmware_into_buf()
` [PATCH v3 19/19] test_firmware: Test partial read support

[PATCH] efi/libstub: Stop parsing arguments at "--"
 2020-07-25 15:59 UTC 

[GIT PULL] EFI fixes for v5.8-rc
 2020-07-25 12:12 UTC  (5+ messages)

[PATCH] efi: add missed destroy_workqueue when efisubsys_init fails
 2020-07-23  6:28 UTC 

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

[PATCH] efi: add missed destroy_workqueue when efisubsys_init fails
 2020-07-20  7:22 UTC 

[PATCH] efi/x86: Mark kernel rodata non-executable
 2020-07-18  6:42 UTC  (2+ messages)

[PATCH] partitions/efi: Replace HTTP links with HTTPS ones
 2020-07-17  6:38 UTC 

[PATCH v2] tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
 2020-07-16 17:29 UTC  (4+ messages)

[PATCH v2 0/5] crypto: add sha256() function
 2020-07-16 11:54 UTC  (4+ messages)
` [PATCH v2 2/5] crypto: lib/sha256 - "
` [PATCH v2 3/5] efi: use sha256() instead of open coding

[PATCH] arch/x86/boot: Don't add the EFI stub to targets
 2020-07-15  7:21 UTC  (3+ messages)

[PATCH] ARM: mmu: fix crash in EFI calls due to p4d typo in create_mapping_late()
 2020-07-15  7:08 UTC  (3+ messages)

[PATCH v2] efi: avoid error message when booting under Xen
 2020-07-14  7:43 UTC  (3+ messages)

[patch v3 00/13] Remove UV1 platform support and associated efi=oldmap option
 2020-07-13 21:30 UTC  (14+ messages)
` [patch v3 01/13] x86: Remove support for UV1 platform from uv_time.c
` [patch v3 02/13] x86: Remove support for UV1 platform from uv_tlb.c
` [patch v3 03/13] x86: Remove support for UV1 platform from x2apic_uv_x.c
` [patch v3 04/13] x86: Remove support for UV1 platform from uv_mmrs.h
` [patch v3 05/13] x86: Remove support for UV1 platform from uv_bau.h
` [patch v3 06/13] x86: Remove support for uv1 platform from uv_hub.h
` [patch v3 07/13] x86: Remove support for UV1 platform from uv.h
` [patch v3 08/13] x86: Remove vestigial mention of UV1 platform from arch/x86/include/asm/uv/bios.h
` [patch v3 09/13] x86: Remove efi=old_map command line option
` [patch v3 10/13] x86: Delete SGI UV1 detection
` [patch v3 11/13] x86: Remove references to no-longer-used efi_have_uv1_memmap()
` [patch v3 12/13] x86: Remove uv bios and efi code related to (now unused) EFI_UV1_MEMMAP
` [patch v3 13/13] x86: Remove (now unused) EFI_UV1_MEMMAP from efi.h

[PATCH] efi: avoid error message when booting under Xen
 2020-07-10 13:41 UTC  (4+ messages)

[GIT PULL] EFI fixes
 2020-07-10 11:17 UTC  (10+ messages)

[PATCH] tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
 2020-07-10 11:02 UTC  (11+ messages)

[RFC PATCH] efi/libstub/arm64: Retain 2MB kernel Image alignment if !KASLR
 2020-07-10  8:56 UTC  (2+ messages)

[patch v2 00/13] Remove UV1 platform support and associated efi=oldmap option
 2020-07-09 18:09 UTC  (16+ messages)
` [patch v2 01/13] x86: Remove support for UV1 platform from uv_time.c
` [patch v2 02/13] x86: Remove support for UV1 platform from uv_tlb.c
` [patch v2 03/13] x86: Remove support for UV1 platform from x2apic_uv_x.c
` [patch v2 04/13] x86: Remove support for UV1 platform from uv_mmrs.h
` [patch v2 05/13] x86: Remove support for UV1 platform from uv_bau.h
` [patch v2 06/13] x86: Remove support for uv1 platform from uv_hub.h
` [patch v2 07/13] x86: Remove support for UV1 platform from uv.h
` [patch v2 08/13] x86: Remove vestigial mention of UV1 platform from arch/x86/include/asm/uv/bios.h
` [patch v2 09/13] x86: Remove efi=old_map command line option
` [patch v2 10/13] x86: Delete SGI UV1 detection
` [patch v2 11/13] x86: Remove references to no-longer-used efi_have_uv1_memmap()
` [patch v2 12/13] x86: Remove uv bios and efi code related to (now unused) EFI_UV1_MEMMAP
` [patch v2 13/13] x86: Remove (now unused) EFI_UV1_MEMMAP from efi.h

[PATCH] efi/libstub: EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER should not default to yes
 2020-07-09  6:44 UTC  (3+ messages)

[efi:urgent] BUILD SUCCESS e6082ffdb66b1c2bcf185434a091d82ab8264d97
 2020-07-09  1:28 UTC 

[PATCH v3] efi/efivars: Expose RT service availability via efivars abstraction
 2020-07-08 16:51 UTC  (2+ messages)

[PATCH v2] fs/efivarfs: Permit read-only access on platforms that lack SetVariable
 2020-07-08 11:19 UTC 

[PATCH 0/4] crypto: add sha256() function
 2020-07-08 11:01 UTC  (5+ messages)
` [PATCH 1/4] crypto: lib/sha256 - "
` [PATCH 2/4] efi: use sha256() instead of open coding

[PATCH] fs/efivarfs: Permit read-only access on platforms that lack SetVariable
 2020-07-08 10:09 UTC 

[efi:urgent] BUILD SUCCESS 4c1ce4640c35a17ebdc07661d26a715016401786
 2020-07-07 19:35 UTC 

[RFC PATCH v2 00/11] Add UEFI support for RISC-V
 2020-07-07  7:49 UTC  (14+ messages)
` [RFC PATCH v2 01/11] efi/libstub: Move the function prototypes to header file
` [RFC PATCH v2 02/11] RISC-V: Move DT mapping outof fixmap
` [RFC PATCH v2 03/11] RISC-V: Setup exception vector early
` [RFC PATCH v2 04/11] RISC-V: Add early ioremap support
` [RFC PATCH v2 05/11] RISC-V: Set maximum number of mapped pages correctly
` [RFC PATCH v2 06/11] riscv: Parse all memory blocks to remove unusable memory
` [RFC PATCH v2 07/11] include: pe.h: Add RISC-V related PE definition
` [RFC PATCH v2 08/11] RISC-V: Add PE/COFF header for EFI stub
` [RFC PATCH v2 09/11] RISC-V: Add EFI stub support
` [RFC PATCH v2 10/11] efi: Rename arm-init to efi-init common for all arch
` [RFC PATCH v2 11/11] RISC-V: Add EFI runtime services

[PATCH 1/2] kbuild: remove cc-option test of -fno-stack-protector
 2020-07-01 19:33 UTC  (8+ messages)

[patch 00/13] Remove UV1 platform support and associated efi=oldmap option
 2020-07-01 15:28 UTC  (19+ messages)
` [patch 01/13] Remove support for UV1 platform from uv_time.c
` [patch 02/13] Remove support for UV1 platform from uv_tlb.c
` [patch 03/13] Remove support for UV1 platform from x2apic_uv_x.c
` [patch 04/13] Remove support for UV1 platform from uv_mmrs.h
` [patch 05/13] Remove support for UV1 platform from uv_bau.h
` [patch 06/13] Remove support for uv1 platform from uv_hub.h
` [patch 07/13] Remove support for UV1 platform from uv.h
` [patch 08/13] Remove vestigial mention of UV1 platform from arch/x86/include/asm/uv/bios.h
` [patch 09/13] Remove efi=old_map command line option
` [patch 10/13] Delete SGI UV1 detection
` [patch 11/13] Remove references to no-longer-used efi_have_uv1_memmap()
` [patch 12/13] Remove uv bios and efi code related to (now unused) EFI_UV1_MEMMAP
` [patch 13/13] Remove (now unused) EFI_UV1_MEMMAP from efi.h

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29 21:06 UTC  (30+ messages)
` [PATCH v4 01/17] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [PATCH v4 02/17] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v4 03/17] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v4 04/17] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v4 05/17] ctype: Work around Clang -mbranch-protection=none bug
` [PATCH v4 07/17] arm64/build: Use common DISCARDS in linker script
` [PATCH v4 08/17] arm64/mm: Remove needless section quotes
` [PATCH v4 09/17] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v4 11/17] arm64/build: Warn on orphan section placement
` [PATCH v4 12/17] arm/build: Refactor linker script headers
` [PATCH v4 13/17] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v4 14/17] arm/build: Warn on orphan section placement
` [PATCH v4 15/17] arm/boot: "
` [PATCH v4 16/17] x86/build: "
` [PATCH v4 17/17] x86/boot: "

[RFC PATCH 00/11] Add UEFI support for RISC-V
 2020-06-29 20:09 UTC  (7+ messages)
` [RFC PATCH 01/11] efi: Fix gcc error around __umoddi3 for 32 bit builds


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