index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
1
-0
/
+1
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
1
-3
/
+1
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
1
-0
/
+1
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
1
-2
/
+3
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+31
2022-04-02
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
1
-4
/
+16
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
1
-12
/
+13
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
1
-0
/
+2
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
1
-1
/
+1
2022-04-02
KVM: x86/pmu: Use different raw event masks for AMD and Intel
Jim Mattson
1
-0
/
+1
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
1
-1
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-27
/
+46
2022-03-22
Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2022-03-21
KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2
Oliver Upton
1
-0
/
+7
2022-03-08
KVM: x86/mmu: Zap invalidated roots via asynchronous worker
Paolo Bonzini
1
-0
/
+2
2022-03-04
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
1
-1
/
+0
2022-03-01
KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped
Sean Christopherson
1
-0
/
+2
2022-02-25
KVM: x86/mmu: do not pass vcpu to root freeing functions
Paolo Bonzini
1
-2
/
+2
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-2
/
+1
2022-02-25
KVM: x86: Provide per VM capability for disabling PMU virtualization
David Dunn
1
-0
/
+1
2022-02-25
KVM: x86: Fix pointer mistmatch warning when patching RET0 static calls
Sean Christopherson
1
-2
/
+2
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
1
-4
/
+0
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
1
-0
/
+4
2022-02-18
KVM: x86: warn on incorrectly NULL members of kvm_x86_ops
Paolo Bonzini
1
-2
/
+5
2022-02-18
KVM: x86: remove KVM_X86_OP_NULL and mark optional kvm_x86_ops
Paolo Bonzini
1
-2
/
+2
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
1
-1
/
+0
2022-02-17
x86/kvm/fpu: Remove kvm_vcpu_arch.guest_supported_xcr0
Leonardo Bras
1
-1
/
+0
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
David Matlack
1
-0
/
+4
2022-02-10
KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...
David Matlack
1
-0
/
+3
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
1
-3
/
+3
2022-02-10
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
1
-1
/
+0
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
1
-10
/
+10
2022-02-10
KVM: x86: Remove unused "vcpu" of kvm_scale_tsc()
Jinrong Liang
1
-1
/
+1
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-2
/
+5
2022-02-02
KVM: x86: use the KVM side max supported fixed counter
Wei Wang
1
-1
/
+2
2022-02-01
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
1
-1
/
+2
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+3
2022-01-26
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
1
-0
/
+1
2022-01-26
KVM: x86: Pass emulation type to can_emulate_instruction()
Sean Christopherson
1
-1
/
+2
2022-01-25
KVM/X86: Make kvm_vcpu_reload_apic_access_page() static
Quanfa Fu
1
-1
/
+0
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+1
2022-01-19
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
Sean Christopherson
1
-12
/
+0
2022-01-19
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
1
-0
/
+1
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-28
/
+37
2022-01-14
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
1
-0
/
+1
2022-01-12
Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+5
2022-01-07
KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests
Michael Roth
1
-0
/
+1
2022-01-07
KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery
David Woodhouse
1
-0
/
+1
2022-01-07
KVM: x86/xen: Maintain valid mapping of Xen shared_info page
David Woodhouse
1
-1
/
+1
2022-01-07
KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()
Like Xu
1
-0
/
+1
[next]