summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-2/+2
* x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He2017-05-281-8/+71
* x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2017-05-281-2/+4
* efi: Don't issue error message when booted under XenJuergen Gross2017-05-281-0/+3
* x86: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-022-12/+33
|\
| * Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-113-13/+16
| |\
| * | x86/efi: Add 5-level paging supportKirill A. Shutemov2017-03-271-10/+26
| * | x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mappedAndy Lutomirski2017-03-231-1/+1
| * | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-2/+2
| * | 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-023-13/+16
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-013-49/+100
| |\|
| * | x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-282-10/+10
| * | x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-1/+1
| * | x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-282-0/+3
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-023-86/+1
|\ \ \
| * | | x86/efi: Clean up a minor mistake in commentBaoquan He2017-04-051-1/+1
| * | | x86/efi/bgrt: Move efi-bgrt handling out of arch/x86Bhupesh Sharma2017-04-052-85/+0
| | |/ | |/|
* / | x86/efi: Don't try to reserve runtime regionsOmar Sandoval2017-04-131-0/+4
|/ /
* | efi/x86: Add debug code to print cooked memmapDave Young2017-02-011-0/+5
* | efi/x86: Move the EFI BGRT init code to early init codeDave Young2017-02-012-39/+25
* | 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
|/
* efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2017-01-141-0/+66
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-071-2/+2
* x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming2016-11-131-23/+57
* x86/efi: Fix EFI memmap pointer size warningBorislav Petkov2016-11-131-1/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-041-1/+1
|\
| * x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-1/+1
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2016-09-201-1/+5
|\ \
| * | x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZEMatt Fleming2016-09-201-1/+5
* | | 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: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri2016-09-091-2/+0
* | x86/efi: Map in physical addresses in efi_map_region_fixedAlex Thorlton2016-09-091-0/+1
* | x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image dataMatt Fleming2016-09-091-11/+2
* | efi/runtime-map: Use efi.memmap directly instead of a copyMatt Fleming2016-09-091-40/+0
* | efi: Allow drivers to reserve boot services foreverMatt Fleming2016-09-091-11/+110
* | efi: Add efi_memmap_init_late() for permanent EFI memmapMatt Fleming2016-09-092-14/+32
* | efi: Refactor efi_memmap_init_early() into arch-neutral codeMatt Fleming2016-09-092-51/+19
* | x86/efi: Consolidate region mapping logicMatt Fleming2016-09-092-27/+43
|/