summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-03-0436-309/+596
|\
| * 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 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-2417-106/+264
| |\| | | | |/ | |/|
| | * KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2020-02-232-7/+52
| | * KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2020-02-232-14/+27
| | * KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-02-231-1/+1
| | * KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton2020-02-238-2/+83
| | * KVM: fix error handling in svm_hardware_setupLi RongQing2020-02-231-21/+20
| | * KVM: SVM: Fix potential memory leak in svm_cpu_init()Miaohe Lin2020-02-211-7/+6
| | * KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
| | * KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Vitaly Kuznetsov2020-02-214-11/+8
| | * KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-214-10/+17
| | * kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledSuravee Suthikulpanit2020-02-211-0/+3
| | * KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEXiaoyao Li2020-02-212-1/+2
| | * KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowwanpeng li2020-02-211-2/+9
| | * KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIMiaohe Lin2020-02-211-1/+1
| | * kvm/emulate: fix a -Werror=cast-function-typeQian Cai2020-02-202-23/+26
| | * KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-02-201-1/+1
| | * KVM: nVMX: Fix some obsolete comments and grammar errorMiaohe Lin2020-02-171-5/+5
| | * KVM: x86: enable -WerrorPaolo Bonzini2020-02-121-0/+1
| * | Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-221-23/+27
| |\ \
| | * | x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-141-6/+11
| | * | x86/mce/amd: Publish the bank pointer only after setup has succeededBorislav Petkov2020-02-131-17/+16
| * | | Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-223-3/+16
| |\ \ \
| | * | | x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2020-02-192-0/+16
| | * | | x86/boot/compressed: Don't declare __force_order in kaslr_64.cH.J. Lu2020-02-191-3/+0
| * | | | Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-211-3/+4
| |\ \ \ \
| | * | | | x86/xen: Distribute switch variables for initializationKees Cook2020-02-201-3/+4
| * | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-201-4/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86/ima: use correct identifier for SetupMode variableArd Biesheuvel2020-02-111-4/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-169-33/+94
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
| | * | | KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1