summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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-261-5/+0Star
|\ \ \
| * | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-151-5/+0Star
| |/ /
* / / x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macrosAlex Thorlton2016-06-271-13/+8Star
|/ /
* / x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-251-1/+1
|/
* efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming2016-04-281-7/+3Star
* 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/+11Star
* | 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/+0Star
* x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-2/+1Star
* 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/+0Star
* 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/+1Star
* x86/efi: Runtime services virtual mappingBorislav Petkov2013-11-021-0/+109
* Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1