index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-14
KVM: TDX: Save and restore IA32_DEBUGCTL
Adrian Hunter
1
-1
/
+10
2025-03-14
KVM: TDX: Disable support for TSX and WAITPKG
Adrian Hunter
1
-0
/
+43
2025-03-14
KVM: TDX: restore user ret MSRs
Isaku Yamahata
2
-1
/
+51
2025-03-14
KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
Chao Gao
2
-5
/
+20
2025-03-14
KVM: TDX: restore host xsave state when exit from the guest TD
Isaku Yamahata
1
-0
/
+32
2025-03-14
KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
Isaku Yamahata
3
-2
/
+66
2025-03-14
KVM: TDX: Implement TDX vcpu enter/exit path
Isaku Yamahata
4
-2
/
+90
2025-03-14
KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
Binbin Wu
7
-136
/
+176
2025-03-14
KVM: TDX: Handle SEPT zap error due to page add error in premap
Yan Zhao
1
-19
/
+47
2025-03-14
x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
Kai Huang
4
-0
/
+13
2025-03-14
KVM: TDX: Skip updating CPU dirty logging request for TDs
Paolo Bonzini
1
-1
/
+13
2025-03-14
KVM: x86: Make cpu_dirty_log_size a per-VM value
Yan Zhao
6
-15
/
+16
2025-03-14
KVM: x86/mmu: Add parameter "kvm" to kvm_mmu_page_ad_need_write_protect()
Yan Zhao
3
-8
/
+9
2025-03-14
KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers
Yan Zhao
4
-13
/
+15
2025-03-14
KVM: TDX: Handle vCPU dissociation
Isaku Yamahata
4
-10
/
+177
2025-03-14
KVM: TDX: Finalize VM initialization
Isaku Yamahata
3
-8
/
+74
2025-03-14
KVM: TDX: Add an ioctl to create initial guest memory
Isaku Yamahata
2
-0
/
+153
2025-03-14
KVM: x86/mmu: Export kvm_tdp_map_page()
Rick Edgecombe
1
-0
/
+2
2025-03-14
KVM: x86/mmu: Bail out kvm_tdp_map_page() when VM dead
Yan Zhao
1
-0
/
+4
2025-03-14
KVM: TDX: Implement hook to get max mapping level of private pages
Isaku Yamahata
3
-0
/
+17
2025-03-14
KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
Isaku Yamahata
4
-3
/
+284
2025-03-14
KVM: TDX: Handle TLB tracking for TDX
Isaku Yamahata
3
-4
/
+125
2025-03-14
KVM: TDX: Set per-VM shadow_mmio_value to 0
Isaku Yamahata
2
-2
/
+14
2025-03-14
KVM: x86/mmu: Add setter for shadow_mmio_value
Isaku Yamahata
2
-0
/
+7
2025-03-14
KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX
Isaku Yamahata
3
-0
/
+12
2025-03-14
KVM: TDX: Set gfn_direct_bits to shared bit
Isaku Yamahata
1
-0
/
+5
2025-03-14
KVM: TDX: Add load_mmu_pgd method for TDX
Sean Christopherson
4
-1
/
+32
2025-03-14
KVM: TDX: Add accessors VMX VMCS helpers
Isaku Yamahata
2
-0
/
+101
2025-03-14
KVM: VMX: Teach EPT violation helper about private mem
Rick Edgecombe
1
-0
/
+9
2025-03-14
KVM: VMX: Split out guts of EPT violation to common/exposed function
Sean Christopherson
2
-22
/
+37
2025-03-14
KVM: x86/mmu: Do not enable page track for TD guest
Yan Zhao
1
-0
/
+3
2025-03-14
KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
Isaku Yamahata
3
-7
/
+36
2025-03-14
KVM: x86/mmu: Implement memslot deletion for TDX
Rick Edgecombe
1
-0
/
+1
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents
Isaku Yamahata
3
-0
/
+31
2025-03-14
KVM: TDX: Register TDX host key IDs to cgroup misc controller
Zhiming Hu
6
-0
/
+31
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
Isaku Yamahata
3
-0
/
+30
2025-03-14
KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
Xiaoyao Li
3
-1
/
+23
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
Isaku Yamahata
3
-0
/
+31
2025-03-14
KVM: x86: Introduce KVM_TDX_GET_CPUID
Xiaoyao Li
4
-0
/
+198
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages
Isaku Yamahata
3
-0
/
+43
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
9
-2
/
+205
2025-03-14
x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages
Isaku Yamahata
3
-1
/
+26
2025-03-14
KVM: TDX: create/free TDX vcpu structure
Isaku Yamahata
3
-4
/
+84
2025-03-14
KVM: TDX: Don't offline the last cpu of one package when there's TDX guest
Isaku Yamahata
1
-1
/
+42
2025-03-14
KVM: TDX: Make pmu_intel.c ignore guest TD case
Isaku Yamahata
3
-34
/
+80
2025-03-14
KVM: TDX: add ioctl to initialize VM with TDX specific parameters
Isaku Yamahata
3
-10
/
+299
2025-03-14
KVM: x86: expose cpuid_entry2_find for TDX
Paolo Bonzini
2
-37
/
+33
2025-03-14
KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
Isaku Yamahata
3
-0
/
+54
2025-03-14
KVM: TDX: create/destroy VM structure
Isaku Yamahata
8
-3
/
+476
2025-03-14
KVM: TDX: Get system-wide info about TDX module on initialization
Isaku Yamahata
3
-0
/
+150
[next]