aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-03-14acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldGravatar Jan Engelhardt 1-1/+1
2020-03-14acpi/x86: add a kernel parameter to disable ACPI BGRTGravatar Alex Hung 1-1/+9
2020-03-14x86/acpi: make "asmlinkage" part first thing in the function definitionGravatar Alexey Dobriyan 2-2/+2
2020-03-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-9/+52
2020-03-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-99/+52
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-29/+86
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationGravatar Oliver Upton 1-0/+15
2020-02-29x86/mm: Fix dump_pagetables with Xen PVGravatar Juergen Gross 1-6/+1
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Gravatar Juergen Gross 6-2/+50
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesGravatar Erwan Velu 1-2/+2
2020-02-28KVM: x86: avoid useless copy of cpufreq policyGravatar Paolo Bonzini 1-5/+5
2020-02-28KVM: allow disabling -WerrorGravatar Paolo Bonzini 2-1/+14
2020-02-28KVM: x86: allow compiling as non-module with W=1Gravatar Valdis Klētnieks 2-0/+4
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisGravatar Wanpeng Li 1-12/+21
2020-02-28KVM: Introduce pv check helpersGravatar Wanpeng Li 1-10/+24
2020-02-28KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterGravatar Paolo Bonzini 1-1/+2
2020-02-27x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changesGravatar Sean Christopherson 1-1/+1
2020-02-26Revert "KVM: x86: enable -Werror"Gravatar Christoph Hellwig 1-1/+0
2020-02-26efi/x86: Handle by-ref arguments covering multiple pages in mixed modeGravatar Ard Biesheuvel 1-19/+26
2020-02-26efi/x86: Remove support for EFI time and counter services in mixed modeGravatar Ard Biesheuvel 1-76/+5
2020-02-26efi/x86: Align GUIDs to their size in the mixed mode runtime wrapperGravatar Ard Biesheuvel 1-4/+21
2020-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-106/+264
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsGravatar Oliver Upton 2-7/+52
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionGravatar Oliver Upton 2-14/+27
2020-02-23KVM: nVMX: Don't emulate instructions in guest modeGravatar Paolo Bonzini 1-1/+1
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationGravatar Oliver Upton 8-2/+83
2020-02-23KVM: fix error handling in svm_hardware_setupGravatar Li RongQing 1-21/+20
2020-02-22Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-23/+27
2020-02-22Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+16
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+4
2020-02-21KVM: SVM: Fix potential memory leak in svm_cpu_init()Gravatar Miaohe Lin 1-7/+6
2020-02-21KVM: apic: avoid calculating pending eoi from an uninitialized valGravatar Miaohe Lin 1-1/+3
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Gravatar Vitaly Kuznetsov 4-11/+8
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Gravatar Vitaly Kuznetsov 4-10/+17
2020-02-21kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledGravatar Suravee Suthikulpanit 1-0/+3
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEGravatar Xiaoyao Li 2-1/+2
2020-02-21KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowGravatar wanpeng li 1-2/+9
2020-02-21KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIGravatar Miaohe Lin 1-1/+1
2020-02-20Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2020-02-20kvm/emulate: fix a -Werror=cast-function-typeGravatar Qian Cai 2-23/+26
2020-02-20KVM: x86: fix incorrect comparison in trace eventGravatar Paolo Bonzini 1-1/+1
2020-02-20x86/xen: Distribute switch variables for initializationGravatar Kees Cook 1-3/+4
2020-02-19x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFGravatar Kim Phillips 2-0/+16
2020-02-19x86/boot/compressed: Don't declare __force_order in kaslr_64.cGravatar H.J. Lu 1-3/+0
2020-02-17KVM: nVMX: Fix some obsolete comments and grammar errorGravatar Miaohe Lin 1-5/+5
2020-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 9-33/+94
2020-02-14x86/mce/amd: Fix kobject lifetimeGravatar Thomas Gleixner 1-6/+11
2020-02-13x86/mce/amd: Publish the bank pointer only after setup has succeededGravatar Borislav Petkov 1-17/+16
2020-02-12KVM: x86: enable -WerrorGravatar Paolo Bonzini 1-0/+1
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroGravatar Paolo Bonzini 1-1/+1