summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi_64.c
Commit message (Expand)AuthorAgeFilesLines
* efi/x86/Add missing error handling to old_memmap 1:1 mapping codeGen Zhang2019-05-251-3/+6
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* efi/x86: drop task_lock() from efi_switch_mm()Sebastian Andrzej Siewior2018-09-261-6/+4Star
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-3/+98
|\
| * efi/x86: Prevent reentrant firmware calls in mixed modeArd Biesheuvel2018-07-221-3/+98
* | 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-031-27/+33
|\
| * x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth2018-03-121-19/+22
| * x86/efi: Replace efi_pgd with efi_mm.pgdSai Praneeth2018-03-121-9/+9
| * efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+3
* | 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
* | | 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-021-0/+1
* x86/efi: Update EFI pagetable creation to work with SMETom Lendacky2017-07-181-4/+11
* 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
* | x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth2017-06-051-1/+4
|/
* x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He2017-05-281-8/+71
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-10/+31
|\
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+1
| |\
| * | x86/efi: Add 5-level paging supportKirill A. Shutemov2017-03-271-10/+26
| * | 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-021-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-10/+70
| |\|
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | x86/efi: Clean up a minor mistake in commentBaoquan He2017-04-051-1/+1
| |/ |/|
* | x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLESai Praneeth2017-02-011-10/+54
* | x86/efi: Always map the first physical page into the EFI pagetablesJiri Kosina2017-01-281-0/+16
|/
* x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming2016-11-131-23/+57
* Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-201-1/+1
|\
| * x86/efi: Only map RAM into EFI page tables if in mixed-modeMatt Fleming2016-09-201-1/+1
* | x86/efi: Use kmalloc_array() in efi_call_phys_prolog()Markus Elfring2016-09-091-1/+1
* | x86/efi: Map in physical addresses in efi_map_region_fixedAlex Thorlton2016-09-091-0/+1
* | x86/efi: Consolidate region mapping logicMatt Fleming2016-09-091-20/+0Star
|/
* Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-0/+1
|\
| * rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann2016-06-041-0/+1
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\ \