index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_ranges
Xiaoyao Li
2
-14
/
+14
2021-10-22
KVM: VMX: Use precomputed vmx->pt_desc.addr_range
Xiaoyao Li
1
-4
/
+2
2021-10-22
KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
Xiaoyao Li
1
-2
/
+6
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
7
-16
/
+16
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
5
-110
/
+96
2021-10-21
KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA
Masahiro Kozuka
1
-0
/
+7
2021-10-21
KVM: MMU: Reset mmu->pkru_mask to avoid stale data
Chenyi Qiang
1
-3
/
+3
2021-10-21
KVM: nVMX: promptly process interrupts delivered while in guest mode
Paolo Bonzini
1
-11
/
+6
2021-10-21
KVM: x86: check for interrupts before deciding whether to exit the fast path
Paolo Bonzini
1
-5
/
+5
2021-10-20
x86/KVM: Convert to fpstate
Thomas Gleixner
1
-2
/
+2
2021-10-20
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
1
-9
/
+5
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy to user
Thomas Gleixner
1
-53
/
+3
2021-10-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-17
/
+32
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
1
-71
/
+3
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
1
-40
/
+11
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
1
-8
/
+3
2021-10-18
KVM: x86: Expose TSC offset controls to userspace
Oliver Upton
1
-0
/
+116
2021-10-18
KVM: x86: Refactor tsc synchronization code
Oliver Upton
1
-42
/
+53
2021-10-18
kvm: x86: protect masterclock with a seqcount
Paolo Bonzini
1
-37
/
+45
2021-10-18
KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
Oliver Upton
1
-14
/
+33
2021-10-18
KVM: x86: avoid warning with -Wbitwise-instead-of-logical
Paolo Bonzini
1
-6
/
+1
2021-10-18
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2
-2
/
+3
2021-10-18
KVM: SEV-ES: reduce ghcb_sa_len to 32 bits
Paolo Bonzini
1
-1
/
+1
2021-10-18
KVM: VMX: Remove redundant handling of bus lock vmexit
Hao Xiang
1
-6
/
+9
2021-10-18
KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload
Sean Christopherson
1
-0
/
+2
2021-10-18
Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESET"
Sean Christopherson
1
-7
/
+11
2021-10-18
KVM: X86: fix lazy allocation of rmaps
Paolo Bonzini
1
-1
/
+2
2021-10-18
KVM: SEV-ES: Set guest_state_protected after VMSA update
Peter Gonda
1
-1
/
+6
2021-10-18
KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned
Andrei Vagin
1
-0
/
+1
2021-10-15
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
1
-1
/
+1
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
17
-174
/
+269
2021-10-04
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
1
-1
/
+2
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
1
-1
/
+0
2021-10-01
KVM: x86: only allocate gfn_track when necessary
David Stevens
3
-6
/
+79
2021-10-01
KVM: x86: add config for non-kvm users of page tracking
David Stevens
1
-0
/
+3
2021-10-01
nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB
Krish Sadhukhan
1
-0
/
+15
2021-10-01
kvm: use kvfree() in kvm_arch_free_vm()
Juergen Gross
1
-1
/
+1
2021-10-01
KVM: x86: Expose Predictive Store Forwarding Disable
Babu Moger
1
-1
/
+9
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
7
-22
/
+21
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
2
-23
/
+16
2021-10-01
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
2
-17
/
+13
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
5
-16
/
+18
2021-10-01
KVM: MMU: set ad_disabled in TDP MMU role
Paolo Bonzini
1
-0
/
+1
2021-10-01
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
2
-6
/
+7
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
5
-22
/
+12
2021-10-01
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
2
-30
/
+12
2021-10-01
KVM: MMU: inline set_spte in mmu_set_spte
Paolo Bonzini
1
-15
/
+16
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
2
-8
/
+14
[prev]
[next]