index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
platform
/
efi
/
efi_32.c
Age
Commit message (
Expand
)
Author
2023-09-11
efi/x86: Move EFI runtime call setup/teardown helpers out of line
Ard Biesheuvel
2020-08-20
efi/x86: Move 32-bit code into efi_32.c
Ard Biesheuvel
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-02-23
efi: Add 'runtime' pointer to struct efi
Ard Biesheuvel
2020-02-04
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
2020-01-10
efi/x86: Simplify i386 efi_call_phys() firmware call wrapper
Ard Biesheuvel
2020-01-10
efi/x86: Split SetVirtualAddresMap() wrappers into 32 and 64 bit versions
Ard Biesheuvel
2018-09-12
x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
Guenter Roeck
2018-08-31
x86/efi: Load fixmap GDT in efi_call_phys_epilog()
Joerg Roedel
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-05
x86/efi: Extend CONFIG_EFI_PGT_DUMP support to x86_32 and kexec as well
Sai Praneeth
2017-03-23
x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped
Andy Lutomirski
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
2016-07-15
x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()
Andy Lutomirski
2016-02-22
x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tables
Sai Praneeth
2015-11-29
x86/efi: Build our own page table structures
Matt Fleming
2015-04-01
efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interaction
Ingo Molnar
2015-04-01
efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
Ingo Molnar
2014-10-03
x86/efi: Mark initialization code as such
Mathias Krause
2014-03-04
x86/efi: Make efi virtual runtime map passing more robust
Borislav Petkov
2014-03-04
x86/efi: Dump the EFI page table
Borislav Petkov
2014-02-14
x86/efi: Fix 32-bit fallout
Borislav Petkov
2013-12-29
x86/efi: Pass necessary EFI data for kexec via setup_data
Dave Young
2013-12-21
x86/efi: Add a wrapper function efi_map_region_fixed()
Dave Young
2013-11-02
x86/efi: Runtime services virtual mapping
Borislav Petkov
2011-12-09
x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-aware
Matt Fleming
2011-10-31
x86: efi_32.c is implicitly getting asm/desc.h via module.h
Paul Gortmaker
2010-10-27
x86: Move efi to platform
Thomas Gleixner