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
/
x86.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+10
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
1
-0
/
+10
2026-03-02
KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
Sean Christopherson
1
-0
/
+26
2026-03-02
KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
Sean Christopherson
1
-4
/
+2
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2026-02-09
Merge tag 'kvm-x86-misc-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+13
2026-01-30
KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
Sean Christopherson
1
-0
/
+2
2026-01-08
KVM: x86/pmu: Start stubbing in mediated PMU support
Dapeng Mi
1
-0
/
+1
2026-01-07
KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is active
Sean Christopherson
1
-2
/
+13
2025-11-19
KVM: x86: Load guest/host PKRU outside of the fastpath run loop
Sean Christopherson
1
-2
/
+0
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
1
-0
/
+14
2025-09-23
KVM: x86: Allow setting CR4.CET if IBT or SHSTK is supported
Yang Weijiang
1
-0
/
+3
2025-09-23
KVM: VMX: Set host constant supervisor states to VMCS fields
Yang Weijiang
1
-0
/
+1
2025-09-23
KVM: VMX: Emulate read and write to CET MSRs
Yang Weijiang
1
-0
/
+23
2025-09-23
KVM: x86: Enable guest SSP read/write interface with new uAPIs
Yang Weijiang
1
-0
/
+10
2025-09-10
KVM: x86: Move vector_hashing into lapic.c
Sean Christopherson
1
-1
/
+0
2025-08-19
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Xin Li
1
-0
/
+1
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
1
-1
/
+1
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
1
-0
/
+1
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+22
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
1
-0
/
+5
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
1
-4
/
+9
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
1
-0
/
+22
2025-04-24
KVM: x86: Generalize IBRS virtualization on emulated VM-exit
Yosry Ahmed
1
-0
/
+18
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-17
/
+14
2025-03-19
Merge tag 'kvm-x86-xen-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2025-03-14
KVM: x86: Introduce supported_quirks to block disabling quirks
Yan Zhao
1
-0
/
+2
2025-03-14
KVM: x86: Allow vendor code to disable quirks
Paolo Bonzini
1
-0
/
+1
2025-03-14
KVM: x86: Move KVM_MAX_MCE_BANKS to header file
Isaku Yamahata
1
-0
/
+2
2025-03-14
KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs
Binbin Wu
1
-17
/
+9
2025-02-25
KVM: x86: Update Xen TSC leaves during CPUID emulation
Fred Griffoul
1
-0
/
+1
2025-02-12
KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE
Jim Mattson
1
-0
/
+2
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
1
-0
/
+5
2025-01-20
Merge branch 'kvm-userspace-hypercall' into HEAD
Paolo Bonzini
1
-0
/
+28
2024-12-22
KVM: x86: Refactor __kvm_emulate_hypercall() into a macro
Paolo Bonzini
1
-5
/
+20
2024-12-22
KVM: x86: Always complete hypercall via function callback
Sean Christopherson
1
-4
/
+6
2024-12-22
KVM: x86: Move "emulate hypercall" function declarations to x86.h
Sean Christopherson
1
-0
/
+6
2024-12-22
KVM: x86: Add a helper to check for user interception of KVM hypercalls
Binbin Wu
1
-0
/
+5
2024-12-18
KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h
Sean Christopherson
1
-1
/
+5
2024-11-01
KVM: x86: model canonical checks more precisely
Maxim Levitsky
1
-2
/
+46
2024-09-17
Merge tag 'kvm-x86-pat_vmx_msrs-6.12' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
1
-1
/
+2
2024-09-09
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
1
-0
/
+6
2024-08-29
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
1
-0
/
+1
2024-08-22
KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
Sean Christopherson
1
-4
/
+11
2024-08-22
KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
Sean Christopherson
1
-0
/
+6
2024-08-22
x86/cpu: KVM: Move macro to encode PAT value to common header
Sean Christopherson
1
-1
/
+2
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
1
-1
/
+1
2024-07-16
Merge tag 'kvm-x86-mtrrs-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+0
2024-06-05
KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
Sean Christopherson
1
-4
/
+0
2024-06-03
KVM: x86: Move shadow_phys_bits into "kvm_host", as "maxphyaddr"
Sean Christopherson
1
-0
/
+7
[next]