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: x86: remove shadow_memtype_mask
Paolo Bonzini
5
-34
/
+7
2025-03-14
KVM: x86: Introduce Intel specific quirk KVM_X86_QUIRK_IGNORE_GUEST_PAT
Yan Zhao
7
-15
/
+73
2025-03-14
KVM: x86: Introduce supported_quirks to block disabling quirks
Yan Zhao
2
-4
/
+7
2025-03-14
KVM: x86: Allow vendor code to disable quirks
Paolo Bonzini
4
-0
/
+7
2025-03-14
KVM: x86: do not allow re-enabling quirks
Paolo Bonzini
1
-1
/
+1
2025-03-14
KVM: TDX: Enable guest access to MTRR MSRs
Binbin Wu
1
-0
/
+3
2025-03-14
KVM: TDX: Add a method to ignore hypercall patching
Isaku Yamahata
1
-1
/
+14
2025-03-14
KVM: TDX: Ignore setting up mce
Isaku Yamahata
1
-1
/
+9
2025-03-14
KVM: TDX: Add methods to ignore accesses to TSC
Isaku Yamahata
1
-4
/
+40
2025-03-14
KVM: TDX: Add methods to ignore VMX preemption timer
Isaku Yamahata
1
-2
/
+23
2025-03-14
KVM: TDX: Add method to ignore guest instruction emulation
Isaku Yamahata
1
-1
/
+17
2025-03-14
KVM: TDX: Add methods to ignore accesses to CPU state
Isaku Yamahata
1
-29
/
+278
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
Isaku Yamahata
2
-0
/
+17
2025-03-14
KVM: TDX: Enable guest access to LMCE related MSRs
Isaku Yamahata
1
-9
/
+37
2025-03-14
KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
Isaku Yamahata
3
-1
/
+35
2025-03-14
KVM: TDX: Implement callbacks for MSR operations
Isaku Yamahata
3
-4
/
+119
2025-03-14
KVM: x86: Move KVM_MAX_MCE_BANKS to header file
Isaku Yamahata
2
-1
/
+2
2025-03-14
KVM: TDX: Handle TDX PV HLT hypercall
Isaku Yamahata
5
-6
/
+56
2025-03-14
KVM: TDX: Handle TDX PV CPUID hypercall
Isaku Yamahata
1
-0
/
+22
2025-03-14
KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
Yan Zhao
2
-9
/
+61
2025-03-14
KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY
Yan Zhao
1
-1
/
+56
2025-03-14
KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
Yan Zhao
3
-0
/
+21
2025-03-14
KVM: TDX: Handle EPT violation/misconfig exit
Isaku Yamahata
1
-0
/
+47
2025-03-14
KVM: TDX: Handle EXIT_REASON_OTHER_SMI
Isaku Yamahata
2
-0
/
+22
2025-03-14
KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
Isaku Yamahata
2
-3
/
+27
2025-03-14
KVM: VMX: Add a helper for NMI handling
Sean Christopherson
2
-9
/
+17
2025-03-14
KVM: VMX: Move emulation_required to struct vcpu_vt
Binbin Wu
4
-12
/
+12
2025-03-14
KVM: TDX: Add methods to ignore virtual apic related operation
Isaku Yamahata
1
-3
/
+28
2025-03-14
KVM: TDX: Force APICv active for TDX guest
Isaku Yamahata
3
-1
/
+22
2025-03-14
KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
Binbin Wu
1
-2
/
+7
2025-03-14
KVM: TDX: Always block INIT/SIPI
Isaku Yamahata
3
-2
/
+31
2025-03-14
KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
Isaku Yamahata
2
-4
/
+42
2025-03-14
KVM: TDX: Implement methods to inject NMI
Isaku Yamahata
4
-5
/
+85
2025-03-14
KVM: TDX: Wait lapic expire when timer IRQ was injected
Isaku Yamahata
2
-1
/
+11
2025-03-14
KVM: x86: Assume timer IRQ was injected if APIC state is protected
Sean Christopherson
1
-1
/
+10
2025-03-14
KVM: TDX: Implement non-NMI interrupt injection
Isaku Yamahata
6
-19
/
+117
2025-03-14
KVM: VMX: Move posted interrupt delivery code to common header
Isaku Yamahata
2
-58
/
+68
2025-03-14
KVM: TDX: Disable PI wakeup for IPIv
Isaku Yamahata
2
-2
/
+6
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
8
-0
/
+19
2025-03-14
KVM: TDX: Handle TDX PV MMIO hypercall
Sean Christopherson
3
-0
/
+107
2025-03-14
KVM: TDX: Handle TDX PV port I/O hypercall
Isaku Yamahata
1
-0
/
+62
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
Binbin Wu
3
-0
/
+35
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
Binbin Wu
3
-0
/
+115
2025-03-14
KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
Isaku Yamahata
1
-0
/
+19
2025-03-14
KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
Isaku Yamahata
2
-2
/
+62
2025-03-14
KVM: TDX: Add a place holder to handle TDX VM exit
Isaku Yamahata
6
-4
/
+189
2025-03-14
KVM: x86: Move pv_unhalted check out of kvm_vcpu_has_events()
Binbin Wu
2
-6
/
+6
2025-03-14
KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs
Binbin Wu
2
-24
/
+17
2025-03-14
KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
Isaku Yamahata
3
-3
/
+13
2025-03-14
KVM: TDX: Save and restore IA32_DEBUGCTL
Adrian Hunter
1
-1
/
+10
[next]