linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 13:37:15 to 2020-05-27 18:50:16 UTC [more...]

[PATCH v2 0/3] x86/boot: get rid of GOT entries and associated fixup code
 2020-05-27 18:30 UTC  (15+ messages)
` [PATCH v2 1/3] x86/boot/compressed: move .got.plt entries out of the .got section
` [PATCH v2 2/3] x86/boot/compressed: force hidden visibility for all symbol references
` [PATCH v2 3/3] x86/boot/compressed: get rid of GOT fixup code

[PATCH] efi: Replace zero-length array and use struct_size() helper
 2020-05-27 17:14 UTC 

[efi:next] BUILD SUCCESS 84780c5438efd96cfd27fc0d7722aee3b3fe44e6
 2020-05-26 19:20 UTC 

[PATCH 0/1] efi/x86: Use firmware stack for mixed-mode EFI stub
 2020-05-26 17:02 UTC  (2+ messages)
` [PATCH 1/1] "

[GIT PULL] EFI changes for v5.8
 2020-05-25 13:14 UTC  (2+ messages)

[PATCH] efi/x86: Drop the special GDT for the EFI thunk
 2020-05-23 22:40 UTC  (2+ messages)

[PATCH] efi/libstub: Add missing prototype for PE/COFF entry point
 2020-05-23 10:27 UTC 

[Patch v2] efi: cper: Add support for printing Firmware Error Record Reference
 2020-05-22 18:30 UTC  (4+ messages)
` [tip: efi/urgent] "

[PATCH] efi/efivars: Add missing kobject_put() in sysfs entry creation error path
 2020-05-22 16:19 UTC 

[PATCH] x86/boot: Discard .discard.unreachable for arch/x86/boot/compressed/vmlinux
 2020-05-22 15:59 UTC  (7+ messages)

[PATCH v1] efi/dev-path-parser: Switch to acpi_dev_get_first_match_dev()
 2020-05-22 15:34 UTC  (2+ messages)

[GIT PULL 0/7] EFI fixes for v5.7
 2020-05-22 14:45 UTC  (15+ messages)
` [PATCH 1/7] efi/libstub: Avoid returning uninitialized data from setup_graphics()
` [PATCH 2/7] efi/earlycon: Fix early printk for wider fonts
` [PATCH 3/7] efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
` [PATCH 4/7] efi: cper: Add support for printing Firmware Error Record Reference
` [PATCH 5/7] x86/boot: Mark global variables as static
` [PATCH 6/7] efi: Pull up arch-specific prototype efi_systab_show_arch()
` [PATCH 7/7] tpm: check event log version before reading final events

[PATCH 00/24] efi/libstub: Add printf implementation
 2020-05-22 13:13 UTC  (36+ messages)
` [PATCH 01/24] efi/libstub: Include dependencies of efistub.h
` [PATCH 02/24] efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
` [PATCH 03/24] efi/libstub: Buffer output of efi_puts
` [PATCH 04/24] efi/libstub: Add a basic printf implementation
` [PATCH 05/24] efi/libstub: Optimize for size instead of speed
` [PATCH 06/24] efi/printf: Drop %n format and L qualifier
` [PATCH 07/24] efi/printf: Add 64-bit and 8-bit integer support
` [PATCH 08/24] efi/printf: Factor out flags parsing and handle '%' earlier
` [PATCH 09/24] efi/printf: Fix minor bug in precision handling
` [PATCH 10/24] efi/printf: Merge 'p' with the integer formats
` [PATCH 11/24] efi/printf: Factor out width/precision parsing
` [PATCH 12/24] efi/printf: Factor out integer argument retrieval
` [PATCH 13/24] efi/printf: Handle null string input
` [PATCH 14/24] efi/printf: Refactor code to consolidate padding and output
` [PATCH 15/24] efi/printf: Abort on invalid format
` [PATCH 16/24] efi/printf: Turn vsprintf into vsnprintf
` [PATCH 17/24] efi/libstub: Implement printk-style logging
` [PATCH 18/24] efi/libstub: Add definitions for console input and events
` [PATCH 19/24] efi/gop: Add an option to list out the available GOP modes
` [PATCH 20/24] efi/printf: Add support for wchar_t (UTF-16)
` [PATCH 21/24] efi/libstub: Add UTF-8 decoding to efi_puts
` [PATCH 22/24] efi/libstub: Use %ls for filename
` [PATCH 23/24] efi/libstub: Get the exact UTF-8 length
` [PATCH 24/24] efi/libstub: Use snprintf with %ls to convert the command line
      ` [PATCH] efi/libstub: Don't parse overlong command lines

[PATCH v6 00/10] Subject: Enable Linux guests on Hyper-V on ARM64
 2020-05-22 11:32 UTC  (11+ messages)
` [PATCH v6 09/10] arm64: efi: Export screen_info
          `  "

[PATCH v1 2/2] firmware: dmi_scan: Pass dmi_entry_point to kexec'ed kernel
 2020-05-21 17:39 UTC  (8+ messages)

[efi:next] BUILD SUCCESS 3727a532f27c2c43db2658c2402a0aff4caad3fd
 2020-05-21  2:48 UTC 

[efi:next 22/40] ld.lld: warning: vsprintf.c:(.discard.unreachable+0x0): has non-ABS relocation R_X86_64_PC32 against symbol ''
 2020-05-21  0:23 UTC  (9+ messages)

[GIT PULL v2] ARM: simplify handover from UEFI to decompressor
 2020-05-20 21:32 UTC 

[efi:next 39/40] drivers/firmware/efi/libstub/efi-stub-helper.c:265 efi_convert_cmdline() warn: qualifier 'l' ignored for %s specifier
 2020-05-20 18:20 UTC  (6+ messages)

[PATCH 3.16 44/99] efi/x86: Map the entire EFI vendor string before copying it
 2020-05-20 14:14 UTC 

[GIT PULL 00/15] More EFI changes for v5.8
 2020-05-20  7:20 UTC  (18+ messages)
` [PATCH 01/15] efi/x86: Use correct size for boot_params
` [PATCH 02/15] efi/libstub: Add a helper function to split 64-bit values
` [PATCH 03/15] efi/libstub: Move pr_efi/pr_efi_err into efi namespace
` [PATCH 04/15] efi/x86: Use efi_err for error messages
` [PATCH 05/15] efi/gop: "
` [PATCH 06/15] efi/tpm: "
` [PATCH 07/15] efi/libstub: Upgrade ignored dtb= argument message to error
` [PATCH 08/15] efi/x86: Move command-line initrd loading to efi_main
` [PATCH 09/15] efi/libstub: Unify initrd loading across architectures
` [PATCH 10/15] efi/x86: Support builtin command line
` [PATCH 11/15] efi/libstub: Check return value of efi_parse_options
` [PATCH 12/15] efi/libstub: Fix mixed mode boot issue after macro refactor
` [PATCH 13/15] efi/libstub/x86: Work around LLVM ELF quirk build regression
` [PATCH 14/15] efi/libstub: Make efi_printk() input argument const char*
` [PATCH 15/15] efi/libstub: Correct comment typos

