index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
Vipin Sharma
1
-34
/
+17
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when aging TDP MMU SPTEs
Vipin Sharma
1
-2
/
+2
2023-04-04
KVM: x86/mmu: Drop unnecessary dirty log checks when aging TDP MMU SPTEs
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Clear only A-bit (if enabled) when aging TDP MMU SPTEs
Vipin Sharma
1
-17
/
+21
2023-04-04
KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
Vipin Sharma
1
-15
/
+9
2023-04-04
KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits
Vipin Sharma
1
-3
/
+4
2023-04-04
KVM: x86/mmu: Drop access tracking checks when clearing TDP MMU dirty bits
Vipin Sharma
1
-2
/
+0
2023-04-04
KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
Vipin Sharma
2
-8
/
+22
2023-04-04
KVM: x86/mmu: Consolidate Dirty vs. Writable clearing logic in TDP MMU
Vipin Sharma
1
-26
/
+9
2023-04-04
KVM: x86/mmu: Use kvm_ad_enabled() to determine if TDP MMU SPTEs need wrprot
Vipin Sharma
1
-2
/
+8
2023-04-04
KVM: x86/mmu: Add a helper function to check if an SPTE needs atomic write
Vipin Sharma
1
-14
/
+20
2023-03-31
KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
Alexey Kardashevskiy
1
-0
/
+1
2023-03-27
KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode
Sean Christopherson
1
-1
/
+6
2023-03-27
KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection
Sean Christopherson
1
-2
/
+9
2023-03-27
KVM: x86: Suppress pending MMIO write exits if emulator detects exception
Sean Christopherson
1
-0
/
+2
2023-03-27
KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking
Dmytro Maluka
1
-3
/
+33
2023-03-27
KVM: SVM: Flush Hyper-V TLB when required
Jeremi Piotrowski
3
-3
/
+54
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
2
-0
/
+6
2023-03-23
KVM: x86: Remove a redundant guest cpuid check in kvm_set_cr4()
Robert Hoo
1
-3
/
+0
2023-03-23
KVM: x86: Assert that the emulator doesn't load CS with garbage in !RM
Sean Christopherson
1
-0
/
+8
2023-03-23
x86: KVM: Add common feature flag for AMD's PSFD
Sean Christopherson
1
-7
/
+1
2023-03-22
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
3
-0
/
+45
2023-03-22
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
3
-22
/
+134
2023-03-22
KVM: x86: Route pending NMIs from userspace through process_nmi()
Sean Christopherson
1
-3
/
+3
2023-03-22
KVM: x86: Change return type of is_long_mode() to bool
Binbin Wu
1
-3
/
+3
2023-03-22
KVM: x86: Save/restore all NMIs when multiple NMIs are pending
Sean Christopherson
1
-2
/
+5
2023-03-22
KVM: x86: Tweak the code and comment related to handling concurrent NMIs
Sean Christopherson
1
-4
/
+11
2023-03-22
KVM: x86: Raise an event request when processing NMIs if an NMI is pending
Sean Christopherson
1
-1
/
+3
2023-03-22
KVM: SVM: add wrappers to enable/disable IRET interception
Maxim Levitsky
1
-9
/
+19
2023-03-22
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
1
-0
/
+22
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2
-5
/
+20
2023-03-22
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
1
-11
/
+10
2023-03-22
KVM: SVM: Use kvm_is_cr4_bit_set() to query SMAP/SMEP in "can emulate"
Binbin Wu
1
-4
/
+2
2023-03-22
KVM: x86: Use boolean return value for is_{pae,pse,paging}()
Binbin Wu
2
-7
/
+7
2023-03-22
KVM: x86: Add helpers to query individual CR0/CR4 bits
Binbin Wu
8
-21
/
+35
2023-03-22
KVM: SVM: Fix benign "bool vs. int" comparison in svm_set_cr0()
Sean Christopherson
1
-1
/
+1
2023-03-22
KVM: VMX: Make CR0.WP a guest owned bit
Mathias Krause
4
-4
/
+22
2023-03-22
KVM: x86: Make use of kvm_read_cr*_bits() when testing bits
Mathias Krause
2
-4
/
+4
2023-03-22
KVM: x86: Ignore CR0.WP toggles in non-paging mode
Mathias Krause
1
-7
/
+13
2023-03-22
KVM: x86: Do not unload MMU roots when only toggling CR0.WP with TDP enabled
Mathias Krause
1
-0
/
+12
2023-03-22
KVM: x86/mmu: Fix comment typo
Mathias Krause
1
-1
/
+1
2023-03-22
KVM: x86/mmu: Avoid indirect call for get_cr3
Paolo Bonzini
2
-12
/
+21
2023-03-21
KVM: nVMX: Add helpers to setup VMX control msr configs
Yu Zhang
1
-33
/
+74
2023-03-21
KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
Yu Zhang
1
-5
/
+0
2023-03-17
KVM: x86/mmu: Clean up mmu.c functions that put return type on separate line
Sean Christopherson
1
-30
/
+27
2023-03-17
KVM: x86/mmu: Replace comment with an actual lockdep assertion on mmu_lock
Sean Christopherson
1
-1
/
+2
2023-03-17
KVM: x86/mmu: Rename slot rmap walkers to add clarity and clean up code
Sean Christopherson
1
-33
/
+33
2023-03-17
KVM: x86/mmu: Use gfn_t in kvm_flush_remote_tlbs_range()
David Matlack
2
-3
/
+5
2023-03-17
KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
David Matlack
2
-13
/
+8
2023-03-17
KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
David Matlack
1
-13
/
+6
[prev]
[next]