summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Expand)Author
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-25efi/x86: Disable instrumentation in the EFI runtime handling codeArd Biesheuvel
2020-01-20efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel
2020-01-20efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel
2020-01-20efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel
2020-01-10efi/x86: Check number of arguments to variadic functionsArvind Sankar
2020-01-10efi/x86: Remove unreachable code in kexec_enter_virtual_mode()Ard Biesheuvel
2020-01-10efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel
2020-01-10efi/x86: Clean up efi_systab_init() routine for legibilityArd Biesheuvel
2020-01-10efi/x86: Drop two near identical versions of efi_runtime_init()Ard Biesheuvel
2020-01-10efi/x86: Simplify mixed mode call wrapperArd Biesheuvel
2020-01-10efi/x86: Simplify 64-bit EFI firmware call wrapperArd Biesheuvel
2020-01-10efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel
2020-01-10efi/x86: Split off some old memmap handling into separate routinesArd Biesheuvel
2020-01-10efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/x86: Rename efi_is_native() to efi_is_mixed()Ard Biesheuvel
2019-12-10x86/efi: Explicitly include realmode.h to handle RM trampoline quirkSean Christopherson
2019-12-04x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young
2019-11-26Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-07x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams
2019-11-07x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby
2019-10-18x86/asm: Make some functions localJiri Slaby
2019-10-07efi/x86: Do not clean dummy variable in kexec pathDave Young
2019-08-08efi: Export Runtime Configuration Interface table to sysfsNarendra K
2019-08-08efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel
2019-06-21x86/efi: fix a -Wtype-limits compilation warningQian Cai
2019-05-25efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford
2019-05-25efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell
2019-02-04efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationArd Biesheuvel
2019-02-04x86/efi: Mark can_free_region() as an __init functionSai Praneeth Prakhya
2018-12-22x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...Sai Praneeth Prakhya
2018-11-30x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya
2018-11-30x86/efi: Unmap EFI boot services code/data regions from efi_pgdSai Praneeth Prakhya
2018-11-30x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport