index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
x86.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
2022-11-18
1
-2
/
+9
*
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
2022-11-18
1
-0
/
+9
*
KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
Sean Christopherson
2022-11-18
1
-4
/
+10
*
KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
Vitaly Kuznetsov
2022-11-18
1
-3
/
+3
*
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
2022-11-17
1
-6
/
+23
|
\
|
*
KVM: x86: allow L1 to not intercept triple fault
Maxim Levitsky
2022-11-17
1
-5
/
+6
|
*
KVM: x86: forcibly leave nested mode on vCPU reset
Maxim Levitsky
2022-11-17
1
-0
/
+10
|
*
KVM: x86: add kvm_leave_nested
Maxim Levitsky
2022-11-17
1
-1
/
+7
*
|
KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
Aaron Lewis
2022-11-09
1
-1
/
+1
*
|
KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filter
Aaron Lewis
2022-11-09
1
-1
/
+1
*
|
KVM: x86: Add a VALID_MASK for the MSR exit reason flags
Aaron Lewis
2022-11-09
1
-3
/
+1
*
|
KVM: x86: do not define SMM-related constants if SMM disabled
Paolo Bonzini
2022-11-09
1
-2
/
+2
*
|
KVM: zero output of KVM_GET_VCPU_EVENTS before filling in the struct
Paolo Bonzini
2022-11-09
1
-9
/
+4
*
|
KVM: x86: do not define KVM_REQ_SMI if SMM disabled
Paolo Bonzini
2022-11-09
1
-0
/
+6
*
|
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
2022-11-09
1
-0
/
+4
*
|
KVM: allow compiling out SMM support
Paolo Bonzini
2022-11-09
1
-2
/
+20
*
|
KVM: x86: do not go through ctxt->ops when emulating rsm
Paolo Bonzini
2022-11-09
1
-33
/
+0
*
|
KVM: x86: move SMM exit to a new file
Paolo Bonzini
2022-11-09
1
-14
/
+0
*
|
KVM: x86: move SMM entry to a new file
Paolo Bonzini
2022-11-09
1
-237
/
+2
*
|
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-11-09
1
-93
/
+55
*
|
KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
Miaohe Lin
2022-11-09
1
-10
/
+0
*
|
KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checks
Sean Christopherson
2022-11-09
1
-7
/
+2
*
|
KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
Sean Christopherson
2022-11-09
1
-0
/
+3
*
|
KVM: x86: Init vcpu->arch.perf_capabilities in common x86 code
Sean Christopherson
2022-11-09
1
-0
/
+2
|
/
*
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
2022-11-09
1
-0
/
+3
*
KVM: x86/pmu: Limit the maximum number of supported Intel GP counters
Like Xu
2022-11-09
1
-5
/
+7
*
KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
Like Xu
2022-11-09
1
-12
/
+2
*
KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()
Ben Gardon
2022-11-03
1
-0
/
+3
*
KVM: Initialize gfn_to_pfn_cache locks in dedicated helper
Michal Luczaj
2022-10-27
1
-5
/
+7
*
KVM: x86: Exempt pending triple fault from event injection sanity check
Sean Christopherson
2022-10-27
1
-1
/
+14
*
KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
Alexander Graf
2022-10-22
1
-0
/
+56
*
KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
Alexander Graf
2022-10-22
1
-14
/
+17
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-10-09
1
-181
/
+395
|
\
|
*
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-3
/
+0
|
*
KVM: mips, x86: do not rely on KVM_REQ_UNHALT
Paolo Bonzini
2022-09-26
1
-1
/
+8
|
*
KVM: x86: never write to memory from kvm_vcpu_check_block()
Paolo Bonzini
2022-09-26
1
-3
/
+11
|
*
KVM: x86: lapic does not have to process INIT if it is blocked
Paolo Bonzini
2022-09-26
1
-1
/
+2
|
*
KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
Sean Christopherson
2022-09-26
1
-3
/
+3
|
*
KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
Sean Christopherson
2022-09-26
1
-4
/
+5
|
*
KVM: x86: make vendor code check for all nested events
Paolo Bonzini
2022-09-26
1
-4
/
+4
|
*
KVM: x86: Allow force_emulation_prefix to be written without a reload
Sean Christopherson
2022-09-26
1
-3
/
+4
|
*
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2022-09-26
1
-3
/
+43
|
*
KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
Sean Christopherson
2022-09-26
1
-3
/
+0
|
*
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
2022-09-26
1
-49
/
+110
|
*
KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
Sean Christopherson
2022-09-26
1
-2
/
+8
|
*
KVM: x86: Hoist nested event checks above event injection logic
Sean Christopherson
2022-09-26
1
-36
/
+53
|
*
KVM: x86: Use kvm_queue_exception_e() to queue #DF
Sean Christopherson
2022-09-26
1
-12
/
+9
|
*
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2022-09-26
1
-42
/
+38
|
*
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
2022-09-26
1
-1
/
+1
|
*
KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
Sean Christopherson
2022-09-26
1
-2
/
+25
[next]