summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2019-12-041-4/+2
* Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-11-272-4/+53
|\
| * x86/efi: Add efi_fake_mem support for EFI_MEMORY_SPDan Williams2019-11-071-0/+2
| * x86/efi: EFI soft reservation to E820 enumerationDan Williams2019-11-071-4/+45
| * x86/efi: Push EFI_MEMMAP check into leaf routinesDan Williams2019-11-072-0/+6
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-263-12/+12
|\ \ | |/ |/|
| * x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-2/+2
| * x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-182-4/+4
| * x86/asm: Make some functions localJiri Slaby2019-10-181-6/+6
* | efi/x86: Do not clean dummy variable in kexec pathDave Young2019-10-071-3/+0
|/
* efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-081-0/+3
* efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-1/+0
* efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-2/+4
* efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-0/+33
* x86/efi: fix a -Wtype-limits compilation warningQian Cai2019-06-211-1/+1
* efi: Allow the number of EFI configuration tables entries to be zeroRob Bradford2019-05-251-0/+3
* efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang2019-05-252-3/+8
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce2019-03-291-1/+1
* efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-02-161-2/+2
* efi/x86: Convert x86 EFI earlyprintk into generic earlycon implementationArd Biesheuvel2019-02-042-241/+0
* x86/efi: Mark can_free_region() as an __init functionSai Praneeth Prakhya2019-02-041-1/+1
* x86/efi: Don't unmap EFI boot services code/data regions for EFI_OLD_MEMMAP a...Sai Praneeth Prakhya2018-12-221-0/+16
* x86/efi: Move efi_<reserve/free>_boot_services() to arch/x86Sai Praneeth Prakhya2018-11-301-0/+2
* x86/efi: Unmap EFI boot services code/data regions from efi_pgdSai Praneeth Prakhya2018-11-301-0/+25
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-11-301-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-4/+2
* memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-3/+3
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Thomas Gleixner2018-09-273-8/+88
|\
| * efi/x86: earlyprintk - Add 64bit efi fb address supportAaron Ma2018-09-261-2/+6
| * efi/x86: drop task_lock() from efi_switch_mm()Sebastian Andrzej Siewior2018-09-261-6/+4
| * efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+78
* | x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck2018-09-121-2/+1
|/
* x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel2018-08-311-6/+2
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-132-10/+105
|\
| * efi/x86: Prevent reentrant firmware calls in mixed modeArd Biesheuvel2018-07-221-3/+98
| * efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2018-07-161-1/+2
| * efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()Sai Praneeth2018-07-161-6/+5
* | x86/efi: Access EFI MMIO data as unencrypted when SEV is activeBrijesh Singh2018-07-221-1/+1
|/
* x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-06-271-2/+2
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-1/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-033-32/+40
|\
| * x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth2018-03-122-20/+23
| * x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth2018-03-121-9/+9
| * efi: Use string literals for efi_char16_t variable initializersArd Biesheuvel2018-03-121-3/+5
| * efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+3
| * Merge branch 'x86/mm' into efi/coreIngo Molnar2018-03-121-1/+3
| |\
| * | x86/efi: Replace GFP_ATOMIC with GFP_KERNEL in efi_query_variable_store()Jia-Ju Bai2018-03-091-1/+1
* | | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-271-1/+1
|\ \ \
| * | | x86/efi: Free efi_pgd with free_pages()Waiman Long2018-03-231-1/+1
| |/ /