summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+2Star
* 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/+4Star
| * 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/+1Star
|/
* x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel2018-08-311-6/+2Star
* 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/+5Star
* | 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
| |/ /
* | | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-161-1/+1
* | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-2/+2
| |/ |/|
* | x86/mm/dump_pagetables: Add the EFI pagetable to the debugfs 'page_tables' di...Andy Lutomirski2018-02-131-1/+3
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+0Star
|\
| * x86/headers: Remove duplicate #includesPravin Shedge2017-12-121-1/+0Star
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+2
|\ \
| * | x86/pti: Unbreak EFI old_memmapJiri Kosina2018-01-061-0/+2
* | | efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-031-1/+12
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-1/+4
|\| | | |/ |/|
| * x86/mm/pti: Allocate a separate user PGDDave Hansen2017-12-231-1/+4
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-161-1/+1
* | x86/efi: Access EFI data as encrypted when SEV is activeTom Lendacky2017-11-071-1/+15
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* efi: Move efi_mem_type() to common codeJan Beulich2017-08-261-19/+0Star