summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson2020-03-161-0/+4
* KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-164-4/+4
* KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-164-24/+0
* KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson2020-03-161-4/+9
* KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-166-45/+25
* KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson2020-03-161-0/+11
* KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson2020-03-163-11/+10
* KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson2020-03-163-17/+30
* KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin2020-03-161-5/+0
* KVM: VMX: Add 'else' to split mutually exclusive caseMiaohe Lin2020-03-161-5/+3
* KVM: x86: eliminate some unreachable codeMiaohe Lin2020-03-162-4/+0
* KVM: x86: Fix print format and coding styleMiaohe Lin2020-03-163-4/+3
* KVM: vmx: rewrite the comment in vmx_get_mt_maskChia-I Wu2020-03-161-10/+17
* 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
* 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
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-122-5/+16
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
* KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1017-24/+24
|\
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0317-24/+24
* | 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 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-092-10/+10
|\ \ \