summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|/
* 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
|\ \
| * | x86/platform: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-251-5/+0
|\ \ \
| * | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-5/+0
| |/ /
* | | x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macrosAlex Thorlton2016-06-271-13/+8
|/ /
* | x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
|/
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-7/+3
* x86/efi: Only map kernel text for EFI mixed modeSai Praneeth2016-02-221-1/+1
* x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth2016-02-221-4/+41
* x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-221-4/+4
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-191-0/+2
|\
| * x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-141-0/+2
* | x86/efi: Build our own page table structuresMatt Fleming2015-11-291-15/+82
* | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-291-13/+11
* | x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming2015-11-291-0/+20
* | x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming2015-11-291-6/+10
|/
* efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-011-10/+16
* efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar2015-04-011-3/+0
* x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-2/+1
* x86/efi: Mark initialization code as suchMathias Krause2014-10-031-3/+3
* x86/efi: Restore 'attr' argument to query_variable_info()Matt Fleming2014-03-171-1/+1
* Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-051-1/+326
|\
| * x86/efi: Add mixed runtime services supportMatt Fleming2014-03-041-3/+332
* | x86/efi: Make efi virtual runtime map passing more robustBorislav Petkov2014-03-041-3/+29
* | x86/efi: Dump the EFI page tableBorislav Petkov2014-03-041-0/+9
|/
* x86/efi: Fix 32-bit falloutBorislav Petkov2014-02-141-0/+9
* x86/efi: Delete superfluous global variablesMatt Fleming2013-12-291-1/+0
* x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-291-0/+6
* x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young2013-12-211-0/+10
* x86/efi: Remove unused variables in __map_region()Dave Young2013-12-211-5/+1
* x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-021-0/+109
* Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* efi, x86: Pass a proper identity mapping in efi_call_phys_prelogNathan Zimmer2013-01-181-5/+17
* Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-15/+0
* Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-0/+15
|\
| * x86, efi: 1:1 pagetable mapping for virtual EFI callsMatt Fleming2012-10-301-0/+15
* | x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming2012-10-241-2/+5
|/
* Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-121-0/+17
* x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-091-17/+0
* x86, efi: Retain boot service code until after switching to virtual modeMatthew Garrett2011-05-251-2/+3
OpenPOWER on IntegriCloud