index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
KVM: x86/pmu: Move PMU reset logic to common x86 code
Sean Christopherson
4
-55
/
+39
2023-11-30
KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
Uros Bizjak
2
-6
/
+6
2023-11-30
KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled
Sean Christopherson
1
-2
/
+9
2023-11-30
KVM: SVM: Explicitly require FLUSHBYASID to enable SEV support
Sean Christopherson
1
-2
/
+5
2023-11-30
KVM: nSVM: Advertise support for flush-by-ASID
Sean Christopherson
1
-0
/
+7
2023-11-30
Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"
Sean Christopherson
1
-15
/
+0
2023-11-30
KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
Sean Christopherson
1
-13
/
+16
2023-11-30
KVM: x86: Use a switch statement and macros in __feature_translate()
Jim Mattson
1
-14
/
+13
2023-11-30
KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
Jim Mattson
2
-3
/
+30
2023-11-30
KVM: x86: Turn off KVM_WERROR by default for all configs
Sean Christopherson
1
-7
/
+7
2023-11-30
KVM: x86/mmu: Declare flush_remote_tlbs{_range}() hooks iff HYPERV!=n
Sean Christopherson
1
-8
/
+4
2023-11-29
KVM: x86: Get CPL directly when checking if loaded vCPU is in kernel mode
Like Xu
1
-1
/
+4
2023-11-29
KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
Binbin Wu
4
-4
/
+4
2023-11-29
KVM: x86: Advertise and enable LAM (user and supervisor)
Robert Hoo
1
-1
/
+1
2023-11-29
KVM: x86: Virtualize LAM for user pointer
Robert Hoo
3
-3
/
+22
2023-11-29
KVM: x86: Virtualize LAM for supervisor pointer
Robert Hoo
2
-1
/
+40
2023-11-29
KVM: x86: Untag addresses for LAM emulation where applicable
Binbin Wu
5
-0
/
+19
2023-11-29
KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
Binbin Wu
3
-1
/
+14
2023-11-29
KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
Binbin Wu
3
-7
/
+2
2023-11-29
KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
Binbin Wu
4
-6
/
+11
2023-11-29
KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
Binbin Wu
3
-2
/
+3
2023-11-29
KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
Binbin Wu
2
-1
/
+4
2023-11-29
KVM: x86: Add an emulation flag for implicit system access
Binbin Wu
1
-0
/
+1
2023-11-29
KVM: x86: Consolidate flags for __linearize()
Binbin Wu
2
-10
/
+15
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
2
-2
/
+2
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
6
-25
/
+301
2023-11-14
KVM: x86: Add support for "protected VMs" that can utilize private memory
Sean Christopherson
3
-1
/
+28
2023-11-14
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
3
-5
/
+5
2023-11-14
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
2
-5
/
+97
2023-11-14
KVM: x86: Disallow hugepages when memory attributes are mixed
Chao Peng
2
-2
/
+156
2023-11-14
KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Sean Christopherson
1
-0
/
+1
2023-11-13
KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Chao Peng
1
-0
/
+1
2023-11-13
KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
1
-1
/
+1
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
1
-1
/
+1
2023-11-13
KVM: Use gfn instead of hva for mmu_notifier_retry
Chao Peng
2
-10
/
+11
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+10
2023-11-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-151
/
+365
2023-10-31
Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-42
/
+42
2023-10-31
Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+4
2023-10-31
Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-5
/
+54
2023-10-31
Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
5
-21
/
+55
2023-10-31
Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
10
-64
/
+191
2023-10-31
Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-15
/
+19
2023-10-31
Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+0
2023-10-27
KVM: x86: Service NMI requests after PMI requests in VM-Enter path
Mingwei Zhang
1
-4
/
+4
2023-10-19
KVM: x86: Ignore MSR_AMD64_TW_CFG access
Maciej S. Szmigiero
1
-0
/
+2
2023-10-19
KVM: x86: remove the unused assigned_dev_head from kvm_arch
Liang Chen
1
-1
/
+0
2023-10-19
KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptep
Li zeming
1
-2
/
+10
2023-10-18
x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]
Jim Mattson
1
-1
/
+2
2023-10-18
KVM: x86: remove always-false condition in kvmclock_sync_fn
Dongli Zhang
1
-3
/
+0
[prev]
[next]