linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 14:56:43 to 2020-08-01 05:35:17 UTC [more...]

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-01  5:35 UTC  (44+ messages)
` [PATCH v5 01/36] x86/boot/compressed: Move .got.plt entries out of the .got section
` [PATCH v5 02/36] x86/boot/compressed: Force hidden visibility for all symbol references
` [PATCH v5 03/36] x86/boot/compressed: Get rid of GOT fixup code
` [PATCH v5 04/36] x86/boot: Add .text.* to setup.ld
` [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 07/36] x86/boot: Check that there are no run-time relocations
` [PATCH v5 08/36] vmlinux.lds.h: Create COMMON_DISCARDS
` [PATCH v5 09/36] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
` [PATCH v5 10/36] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v5 11/36] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v5 12/36] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v5 13/36] vmlinux.lds.h: add PGO and AutoFDO input sections
` [PATCH v5 14/36] efi/libstub: Disable -mbranch-protection
` [PATCH v5 15/36] arm64/mm: Remove needless section quotes
` [PATCH v5 16/36] arm64/kernel: Remove needless Call Frame Information annotations
` [PATCH v5 17/36] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v5 18/36] arm64/build: Use common DISCARDS in linker script
` [PATCH v5 19/36] arm64/build: Add missing DWARF sections
` [PATCH v5 20/36] arm64/build: Assert for unwanted sections
` [PATCH v5 21/36] arm64/build: Warn on orphan section placement
` [PATCH v5 22/36] arm/build: Refactor linker script headers
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v5 24/36] arm/build: Add missing sections
` [PATCH v5 25/36] arm/build: Warn on orphan section placement
` [PATCH v5 26/36] arm/boot: Handle all sections explicitly
` [PATCH v5 27/36] arm/boot: Warn on orphan section placement
` [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 30/36] x86/build: Assert for unwanted sections
` [PATCH v5 31/36] x86/build: Warn on orphan section placement
` [PATCH v5 32/36] x86/boot/compressed: Reorganize zero-size section asserts
` [PATCH v5 33/36] x86/boot/compressed: Remove, discard, or assert for unwanted sections
` [PATCH v5 34/36] x86/boot/compressed: Add missing debugging sections to output
` [PATCH v5 35/36] x86/boot/compressed: Warn on orphan section placement
` [PATCH v5 36/36] arm/build: Assert for unwanted sections

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

[PATCH v4 00/17] Introduce partial kernel_read_file() support
 2020-07-30  2:26 UTC  (22+ messages)
` [PATCH v4 01/17] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v4 02/17] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v4 03/17] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v4 04/17] fs/kernel_read_file: Split into separate include file
` [PATCH v4 05/17] fs/kernel_read_file: Split into separate source file
` [PATCH v4 06/17] fs/kernel_read_file: Remove redundant size argument
` [PATCH v4 07/17] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v4 08/17] fs/kernel_read_file: Add file_size output argument
` [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 v4 13/17] IMA: Add support for file reads without contents
` [PATCH v4 14/17] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v4 15/17] firmware: Store opt_flags in fw_priv
` [PATCH v4 16/17] firmware: Add request_partial_firmware_into_buf()
` [PATCH v4 17/17] test_firmware: Test partial read support

[PATCH] efi/libstub: Handle NULL cmdline
 2020-07-29 19:33 UTC 

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-29 19:13 UTC  (51+ 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

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

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

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

[PATCH] tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
 2020-07-10 11:02 UTC  (7+ 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  (6+ messages)
` [patch v2 03/13] x86: Remove support for UV1 platform from x2apic_uv_x.c
` [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


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