aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/efi
AgeCommit message (Expand)AuthorFilesLines
2016-04-28efi: Iterate over efi.memmap in for_each_efi_memory_desc()Matt Fleming3-43/+20
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-2/+0
2016-04-09ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu1-1/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-144/+268
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+5
2016-03-12x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming1-17/+62
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-0/+2
2016-02-24x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf1-0/+3
2016-02-22x86/efi: Only map kernel text for EFI mixed modeSai Praneeth1-1/+1
2016-02-22x86/efi: Map EFI_MEMORY_{XP,RO} memory region bits to EFI page tablesSai Praneeth3-7/+49
2016-02-22x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth1-4/+4
2016-02-03x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott1-2/+2
2016-02-03x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre1-5/+5
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel1-1/+32
2016-02-03Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar1-4/+13
2016-01-21x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming1-0/+15
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton1-4/+13
2016-01-06x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming1-4/+4
2015-12-19Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner3-26/+22
2015-12-14x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth1-25/+14
2015-12-14x86/efi: Preface all print statements with efi* tagMatt Fleming3-1/+8
2015-11-29x86/efi: Build our own page table structuresMatt Fleming3-40/+101
2015-11-29x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2-56/+11
2015-11-29x86/efi: Map RAM into the identity page table for mixed modeMatt Fleming1-0/+20
2015-11-29x86/mm/pat: Ensure cpa->pfn only contains page frame numbersMatt Fleming1-6/+10
2015-10-28efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel1-2/+2
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-4/+2
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar1-3/+68
2015-10-12x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi1-2/+2
2015-10-12efi/x86: Move efi=debug option parsing to coreLeif Lindholm1-2/+0
2015-10-01x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming1-1/+66
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-08-08efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang1-18/+0
2015-08-08x86/efi-bgrt: Switch pr_err() to pr_debug() for invalid BGRTMatt Fleming1-2/+7
2015-07-30efi: Check for NULL efi kernel parametersRicardo Neri1-0/+5
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2015-06-24x86, mirror: x86 enabling - find mirrored memory rangesTony Luck1-0/+21
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams1-0/+3
2015-04-30efi: Add esrt supportPeter Jones1-0/+2
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2015-04-01efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar3-15/+27
2015-04-01efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar3-11/+10
2015-04-01x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov1-1/+4
2015-02-24x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.cJuergen Gross1-2/+2
2015-02-13x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming2-178/+104
2014-11-11x86, ptdump: Add section for EFI runtime servicesMathias Krause1-2/+1
2014-10-03x86/efi: Mark initialization code as suchMathias Krause4-12/+14
2014-10-03x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause1-6/+6
2014-10-03x86/efi: Unexport add_efi_memmap variableMathias Krause1-3/+1
2014-10-03x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek1-2/+5