aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel1-7/+37
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel1-5/+8
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-1/+1
2020-01-10efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel1-2/+3
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel1-5/+16
2018-09-12x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck1-2/+1
2018-08-31x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel1-6/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth1-1/+8
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-2/+2
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski1-3/+0
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth1-1/+1
2015-11-29x86/efi: Build our own page table structuresMatt Fleming1-0/+5
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar1-3/+8
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar1-8/+3
2014-10-03x86/efi: Mark initialization code as suchMathias Krause1-5/+7
2014-03-04x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov1-1/+5
2014-03-04x86/efi: Dump the EFI page tableBorislav Petkov1-0/+1
2014-02-14x86/efi: Fix 32-bit falloutBorislav Petkov1-0/+6
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young1-0/+1
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young1-0/+2
2013-11-02x86/efi: Runtime services virtual mappingBorislav Petkov1-1/+8
2011-12-09x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming1-46/+2
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker1-0/+1
2010-10-27x86: Move efi to platformThomas Gleixner1-0/+112