[efi:next] BUILD SUCCESS e5fbadd1179cdadeaa44d71a9ec068c5bc100524
 2020-05-19 19:49 UTC 

[PATCH v4 0/5] ARM: simplify handover from UEFI to decompressor
 2020-05-19 16:26 UTC  (6+ messages)
` [PATCH v4 1/5] ARM: decompressor: move headroom variable out of LC0
` [PATCH v4 2/5] ARM: decompressor: split off _edata and stack base into separate object
` [PATCH v4 3/5] ARM: decompressor: defer loading of the contents of the LC0 structure
` [PATCH v4 4/5] ARM: decompressor: move GOT into .data for EFI enabled builds
` [PATCH v4 5/5] ARM: decompressor: run decompressor in place if loaded via UEFI

[PATCH] efi/libstub: use pool allocation for the command line
 2020-05-19  8:52 UTC 

[PATCH v5 0/6] Introduce NVIDIA Tegra Partition Table
 2020-05-18  8:00 UTC  (15+ messages)
` [PATCH v5 1/6] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v5 2/6] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v5 3/6] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v5 4/6] partitions/efi: Support GPT entry lookup at a non-standard location
` [PATCH v5 5/6] partitions/tegra: Support enforced GPT scanning
` [PATCH v5 6/6] soc/tegra: Expose Boot Configuration Table via sysfs

[PATCH v6 0/7] Introduce NVIDIA Tegra Partition Table
 2020-05-18  7:51 UTC  (11+ messages)
` [PATCH v6 1/7] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v6 2/7] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v6 3/7] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v6 4/7] partitions/efi: Support GPT entry lookup at a non-standard location
` [PATCH v6 5/7] partitions/efi: Improve coding style
` [PATCH v6 6/7] partitions/tegra: Support enforced GPT scanning
` [PATCH v6 7/7] soc/tegra: Expose Boot Configuration Table via sysfs

[efi:urgent] BUILD SUCCESS b4f1874c62168159fdb419ced4afc77c1b51c475
 2020-05-17 18:59 UTC 

[GIT PULL] ARM: simplify handover from UEFI to decompressor
 2020-05-17 12:09 UTC 

[PATCH v2] efi: Pull up arch-specific prototype efi_systab_show_arch()
 2020-05-16 13:37 UTC  (3+ messages)

[PATCH] efi: Pull up arch-specific prototype efi_systab_show_arch()
 2020-05-16 13:01 UTC  (2+ messages)

[PATCH v4 0/6] Introduce NVIDIA Tegra Partition Table
 2020-05-15 15:52 UTC  (11+ messages)
` [PATCH v4 1/6] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v4 2/6] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v4 3/6] partitions: Introduce NVIDIA Tegra Partition Table
` [PATCH v4 4/6] partitions/efi: Support GPT entry lookup at a non-standard location
` [PATCH v4 5/6] partitions/tegra: Support gpt_sector= command line option
` [PATCH v4 6/6] soc/tegra: Expose Boot Configuration Table via sysfs

[PATCH AUTOSEL 5.6 59/62] gcc-10: mark more functions __init to avoid section mismatch warnings
 2020-05-14 18:51 UTC 

[PATCH AUTOSEL 5.4 46/49] gcc-10: mark more functions __init to avoid section mismatch warnings
 2020-05-14 18:53 UTC 

[efi:urgent] BUILD SUCCESS 6d18c58caf5b45ee8fb0cd90e4e109605ad7d5c4
 2020-05-14 17:50 UTC 

[efi:urgent] BUILD SUCCESS 84d262f05313532f227638745f161bfc02cc7802
 2020-05-13  8:59 UTC 

[PATCH v2 4/5] efi/x86: Remove extra headroom for setup block
 2020-05-12 11:05 UTC  (8+ messages)
        ` [PATCH] x86/boot: Mark global variables as static

[efi:urgent] BUILD SUCCESS adb96adcc600d807c48c57e259ece1a517f61436
 2020-05-08  4:33 UTC 

[PATCH V3] efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
 2020-05-07 19:24 UTC  (2+ messages)

[PATCH v2] efi/libstub/x86: Work around LLVM ELF quirk build regression
 2020-05-07 19:07 UTC  (2+ messages)

[PATCH V2] efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
 2020-05-07 16:41 UTC  (2+ 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).