index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-22
Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6
-22
/
+29
2024-12-22
KVM: x86: let it be known that ignore_msrs is a bad idea
Paolo Bonzini
1
-0
/
+7
2024-12-22
KVM: VMX: don't include '<linux/find.h>' directly
Wolfram Sang
1
-1
/
+1
2024-12-19
KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
Sean Christopherson
3
-12
/
+22
2024-12-19
KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
Sean Christopherson
1
-9
/
+0
2024-12-19
KVM: x86: Play nice with protected guests in complete_hypercall_exit()
Sean Christopherson
1
-1
/
+1
2024-12-19
KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed feature
Suravee Suthikulpanit
1
-0
/
+6
2024-12-13
KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module init
Sean Christopherson
3
-5
/
+29
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
31
-782
/
+744
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-10
/
+2
2024-11-19
KVM: x86: Break CONFIG_KVM_X86's direct dependency on KVM_INTEL || KVM_AMD
Sean Christopherson
1
-1
/
+1
2024-11-19
KVM: x86: add back X86_LOCAL_APIC dependency
Arnd Bergmann
1
-1
/
+1
2024-11-19
Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setu...
Sean Christopherson
1
-33
/
+21
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-26
/
+13
2024-11-14
KVM: x86: switch hugepage recovery thread to vhost_task
Paolo Bonzini
2
-37
/
+32
2024-11-13
KVM: x86: expose MSR_PLATFORM_INFO as a feature MSR
Paolo Bonzini
1
-0
/
+3
2024-11-13
x86: KVM: Advertise CPUIDs for new instructions in Clearwater Forest
Tao Su
2
-5
/
+6
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
4
-24
/
+56
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
20
-117
/
+243
2024-11-13
Merge tag 'kvm-x86-vmx-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-11
/
+10
2024-11-08
KVM: VMX: Bury Intel PT virtualization (guest/host mode) behind CONFIG_BROKEN
Sean Christopherson
1
-1
/
+3
2024-11-08
KVM: x86: Unconditionally set irr_pending when updating APICv state
Sean Christopherson
1
-11
/
+18
2024-11-08
kvm: svm: Fix gctx page leak on invalid inputs
Dionna Glaze
1
-4
/
+4
2024-11-07
KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
Nam Cao
1
-10
/
+2
2024-11-04
KVM: SVM: Propagate error from snp_guest_req_init() to userspace
Sean Christopherson
1
-2
/
+5
2024-11-04
KVM: nVMX: Treat vpid01 as current if L2 is active, but with VPID disabled
Sean Christopherson
2
-6
/
+26
2024-11-04
KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged
Sean Christopherson
1
-3
/
+4
2024-11-04
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
Sean Christopherson
3
-11
/
+8
2024-11-04
KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
Sean Christopherson
2
-2
/
+1
2024-11-04
KVM: x86: Rename APIC base setters to better capture their relationship
Sean Christopherson
3
-8
/
+14
2024-11-04
KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)
Sean Christopherson
2
-21
/
+21
2024-11-04
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
2
-7
/
+5
2024-11-04
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
Sean Christopherson
2
-10
/
+4
2024-11-04
KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state
Sean Christopherson
1
-1
/
+0
2024-11-04
KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing
Sean Christopherson
1
-0
/
+3
2024-11-04
KVM: x86/mmu: Drop per-VM zapped_obsolete_pages list
Vipin Sharma
1
-3
/
+5
2024-11-04
KVM: x86/mmu: Remove KVM's MMU shrinker
Vipin Sharma
1
-103
/
+2
2024-11-04
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
1
-0
/
+3
2024-11-04
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
4
-6
/
+6
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
6
-28
/
+89
2024-11-04
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
1
-5
/
+11
2024-11-04
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
1
-1
/
+1
2024-11-04
KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
Sean Christopherson
1
-14
/
+14
2024-11-03
fdget(), trivial conversions
Al Viro
1
-26
/
+13
2024-11-01
KVM: x86: Remove ordering check b/w MSR_PLATFORM_INFO and MISC_FEATURES_ENABLES
Sean Christopherson
1
-3
/
+1
2024-11-01
KVM: x86: Reject userspace attempts to access ARCH_CAPABILITIES w/o support
Sean Christopherson
1
-5
/
+5
2024-11-01
KVM: VMX: Remove restriction that PMU version > 0 for PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+0
2024-11-01
KVM: x86: Reject userspace attempts to access PERF_CAPABILITIES w/o PDCM
Sean Christopherson
1
-5
/
+6
2024-11-01
KVM: x86: Quirk initialization of feature MSRs to KVM's max configuration
Sean Christopherson
3
-7
/
+14
2024-11-01
KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has run
Sean Christopherson
1
-0
/
+1
[next]