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
2024-12-18
KVM: x86: Add information about pending requests to kvm_exit tracepoint
Maxim Levitsky
1
-2
/
+6
2024-12-18
KVM: x86: Add interrupt injection information to the kvm_entry tracepoint
Maxim Levitsky
7
-3
/
+43
2024-12-18
KVM: selftests: Add test case for MMIO during vectoring on x86
Ivan Orlov
2
-0
/
+53
2024-12-18
KVM: selftests: Add and use a helper function for x86's LIDT
Ivan Orlov
3
-2
/
+7
2024-12-18
KVM: SVM: Handle event vectoring error in check_emulate_instruction()
Ivan Orlov
1
-1
/
+7
2024-12-18
KVM: VMX: Handle event vectoring error in check_emulate_instruction()
Ivan Orlov
2
-16
/
+16
2024-12-18
KVM: x86: Try to unprotect and retry on unhandleable emulation failure
Ivan Orlov
1
-0
/
+4
2024-12-18
KVM: x86: Add emulation status for unhandleable exception vectoring
Ivan Orlov
2
-0
/
+7
2024-12-18
KVM: x86: Add function for vectoring error generation
Ivan Orlov
3
-12
/
+29
2024-12-18
KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps
Sean Christopherson
1
-268
/
+273
2024-12-18
KVM: x86: Explicitly track feature flags that are enabled at runtime
Sean Christopherson
1
-4
/
+17
2024-12-18
KVM: x86: Explicitly track feature flags that require vendor enabling
Sean Christopherson
1
-16
/
+43
2024-12-18
KVM: x86: Rename "SF" macro to "SCATTERED_F"
Sean Christopherson
1
-6
/
+6
2024-12-18
KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed
Sean Christopherson
1
-8
/
+7
2024-12-18
KVM: x86: Add a macro for features that are synthesized into boot_cpu_data
Sean Christopherson
1
-19
/
+30
2024-12-18
KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps
Sean Christopherson
2
-3
/
+1
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
15
-171
/
+124
2024-12-18
KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
Sean Christopherson
1
-15
/
+15
2024-12-18
KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
Sean Christopherson
1
-9
/
+19
2024-12-18
KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support
Sean Christopherson
1
-5
/
+3
2024-12-18
KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
Sean Christopherson
1
-8
/
+5
2024-12-18
KVM: x86: Initialize guest cpu_caps based on KVM support
Sean Christopherson
4
-26
/
+16
2024-12-18
KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature
Sean Christopherson
1
-2
/
+13
2024-12-18
KVM: x86: Extract code for generating per-entry emulated CPUID information
Sean Christopherson
1
-13
/
+13
2024-12-18
KVM: x86: Initialize guest cpu_caps based on guest CPUID
Sean Christopherson
4
-21
/
+85
2024-12-18
KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps
Sean Christopherson
4
-42
/
+45
2024-12-18
KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
Sean Christopherson
11
-60
/
+59
2024-12-18
KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
1
-1
/
+2
2024-12-18
KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID
Sean Christopherson
2
-4
/
+7
2024-12-18
KVM: x86: Remove all direct usage of cpuid_entry2_find()
Sean Christopherson
1
-12
/
+16
2024-12-18
KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find()
Sean Christopherson
1
-14
/
+14
2024-12-18
KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find()
Sean Christopherson
1
-41
/
+21
2024-12-18
KVM: x86: Remove unnecessary caching of KVM's PV CPUID base
Sean Christopherson
2
-27
/
+8
2024-12-18
KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID
Sean Christopherson
1
-17
/
+11
2024-12-18
KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2
Sean Christopherson
1
-22
/
+32
2024-12-18
KVM: x86: Add a macro to init CPUID features that KVM emulates in software
Sean Christopherson
1
-9
/
+17
2024-12-18
KVM: x86: Add a macro to init CPUID features that ignore host kernel support
Sean Christopherson
1
-4
/
+16
2024-12-18
KVM: x86: Harden CPU capabilities processing against out-of-scope features
Sean Christopherson
1
-17
/
+36
2024-12-18
KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
Sean Christopherson
1
-0
/
+6
2024-12-18
KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper
Sean Christopherson
1
-30
/
+16
2024-12-18
KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
Sean Christopherson
1
-18
/
+29
2024-12-18
KVM: x86: Add a macro to init CPUID features that are 64-bit only
Sean Christopherson
1
-12
/
+10
2024-12-18
KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init()
Sean Christopherson
1
-17
/
+17
2024-12-18
KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code
Sean Christopherson
1
-64
/
+231
2024-12-18
KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID
Sean Christopherson
1
-5
/
+24
2024-12-18
KVM: x86: Do reverse CPUID sanity checks in __feature_leaf()
Sean Christopherson
2
-5
/
+4
2024-12-18
KVM: x86: Don't update PV features caches when enabling enforcement capability
Sean Christopherson
3
-5
/
+1
2024-12-18
KVM: x86: Zero out PV features cache when the CPUID leaf is not present
Sean Christopherson
1
-0
/
+2
2024-12-18
KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
Sean Christopherson
1
-3
/
+30
[next]