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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-12
Merge branch 'kvm-single-pdptrs' into HEAD
Paolo Bonzini
1
-3
/
+2
2026-06-12
KVM: x86/mmu: move pdptrs out of the MMU
Paolo Bonzini
1
-3
/
+2
2026-06-12
Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
4
-3
/
+12
2026-06-12
Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-37
/
+14
2026-06-12
Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-10
/
+18
2026-06-03
Merge branch 'kvm-ghcb-for-7.2' into HEAD
Paolo Bonzini
9
-4
/
+14
2026-06-03
KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.
Sean Christopherson
1
-1
/
+0
2026-06-03
KVM: x86: Drop defunct vcpu_tsc_khz() declaration
Sean Christopherson
1
-2
/
+0
2026-05-31
Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2026-05-30
Merge commit 'kvm-vmenter-load-store-regs' into HEAD
Paolo Bonzini
2
-16
/
+109
2026-05-30
KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()
Chang S. Bae
2
-19
/
+8
2026-05-30
KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()
Chang S. Bae
1
-0
/
+104
2026-05-29
Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2026-05-27
KVM: x86/pmu: Track mediated PMU counters with mode-specific enables
Yosry Ahmed
1
-0
/
+2
2026-05-27
KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVM
Yosry Ahmed
2
-0
/
+3
2026-05-27
KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0
Yosry Ahmed
2
-2
/
+3
2026-05-27
KVM: x86: Move error handling inside free_external_spt()
Sean Christopherson
2
-3
/
+2
2026-05-27
KVM: TDX: Drop kvm_x86_ops.remove_external_spte()
Sean Christopherson
2
-4
/
+0
2026-05-27
KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()
Sean Christopherson
1
-2
/
+2
2026-05-27
KVM: TDX: Drop kvm_x86_ops.link_external_spt()
Sean Christopherson
2
-4
/
+0
2026-05-27
KVM: x86: Virtualize AMD CPUID faulting
Jim Mattson
1
-0
/
+1
2026-05-27
KVM: x86: Consolidate CPUID fault handling for emulator and interception logic
Sean Christopherson
1
-1
/
+0
2026-05-26
KVM: x86: Treat KVM's virtual PMU as disabled for TDX VMs
Vishal Annapurve
1
-0
/
+1
2026-05-26
KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bits
Kevin Cheng
1
-0
/
+2
2026-05-26
KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardware
Sean Christopherson
1
-4
/
+14
2026-05-26
x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users
Yan Zhao
1
-6
/
+0
2026-05-26
x86/tdx: Drop exported function tdx_quirk_reset_page()
Yan Zhao
1
-1
/
+0
2026-05-26
x86/tdx: Use PFN directly for unmapping guest private memory
Sean Christopherson
1
-9
/
+5
2026-05-26
x86/tdx: Use PFN directly for mapping guest private memory
Sean Christopherson
1
-2
/
+5
2026-05-26
x86/microcode: Do not access MSR_IA32_PLATFORM_ID when running as a guest
Borislav Petkov
1
-0
/
+1
2026-05-24
Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-2
/
+7
2026-05-21
ring-buffer: Flush and stop persistent ring buffer on panic
Masami Hiramatsu (Google)
1
-0
/
+1
2026-05-19
x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
Peter Zijlstra
4
-2
/
+7
2026-05-14
KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
Jim Mattson
1
-0
/
+1
2026-05-14
KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PAT
Jim Mattson
2
-1
/
+3
2026-05-13
KVM: x86: Make "external SPTE" ops that can fail RET0 static calls
Sean Christopherson
1
-3
/
+3
2026-05-13
x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
Sean Christopherson
1
-10
/
+4
2026-05-13
KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_SEND_ALWAYS
Sean Christopherson
1
-1
/
+0
2026-05-13
KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXIT
Sean Christopherson
1
-1
/
+0
2026-05-13
KVM: x86: Rate-limit global clock updates on vCPU load
Lei Chen
1
-0
/
+1
2026-05-13
Merge branch 'kvm-apx-prepare' into HEAD
Paolo Bonzini
1
-14
/
+18
2026-05-13
KVM: x86: Use a proper bitmap for tracking available/dirty registers
Sean Christopherson
1
-2
/
+4
2026-05-13
KVM: x86: Track available/dirty register masks as "unsigned long" values
Sean Christopherson
1
-2
/
+2
2026-05-13
KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APX
Sean Christopherson
1
-9
/
+9
2026-05-13
KVM: x86: Add dedicated storage for guest RIP
Sean Christopherson
1
-4
/
+6
2026-05-11
x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache
Prathyushi Nangia
1
-1
/
+2
2026-05-10
Merge branch 'kvm-mbec' into HEAD
Paolo Bonzini
5
-16
/
+49
2026-05-10
KVM: x86/mmu: add support for GMET to NPT page table walks
Paolo Bonzini
1
-0
/
+2
2026-05-10
KVM: SVM: add GMET bit definitions
Paolo Bonzini
2
-0
/
+2
2026-05-10
KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/D
Paolo Bonzini
1
-0
/
+7
[next]