summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-223-7/+49
| * x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth2016-02-221-4/+4
| * x86/efi: Show actual ending addresses in efi_print_memmapRobert Elliott2016-02-031-2/+2
| * x86/efi/bgrt: Don't ignore the BGRT if the 'valid' bit is 0Môshe van der Sterre2016-02-031-5/+5
| * efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel2016-02-031-1/+32
| * Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece...Ingo Molnar2016-02-031-4/+13
| |\
| * | x86/efi: Setup separate EFI page tables in kexec pathsMatt Fleming2016-01-211-0/+15
| * | x86/efi-bgrt: Replace early_memremap() with memremap()Matt Fleming2016-01-061-4/+4
| * | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Thomas Gleixner2015-12-193-26/+22
| |\ \
| | * | x86/efi-bgrt: Fix kernel panic when mapping BGRT dataSai Praneeth2015-12-141-25/+14
| | * | x86/efi: Preface all print statements with efi* tagMatt Fleming2015-12-143-1/+8
| * | | x86/efi: Build our own page table structuresMatt Fleming2015-11-293-40/+101
| * | | x86/efi: Hoist page table switching code into efi_call_virt()Matt Fleming2015-11-292-56/+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
| |/ /
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-0/+5
|\ \ \
| * | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-0/+2
| * | | x86/asm/efi: Create a stack frame in efi_call()Josh Poimboeuf2016-02-241-0/+3
| | |/ | |/|
* | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming2016-03-121-17/+62
|/ /
* | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-4/+13
|/
* efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-2/+2
* Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-4/+2
|\
| * x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi2015-10-121-2/+2
| * efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-2/+0
* | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-141-3/+68
|\ \ | |/ |/|
| * x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* | efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-18/+0
* | x86/efi-bgrt: Switch pr_err() to pr_debug() for invalid BGRTMatt Fleming2015-08-081-2/+7
|/
* efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+3
|\
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+3
* | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+21
* | efi: Add esrt supportPeter Jones2015-04-301-0/+2
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-2/+2
|\
| * x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.cJuergen Gross2015-02-241-2/+2
* | efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-013-15/+27
* | efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar2015-04-013-11/+10
* | x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov2015-04-011-1/+4
|/
* x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming2015-02-132-178/+104
* x86, ptdump: Add section for EFI runtime servicesMathias Krause2014-11-111-2/+1
* x86/efi: Mark initialization code as suchMathias Krause2014-10-034-12/+14
* x86/efi: Update comment regarding required phys mapped EFI servicesMathias Krause2014-10-031-6/+6
* x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-3/+1
* x86: efi: Format EFI memory type & attrs with efi_md_typeattr_format()Laszlo Ersek2014-10-031-2/+5
* x86/efi: Clear EFI_RUNTIME_SERVICES if failing to enter virtual modeDave Young2014-10-031-1/+5
* efi: Add kernel param efi=noruntimeDave Young2014-10-031-2/+2
* lib: Add a generic cmdline parse function parse_option_strDave Young2014-10-031-20/+2
* efi: Move noefi early param code out of x86 arch codeDave Young2014-10-031-9/+1
OpenPOWER on IntegriCloud