summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar2020-03-081-13/+12
* x86/boot: Use unsigned comparison for addressesArvind Sankar2020-03-082-3/+3
* efi/x86: Avoid using code32_startArvind Sankar2020-03-083-5/+3
* efi/x86: Make efi32_pe_entry() more readableArvind Sankar2020-03-081-17/+40
* efi/x86: Respect 32-bit ABI in efi32_pe_entry()Arvind Sankar2020-03-081-0/+4
* efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATAArvind Sankar2020-03-081-3/+6
* Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-0815-138/+190
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-028-9/+52
| |\
| | * x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
| | * x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-296-2/+50
| | * x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesSean Christopherson2020-02-271-1/+1
| * | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-021-99/+52
| |\ \
| | * | efi/x86: Handle by-ref arguments covering multiple pages in mixed modeArd Biesheuvel2020-02-261-19/+26
| | * | efi/x86: Remove support for EFI time and counter services in mixed modeArd Biesheuvel2020-02-261-76/+5
| | * | efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperArd Biesheuvel2020-02-261-4/+21
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-016-29/+86
| |\ \ \
| | * | | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| | * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| | * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| | * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| | * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| | * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| | * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| | * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
| * | | | Revert "KVM: x86: enable -Werror"Christoph Hellwig2020-02-261-1/+0
| | |/ / | |/| |
* | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-03-082-0/+6
|\ \ \ \
| * | | | efi: Add embedded peripheral firmware supportHans de Goede2020-03-031-0/+1
| * | | | efi: Export boot-services code and data as debugfs-blobsHans de Goede2020-03-032-0/+5
* | | | | x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2020-02-292-7/+6
* | | | | efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky2020-02-291-0/+1
* | | | | efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky2020-02-291-0/+2
* | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-2619-1219/+457
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
| * | | | efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel2020-02-231-30/+32
| * | | | x86/ima: Use EFI GetVariable only when availableArd Biesheuvel2020-02-231-1/+1
| * | | | efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel2020-02-233-3/+69
| * | | | efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-2/+57
| * | | | efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-231-0/+8
| * | | | efi/x86: Drop redundant .bss sectionArd Biesheuvel2020-02-232-44/+13
| * | | | efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel2020-02-231-1/+1
| * | | | efi/x86: Drop 'systab' member from struct efiArd Biesheuvel2020-02-231-73/+14
| * | | | efi: Add 'runtime' pointer to struct efiArd Biesheuvel2020-02-236-20/+45
| * | | | efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel2020-02-231-17/+2
| * | | | efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-234-15/+53
| * | | | efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel2020-02-233-5/+1
| * | | | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-3/+3
| * | | | efi: Make efi_config_init() x86 onlyArd Biesheuvel2020-02-231-0/+30
| * | | | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-36/+10
| * | | | efi: Move mem_attr_table out of struct efiArd Biesheuvel2020-02-231-1/+1
| * | | | efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel2020-02-231-2/+30