summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi
Commit message (Expand)AuthorAgeFilesLines
* x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky2021-12-221-1/+2
* efi/x86: Don't panic or BUG() on non-critical error conditionsArd Biesheuvel2020-02-282-18/+19
* efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-02-281-6/+7
* x86/efi: Update e820 with reserved EFI boot services data to fix kexec breakageDave Young2020-01-121-4/+2
* efi/x86: Do not clean dummy variable in kexec pathDave Young2019-11-061-3/+0
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-12-211-1/+1
* x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=yKirill A. Shutemov2018-07-031-2/+2
* x86/efi: Free efi_pgd with free_pages()Waiman Long2018-03-281-1/+1
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2018-02-221-1/+1
* x86/pti: Unbreak EFI old_memmapJiri Kosina2018-01-171-0/+2
* efi/capsule-loader: Reinstate virtual capsule mappingArd Biesheuvel2018-01-101-1/+12
* x86/mm/pti: Allocate a separate user PGDDave Hansen2018-01-021-1/+4
* 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/+0
* x86/efi: Update EFI pagetable creation to work with SMETom Lendacky2017-07-181-4/+11
* efi: Update efi_mem_type() to return an error rather than 0Tom Lendacky2017-07-181-3/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-2/+2
|\
| * x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-2/+2
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-034-3/+151
|\ \
| * | x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-053-3/+14
| * | efi/capsule: Add support for Quark security headerJan Kiszka2017-06-051-0/+137
| |/
* / objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+1
|/
* x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He2017-05-281-8/+71
* x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4
* efi: Don't issue error message when booted under XenJuergen Gross2017-05-281-0/+3
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-012-12/+33
|\
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-113-13/+16
| |\
| * | x86/efi: Add 5-level paging supportKirill A. Shutemov2017-03-271-10/+26
| * | x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski2017-03-231-1/+1
| * | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-2/+2
| * | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-4/+9
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-013-13/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-013-49/+100
| |\|
| * | x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-282-10/+10
| * | x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-282-0/+3
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-013-86/+1
|\ \ \
| * | | x86/efi: Clean up a minor mistake in commentBaoquan He2017-04-051-1/+1
| * | | x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2017-04-052-85/+0
| | |/ | |/|
* / | x86/efi: Don't try to reserve runtime regionsOmar Sandoval2017-04-131-0/+4
|/ /
* | efi/x86: Add debug code to print cooked memmapDave Young2017-02-011-0/+5
* | efi/x86: Move the EFI BGRT init code to early init codeDave Young2017-02-012-39/+25