summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-095-7/+7
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-045-7/+7
* | Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-099-10/+230
|\ \
| * | x86/apic: Mask IOAPIC entries when disabling the local APICTony W Wang-oc2020-02-071-0/+7
| * | x86/hyperv: Suspend/resume the hypercall page for hibernationDexuan Cui2020-02-011-0/+50
| * | x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-012-3/+133
| * | x86/boot: Handle malformed SRAT tables during early ACPI parsingSteven Clarkson2020-01-311-0/+6
| * | x86/timer: Don't skip PIT setup when APIC is disabled or in legacy modeThomas Gleixner2020-01-296-7/+34
* | | Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-091-1/+1
|\ \ \
| * | | efi/x86: Fix boot regression on systems with invalid memmap entriesArd Biesheuvel2020-02-021-1/+1
* | | | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\ \ \ \
| * | | | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * | | | fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | | | | Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-0619-175/+554
|\ \ \ \ \
| * | | | | KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
| * | | | | KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
| * | | | | x86: vmxfeatures: rename features for consistency with KVM and manualPaolo Bonzini2020-02-052-6/+6
| * | | | | KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
| * | | | | KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
| * | | | | x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
| * | | | | x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
| * | | | | kvm: mmu: Separate generating and setting mmio ptesBen Gardon2020-02-051-2/+13
| * | | | | kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon2020-02-051-11/+13
| * | | | | KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4
| * | | | | x86/kvm: do not setup pv tlb flush when not paravirtualizedThadeu Lima de Souza Cascardo2020-02-051-0/+3
| * | | | | KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
| * | | | | KVM: x86: use raw clock values consistentlyPaolo Bonzini2020-02-051-15/+23
| * | | | | KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini2020-02-051-17/+12
| * | | | | KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin2020-02-051-2/+0
| * | | | | KVM: SVM: allow AVIC without split irqchipPaolo Bonzini2020-02-051-1/+1
| * | | | | kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit2020-02-051-0/+39
| * | | | | kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit2020-02-051-54/+56
| * | | | | kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit2020-02-053-2/+22
| * | | | | svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit2020-02-052-4/+30
| * | | | | svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit2020-02-052-1/+11
| * | | | | kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-055-18/+8
| * | | | | svm: Add support for dynamic APICvSuravee Suthikulpanit2020-02-051-10/+28
| * | | | | kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-053-0/+9
| * | | | | kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-054-0/+21
| * | | | | KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...Suravee Suthikulpanit2020-02-051-6/+5
| * | | | | kvm: x86: svm: Add support to (de)activate posted interruptsSuravee Suthikulpanit2020-02-051-1/+36
| * | | | | kvm: x86: Add APICv (de)activate request trace pointsSuravee Suthikulpanit2020-02-052-0/+21
| * | | | | kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit2020-02-052-0/+42
| * | | | | KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-053-13/+0
| * | | | | kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-054-2/+38
| * | | | | kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit2020-02-052-5/+18
* | | | | | Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-061-2/+2
|\ \ \ \ \ \
| * | | | | | x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCIJason A. Donenfeld2020-02-041-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\ \ \ \ \ \
| * | | | | | asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0