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
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
1
-0
/
+1
2021-05-07
KVM: x86: Prevent KVM SVM from loading on kernels with 5-level paging
Sean Christopherson
1
-1
/
+1
2021-05-07
KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit
Chenyi Qiang
1
-1
/
+2
2021-05-07
KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU model
Sean Christopherson
1
-0
/
+5
2021-05-07
KVM: x86: Move uret MSR slot management to common x86
Sean Christopherson
1
-2
/
+1
2021-05-07
KVM: x86: Export the number of uret MSRs to vendor modules
Sean Christopherson
1
-0
/
+1
2021-05-07
KVM: VMX: Use common x86's uret MSR list as the one true list
Sean Christopherson
1
-0
/
+1
2021-05-07
KVM: VMX: Disable preemption when probing user return MSRs
Sean Christopherson
1
-0
/
+1
2021-05-03
KVM: nSVM: fix few bugs in the vmcb02 caching logic
Maxim Levitsky
1
-0
/
+1
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-22
/
+45
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
1
-8
/
+26
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
1
-0
/
+1
2021-04-20
KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
Sean Christopherson
1
-0
/
+3
2021-04-20
KVM: x86: Define new #PF SGX error code bit
Sean Christopherson
1
-0
/
+2
2021-04-20
KVM: x86: Remove unused function declaration
Keqian Zhu
1
-2
/
+0
2021-04-19
KVM: X86: Count attempted/successful directed yield
Wanpeng Li
1
-0
/
+2
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
1
-5
/
+16
2021-04-17
KVM: Kill off the old hva-based MMU notifier callbacks
Sean Christopherson
1
-1
/
+0
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
1
-0
/
+1
2021-04-17
KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
1
-0
/
+9
2021-04-17
KVM: Move prototypes for MMU notifier callbacks to generic code
Sean Christopherson
1
-5
/
+1
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-8
/
+26
2021-03-18
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
1
-8
/
+9
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-18
KVM: x86: hyper-v: Track Hyper-V TSC page status
Vitaly Kuznetsov
1
-0
/
+17
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
1
-2
/
+2
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
1
-3
/
+0
2021-03-15
KVM: x86: Move RDPMC emulation to common code
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86: Move trivial instruction-based exit handlers to common code
Sean Christopherson
1
-0
/
+5
2021-03-15
KVM: x86: Move XSETBV emulation to common code
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
1
-0
/
+1
2021-03-15
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
1
-3
/
+0
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
1
-0
/
+1
2021-03-12
kvm: x86: annotate RCU pointers
Muhammad Usama Anjum
1
-2
/
+2
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
1
-0
/
+6
2021-02-26
KVM: x86: remove misplaced comment on active_mmu_pages
Dongli Zhang
1
-3
/
+0
2021-02-19
KVM: x86/mmu: Remove a variety of unnecessary exports
Sean Christopherson
1
-1
/
+0
2021-02-19
KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PML
Sean Christopherson
1
-2
/
+0
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
1
-0
/
+4
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
1
-25
/
+2
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
1
-1
/
+1
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
1
-0
/
+1
2021-02-09
KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
Vitaly Kuznetsov
1
-1
/
+2
2021-02-09
KVM: Raise the maximum number of user memslots
Vitaly Kuznetsov
1
-2
/
+0
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
1
-1
/
+1
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-0
/
+2
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
1
-0
/
+1
2021-02-04
KVM: x86/xen: register vcpu time info region
Joao Martins
1
-0
/
+2
2021-02-04
KVM: x86/xen: register vcpu info
Joao Martins
1
-0
/
+2
[next]