summaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi/efi_32.c
AgeCommit message (Expand)Author
2023-09-11efi/x86: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel
2020-08-20efi/x86: Move 32-bit code into efi_32.cArd Biesheuvel
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price
2020-01-10efi/x86: Simplify i386 efi_call_phys() firmware call wrapperArd Biesheuvel
2020-01-10efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versionsArd Biesheuvel
2018-09-12x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3Guenter Roeck
2018-08-31x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-05x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as wellSai Praneeth
2017-03-23x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth
2015-11-29x86/efi: Build our own page table structuresMatt Fleming
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar
2014-10-03x86/efi: Mark initialization code as suchMathias Krause
2014-03-04x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov
2014-03-04x86/efi: Dump the EFI page tableBorislav Petkov
2014-02-14x86/efi: Fix 32-bit falloutBorislav Petkov
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young
2013-11-02x86/efi: Runtime services virtual mappingBorislav Petkov
2011-12-09x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming
2011-10-31x86: efi_32.c is implicitly getting asm/desc.h via module.hPaul Gortmaker
2010-10-27x86: Move efi to platformThomas Gleixner