Linux EFI Development - Date Index
[Prev Page][Next Page]
- Re: [RFC PATCH] efi/x86: limit EFI old memory map to SGI UV1 machines, (continued)
[GIT PULL 00/25] EFI updates for v5.6,
Ard Biesheuvel
- [PATCH 02/25] efi/gop: Remove unused typedef, Ard Biesheuvel
- [PATCH 04/25] efi/gop: Unify 32/64-bit functions, Ard Biesheuvel
- [PATCH 05/25] efi/libstub: remove unused __efi_call_early() macro, Ard Biesheuvel
- [PATCH 13/25] efi/libstub/x86: avoid thunking for native firmware calls, Ard Biesheuvel
- [PATCH 18/25] efi/libstub: drop sys_table_arg from printk routines, Ard Biesheuvel
- [PATCH 20/25] efi/libstub/x86: work around page freeing issue in mixed mode, Ard Biesheuvel
- [PATCH 22/25] efi/libstub: drop 'table' argument from efi_table_attr() macro, Ard Biesheuvel
- [PATCH 23/25] efi/libstub: rename efi_call_early/_runtime macros to be more intuitive, Ard Biesheuvel
- [PATCH 24/25] efi/libstub: tidy up types and names of global cmdline variables, Ard Biesheuvel
- [PATCH 25/25] efi/libstub/x86: avoid globals to store context during mixed mode calls, Ard Biesheuvel
- [PATCH 21/25] efi/libstub: drop protocol argument from efi_call_proto() macro, Ard Biesheuvel
- [PATCH 17/25] efi/libstub/x86: drop __efi_early() export and efi_config struct, Ard Biesheuvel
- [PATCH 12/25] efi/libstub: annotate firmware routines as __efiapi, Ard Biesheuvel
- [PATCH 14/25] efi/libstub: avoid protocol wrapper for file I/O routines, Ard Biesheuvel
- [PATCH 15/25] efi/libstub: get rid of 'sys_table_arg' macro parameter, Ard Biesheuvel
- [PATCH 19/25] efi/libstub: remove 'sys_table_arg' from all function prototypes, Ard Biesheuvel
- [PATCH 16/25] efi/libstub: unify the efi_char16_printk implementations, Ard Biesheuvel
- [PATCH 11/25] efi/libstub: use stricter typing for firmware function pointers, Ard Biesheuvel
- [PATCH 07/25] efi/libstub: use a helper to iterate over a EFI handle array, Ard Biesheuvel
- [PATCH 09/25] efi/libstub: distinguish between native/mixed not 32/64 bit, Ard Biesheuvel
- [PATCH 10/25] efi/libstub: drop explicit 32/64-bit protocol definitions, Ard Biesheuvel
- [PATCH 08/25] efi/libstub: extend native protocol definitions with mixed_mode aliases, Ard Biesheuvel
- [PATCH 03/25] efi/gop: Convert GOP structures to typedef and cleanup some types, Ard Biesheuvel
- [PATCH 06/25] efi/x86: rename efi_is_native() to efi_is_mixed(), Ard Biesheuvel
- [PATCH 01/25] efi/gop: Remove bogus packed attribute from GOP structures, Ard Biesheuvel
- Re: [GIT PULL 00/25] EFI updates for v5.6, Ingo Molnar
[GIT PULL 0/3] EFI fixes for v5.5,
Ard Biesheuvel
[PATCH v2] efi: arm: defer probe of PCIe backed efifb on DT systems,
Saravana Kannan
[PATCH] x86/efistub: disable paging at mixed mode entry,
Ard Biesheuvel
[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode,
Ard Biesheuvel
- [PATCH v2 01/21] efi/libstub: remove unused __efi_call_early() macro, Ard Biesheuvel
- [PATCH v2 02/21] efi/x86: rename efi_is_native() to efi_is_mixed(), Ard Biesheuvel
- [PATCH v2 03/21] efi/libstub: use a helper to iterate over a EFI handle array, Ard Biesheuvel
- [PATCH v2 04/21] efi/libstub: extend native protocol definitions with mixed_mode aliases, Ard Biesheuvel
- [PATCH v2 05/21] efi/libstub: distinguish between native/mixed not 32/64 bit, Ard Biesheuvel
- [PATCH v2 06/21] efi/libstub/x86: use mixed mode helpers to populate efi_config, Ard Biesheuvel
- [PATCH v2 07/21] efi/libstub: drop explicit 32/64-bit protocol definitions, Ard Biesheuvel
- [PATCH v2 08/21] efi/libstub: use stricter typing for firmware function pointers, Ard Biesheuvel
- [PATCH v2 09/21] efi/libstub: annotate firmware routines as __efiapi, Ard Biesheuvel
- [PATCH v2 10/21] efi/libstub/x86: avoid thunking for native firmware calls, Ard Biesheuvel
- [PATCH v2 11/21] efi/libstub: get rid of 'sys_table_arg' macro parameter, Ard Biesheuvel
- [PATCH v2 12/21] efi/libstub: unify the efi_char16_printk implementations, Ard Biesheuvel
- [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct, Ard Biesheuvel
- [PATCH v2 14/21] efi/libstub: drop sys_table_arg from printk routines, Ard Biesheuvel
- [PATCH v2 15/21] efi/libstub: remove 'sys_table_arg' from all function prototypes, Ard Biesheuvel
- [PATCH v2 16/21] efi/libstub: drop protocol argument from efi_call_proto() macro, Ard Biesheuvel
- [PATCH v2 17/21] efi/libstub: drop 'table' argument from efi_table_attr() macro, Ard Biesheuvel
- [PATCH v2 18/21] efi/libstub: use 'func' not 'f' as macro parameter, Ard Biesheuvel
- [PATCH v2 19/21] efi/libstub: tidy up types and names of global cmdline variables, Ard Biesheuvel
- [PATCH v2 20/21] efi/libstub: import type definitions for creating and signalling events, Ard Biesheuvel
- [PATCH v2 21/21] efi: Allow disabling PCI busmastering on bridges during boot, Ard Biesheuvel
- Re: [PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode, Hans de Goede
[PATCH 00/10] efi/x86: confine type unsafe casting to mixed mode,
Ard Biesheuvel
- [PATCH 02/10] efi/x86: rename efi_is_native() to efi_is_mixed(), Ard Biesheuvel
- [PATCH 05/10] efi/libstub: distinguish between native/mixed not 32/64 bit, Ard Biesheuvel
- [PATCH 01/10] efi/libstub: remove unused __efi_call_early() macro, Ard Biesheuvel
- [PATCH 03/10] efi/libstub: use a helper to iterate over a EFI handle array, Ard Biesheuvel
- [PATCH 04/10] efi/libstub: add missing apple_properties_protocol_t definition, Ard Biesheuvel
- [PATCH 06/10] efi/libstub/x86: use mixed mode helpers to populate efi_config, Ard Biesheuvel
- [PATCH 07/10] efi/libstub: drop explicit 64-bit protocol definitions, Ard Biesheuvel
- [PATCH 08/10] efi/libstub: use stricter typing for firmware function pointers, Ard Biesheuvel
- [PATCH 09/10] efi/libstub: annotate firmware routines as __efiapi, Ard Biesheuvel
- [PATCH 10/10] efi/libstub/x86: avoid thunking for native firmware calls, Ard Biesheuvel
[PATCH V2] efi: Allow disabling PCI busmastering on bridges during boot, Matthew Garrett
[PATCH] efi/libstub: disable file loading and page deallocation in mixed mode,
Ard Biesheuvel
[PATCH 0/2 v2] efi: cosmetic patches for the error messages when,
Lee, Chun-Yi
efi/gop: do we need to check ConOut any more?,
Arvind Sankar
[RFC PATCH 0/5] efi/gop: Merge 32/64-bit code,
Arvind Sankar
[PATCH 5.5 regression fix 0/2] efi/libstub: Fix mixed-mode crash at boot,
Hans de Goede
[PATCH 0/2] efi: cosmetic patches for the error messages when loading certificates,
Lee, Chun-Yi
[PATCH] efi/earlycon: Fix write-combine mapping on x86,
Arvind Sankar
[PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support,
Hans de Goede
- [PATCH v10 01/10] efi: Export boot-services code and data as debugfs-blobs, Hans de Goede
- [PATCH v10 02/10] efi: Add embedded peripheral firmware support, Hans de Goede
- [PATCH v10 05/10] test_firmware: add support for firmware_request_platform, Hans de Goede
- [PATCH v10 08/10] Input: icn8505 - Switch to firmware_request_platform for retreiving the fw, Hans de Goede
- [PATCH v10 09/10] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support, Hans de Goede
- [PATCH v10 07/10] Input: silead - Switch to firmware_request_platform for retreiving the fw, Hans de Goede
- [PATCH v10 10/10] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet, Hans de Goede
- [PATCH v10 04/10] firmware: Add new platform fallback mechanism and firmware_request_platform(), Hans de Goede
- [PATCH v10 06/10] selftests: firmware: Add firmware_request_platform tests, Hans de Goede
- [PATCH v10 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS, Hans de Goede
- Re: [PATCH v10 00/10] efi/firmware/platform-x86: Add EFI embedded fw support, Hans de Goede
[GIT PULL 0/1] EFI fix for v5.5,
Ard Biesheuvel
Re: PROBLEM: Kernel 5.4.2 Oops: ARCH=i386, Intel n270 CPU, CONFIG_EFI_RCI2=y, CONFIG_HIHGMEM64G=y, Ard Biesheuvel
[efi:next 4/4] arch/x86//platform/efi/efi.c:598:11: warning: 'return' with a value, in function returning void, kbuild test robot
[efi:next 1/4] drivers/firmware//efi/libstub/tpm.c:23:0: warning: "get_efi_var" redefined, kbuild test robot
[GIT PULL 0/6] EFI fixes for v5.5,
Ard Biesheuvel
[PATCH v9 00/10] efi/firmware/platform-x86: Add EFI embedded fw support,
Hans de Goede
- [PATCH v9 01/10] efi: Export boot-services code and data as debugfs-blobs, Hans de Goede
- [PATCH v9 02/10] efi: Add embedded peripheral firmware support, Hans de Goede
- [PATCH v9 03/10] firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFS, Hans de Goede
- [PATCH v9 04/10] firmware: Add new platform fallback mechanism and firmware_request_platform(), Hans de Goede
- [PATCH v9 05/10] test_firmware: add support for firmware_request_platform, Hans de Goede
- [PATCH v9 06/10] selftests: firmware: Add firmware_request_platform tests, Hans de Goede
- [PATCH v9 07/10] Input: silead - Switch to firmware_request_platform for retreiving the fw, Hans de Goede
- [PATCH v9 08/10] Input: icn8505 - Switch to firmware_request_platform for retreiving the fw, Hans de Goede
- [PATCH v9 09/10] platform/x86: touchscreen_dmi: Add EFI embedded firmware info support, Hans de Goede
- [PATCH v9 10/10] platform/x86: touchscreen_dmi: Add info for the Chuwi Vi8 Plus tablet, Hans de Goede
[PATCH v4] efi/earlycon: Remap entire framebuffer after page initialization,
Ard Biesheuvel
[PATCH] efi/memreserve: register reservations as 'reserved' in /proc/iomem,
Ard Biesheuvel
[PATCH] x86/efi: update e820 about reserved EFI boot services data to fix kexec breakage,
Dave Young
[PATCH 1/2] efi/gop: Fix return value of setup_gop32/64,
Arvind Sankar
[PATCH v2 0/2] efi: arm64: Introduce /proc/efi/memreserve to tell the persistent pages,
Masayoshi Mizuma
[PATCH 0/2] efi: simplify property table handling on ARM,
Ard Biesheuvel
[PATCH] [EFI,PCI] Allow disabling PCI busmastering on bridges during boot,
Matthew Garrett
[PATCH] efi: fix type of unload field in efi_loaded_image_t,
Arvind Sankar
[PATCH] efi/fdt: install new fdt config table,
Rob Clark
[PATCH v2 00/12] treewide: break dependencies on x86's RM header,
Sean Christopherson
- [PATCH v2 09/12] ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH v2 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function, Sean Christopherson
- [PATCH v2 12/12] x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/realmode.h> from <asm/acpi.h>, Sean Christopherson
- [PATCH v2 08/12] vmw_balloon: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH v2 07/12] virt: vbox: Explicitly include linux/io.h to pick up various defs, Sean Christopherson
- [PATCH v2 10/12] x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h, Sean Christopherson
- [PATCH v2 04/12] x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH v2 05/12] perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys(), Sean Christopherson
- [PATCH v2 06/12] efi/capsule-loader: Explicitly include linux/io.h for page_to_phys(), Sean Christopherson
- [PATCH v2 01/12] x86/efi: Explicitly include realmode.h to handle RM trampoline quirk, Sean Christopherson
- [PATCH v2 02/12] x86/boot: Explicitly include realmode.h to handle RM reservations, Sean Christopherson
- [PATCH v2 03/12] x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- Re: [PATCH v2 00/12] treewide: break dependencies on x86's RM header, Ingo Molnar
[PATCH] efi: arm: defer probe of PCIe backed efifb on DT systems,
Ard Biesheuvel
[GIT PULL] ACPI updates for v5.5-rc1,
Rafael J. Wysocki
[PATCH] efi: arm64: Introduce /sys/firmware/efi/memreserve to tell the persistent pages,
Masayoshi Mizuma
[GIT PULL] EFI updates for v5.5,
Ingo Molnar
Re: kexec_file overwrites reserved EFI ESRT memory,
Michael Weiser
[PATCH] firmware/efi: Fix Kconfig indentation, Krzysztof Kozlowski
[PATCH 00/12] treewide: break dependencies on x86's RM header,
Sean Christopherson
- [PATCH 12/12] x86/ACPI/sleep: Move acpi_wakeup_address() definition into sleep.c, Sean Christopherson
- [PATCH 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function, Sean Christopherson
- [PATCH 10/12] x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h, Sean Christopherson
- [PATCH 07/12] virt: vbox: Explicitly include linux/io.h to pick up various defs, Sean Christopherson
- [PATCH 09/12] ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH 08/12] vmw_balloon: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH 06/12] efi/capsule-loader: Explicitly include linux/io.h for page_to_phys(), Sean Christopherson
- [PATCH 02/12] x86/boot: Explicitly include realmode.h to handle RM reservations, Sean Christopherson
- [PATCH 03/12] x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH 04/12] x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH 05/12] perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys(), Sean Christopherson
- [PATCH 01/12] x86/efi: Explicitly include realmode.h to handle RM trampoline quirk, Sean Christopherson
- Re: [PATCH 00/12] treewide: break dependencies on x86's RM header, Ingo Molnar
[PATCH 0/1] Temporary fix for data abort on armv6z EFI boot,
Cristian Ciocaltea
Re: PROBLEM: error and warning from 5.4.0-rc7, Randy Dunlap
[PATCH v8 0/8] efi/firmware/platform-x86: Add EFI embedded fw support,
Hans de Goede
[PATCH v3] efi/earlycon: Remap entire framebuffer after page initialization,
Andy Shevchenko
[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN),
Marco Elver
- [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure, Marco Elver
- [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools, Marco Elver
- [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions, Marco Elver
- [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN, Marco Elver
- [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier, Marco Elver
- [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86, Marco Elver
- [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation, Marco Elver
- [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops, Marco Elver
- [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist, Marco Elver
- [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro, Marco Elver
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Paul E. McKenney
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Qian Cai
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Qian Cai
[RFC PATCH v2] efi: arm64: Introduce /sys/firmware/efi/memreserve to tell the persistent pages,
Masayoshi Mizuma
[PATCH v5 0/6] CCIX Protocol error reporting.,
Jonathan Cameron
[PATCH] efi: sanity check in case memermap() at efi_mem_reserve_persistent() returns NULL, Masayoshi Mizuma
[PATCH v4 0/6] CCIX Protocol error reporting.,
Jonathan Cameron
[PATCH v3 0/6] CCIX Protocol error reporting.,
Jonathan Cameron
[RFC PATCH] efi: arm64: Introduce /sys/firmware/efi/memreserve to tell the persistent pages,
Masayoshi Mizuma
[PATCH v2] efi/earlycon: Remap entire framebuffer after page initialization,
Andy Shevchenko
[PATCH v6 0/3] x86/boot: Introduce the kernel_info et consortes,
Daniel Kiper
Linux 5.3.8: gsmi: failed to allocate name buffer. BUG: kernel NULL pointer dereference,
Kyle K
[PATCH 5.3 176/193] efi: libstub/arm: Account for firmware reserved memory at the base of RAM, Greg Kroah-Hartman
[PATCH 5.3 177/193] x86, efi: Never relocate kernel below lowest acceptable address, Greg Kroah-Hartman
[PATCH 5.3 175/193] efi/tpm: Return -EINVAL when determining tpm final events log size fails, Greg Kroah-Hartman
[PATCH v1] efi/earlycon: Remap entire framebuffer after page initialization,
Andy Shevchenko
[PATCH] efi: Fix comment for efi_mem_type() wrt absent physical addresses,
Anshuman Khandual
[PATCH v9 0/4] powerpc: expose secure variables to the kernel and userspace,
Nayna Jain
[PATCH AUTOSEL 4.19 135/191] efi/x86: Handle page faults occurring while running EFI runtime services,
Sasha Levin
[PATCH AUTOSEL 4.19 134/191] efi: Make efi_rts_work accessible to efi page fault handler,
Sasha Levin
[PATCH AUTOSEL 4.19 133/191] efi: honour memory reservations passed via a linux specific config table,
Sasha Levin
[PATCH AUTOSEL 4.19 191/191] x86/efi: fix a -Wtype-limits compilation warning, Sasha Levin
[PATCH v8 0/4] powerpc: expose secure variables to the kernel and userspace,
Nayna Jain
[GIT PULL 0/4] EFI updates for v5.5,
Ard Biesheuvel
[PATCH V2] EFI/stub: tpm: enable tpm eventlog function for ARM64 platform,
Xinwei Kong
[PATCH v7 0/4] powerpc: expose secure variables to the kernel and userspace,
Eric Richter
[PATCH v8 00/12] EFI Specific Purpose Memory Support,
Dan Williams
- [PATCH v8 01/12] acpi/numa: Establish a new drivers/acpi/numa/ directory, Dan Williams
- [PATCH v8 02/12] efi: Enumerate EFI_MEMORY_SP, Dan Williams
- [PATCH v8 03/12] x86/efi: Push EFI_MEMMAP check into leaf routines, Dan Williams
- [PATCH v8 04/12] efi: Common enable/disable infrastructure for EFI soft reservation, Dan Williams
- [PATCH v8 05/12] x86/efi: EFI soft reservation to E820 enumeration, Dan Williams
- [PATCH v8 06/12] arm/efi: EFI soft reservation to memblock, Dan Williams
- [PATCH v8 08/12] lib: Uplevel the pmem "region" ida to a global allocator, Dan Williams
- [PATCH v8 07/12] x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP, Dan Williams
- [PATCH v8 10/12] device-dax: Add a driver for "hmem" devices, Dan Williams
- [PATCH v8 09/12] dax: Fix alloc_dax_region() compile warning, Dan Williams
- [PATCH v8 11/12] acpi/numa/hmat: Register HMAT at device_initcall level, Dan Williams
- [PATCH v8 12/12] acpi/numa/hmat: Register "soft reserved" memory as an "hmem" device, Dan Williams
- Re: [PATCH v8 00/12] EFI Specific Purpose Memory Support, Rafael J. Wysocki
[PATCH 0/2] x86, efi/random: invoke EFI_RNG_PROTOCOL in the x86 EFI stub,
Dominik Brodowski
[PATCH] efi: Return EFI_RESERVED_TYPE in efi_mem_type() for absent addresses,
Anshuman Khandual
[PATCH] EFI/stub: tpm: enable tpm eventlog function for ARM64 platform,
Xinwei Kong
[PATCH v6 0/4] powerpc: expose secure variables to the kernel and userspace,
Eric Richter
[PATCH 4.4 16/46] efi/x86: Do not clean dummy variable in kexec path, Greg Kroah-Hartman
[PATCH 4.9 21/62] efi/cper: Fix endianness of PCIe class code, Greg Kroah-Hartman
[PATCH 4.14 42/95] efi/x86: Do not clean dummy variable in kexec path, Greg Kroah-Hartman
[PATCH 4.19 081/149] efi/cper: Fix endianness of PCIe class code, Greg Kroah-Hartman
[PATCH 5.3 052/163] efi/x86: Do not clean dummy variable in kexec path, Greg Kroah-Hartman
[PATCH 5.3 051/163] efi/cper: Fix endianness of PCIe class code, Greg Kroah-Hartman
[PATCH 4.19 082/149] efi/x86: Do not clean dummy variable in kexec path, Greg Kroah-Hartman
[PATCH 4.14 41/95] efi/cper: Fix endianness of PCIe class code, Greg Kroah-Hartman
[PATCH 4.9 22/62] efi/x86: Do not clean dummy variable in kexec path, Greg Kroah-Hartman
[PATCH 4.4 15/46] efi/cper: Fix endianness of PCIe class code, Greg Kroah-Hartman
[PATCH v5 0/3] x86/boot: Introduce the kernel_info et consortes,
Daniel Kiper
[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN),
Marco Elver
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Tools]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Share Photos]>
[Fedora ARM]