index
:
pub/scm/linux/kernel/git/ohad/linux.git
master
Misc
Ohad Ben-Cohen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
virt
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-17
KVM/x86: Stop using 32-bit MSR interfaces
Juergen Gross
1
-2
/
+4
2026-06-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-24
/
+40
2026-06-03
x86/virt/tdx: Refresh TDX module version after update
Chao Gao
2
-2
/
+9
2026-06-03
x86/virt/seamldr: Add module update locking
Dave Hansen
1
-0
/
+16
2026-06-03
x86/virt/tdx: Restore TDX module state
Chao Gao
3
-0
/
+20
2026-06-03
x86/virt/seamldr: Initialize the newly-installed TDX module
Chao Gao
2
-1
/
+5
2026-06-03
x86/virt/seamldr: Install a new TDX module
Chao Gao
1
-0
/
+14
2026-06-03
x86/virt/tdx: Reset software states during TDX module shutdown
Chao Gao
1
-1
/
+16
2026-06-03
x86/virt/seamldr: Shut down the current TDX module
Chao Gao
4
-2
/
+54
2026-06-03
x86/virt/seamldr: Abort updates after a failed step
Chao Gao
1
-4
/
+8
2026-06-03
x86/virt/seamldr: Introduce skeleton for TDX module updates
Chao Gao
1
-1
/
+88
2026-06-03
x86/virt/seamldr: Allocate and populate a module update request
Chao Gao
1
-1
/
+156
2026-06-03
coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updates
Chao Gao
1
-0
/
+14
2026-06-03
coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratum
Chao Gao
2
-0
/
+24
2026-06-03
x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR information
Chao Gao
1
-1
/
+19
2026-06-03
x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLs
Chao Gao
2
-1
/
+26
2026-06-03
coco/tdx-host: Expose TDX module version
Chao Gao
1
-1
/
+1
2026-06-03
coco/tdx-host: Introduce a "tdx_host" device
Chao Gao
1
-1
/
+1
2026-06-03
x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
Kai Huang
2
-45
/
+111
2026-06-03
x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.h
Chao Gao
1
-3
/
+0
2026-06-03
x86/virt/tdx: Consolidate TDX global initialization states
Chao Gao
1
-9
/
+13
2026-06-03
x86/virt/tdx: Move TDX global initialization states to file scope
Chao Gao
1
-3
/
+4
2026-06-03
x86/virt/tdx: Clarify try_init_module_global() result caching
Chao Gao
1
-4
/
+10
2026-05-26
x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users
Yan Zhao
1
-0
/
+6
2026-05-26
x86/tdx: Drop exported function tdx_quirk_reset_page()
Yan Zhao
1
-6
/
+0
2026-05-26
x86/tdx: Use PFN directly for unmapping guest private memory
Sean Christopherson
1
-4
/
+5
2026-05-26
x86/tdx: Use PFN directly for mapping guest private memory
Sean Christopherson
1
-7
/
+12
2026-05-13
x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based level
Sean Christopherson
1
-8
/
+18
2026-04-27
x86/tdx: Disable the TDX module during kexec and kdump
Vishal Verma
1
-0
/
+1
2026-04-27
x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLE
Vishal Verma
2
-0
/
+32
2026-04-27
x86/virt/tdx: Pull kexec cache flush logic into arch/x86
Rick Edgecombe
1
-19
/
+27
2026-04-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-148
/
+192
2026-03-04
x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be running
Sean Christopherson
1
-13
/
+4
2026-03-04
x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
Chao Gao
1
-3
/
+46
2026-03-04
x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
Sean Christopherson
2
-63
/
+66
2026-03-04
KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
Sean Christopherson
2
-78
/
+92
2026-03-04
x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
Sean Christopherson
1
-8
/
+1
2026-02-25
x86/virt/tdx: Print TDX module version during init
Vishal Verma
1
-0
/
+6
2026-02-25
x86/virt/tdx: Retrieve TDX module version
Chao Gao
1
-0
/
+16
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-12
x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible
Sean Christopherson
1
-34
/
+35
2025-09-11
x86/virt/tdx: Use precalculated TDVPR page physical address
Kai Huang
1
-13
/
+8
2025-09-05
KVM/TDX: Explicitly do WBINVD when no more TDX SEAMCALLs
Kai Huang
1
-0
/
+19
2025-09-05
x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALL
Kai Huang
1
-2
/
+2
2025-08-22
x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
Adrian Hunter
1
-3
/
+7
2025-08-22
x86/tdx: Tidy reset_pamt functions
Adrian Hunter
1
-12
/
+4
2025-08-22
x86/tdx: Eliminate duplicate code in tdx_clear_page()
Adrian Hunter
1
-2
/
+8
2025-06-10
x86/virt/tdx: Avoid indirect calls to TDX assembly functions
Kai Huang
1
-2
/
+3
2025-05-26
x86/tdx: mark tdh_vp_enter() as __flatten
Paolo Bonzini
1
-1
/
+1
[next]