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
2023-04-11
KVM: selftests: Add all known XFEATURE masks to common code
Aaron Lewis
2
-30
/
+33
2023-04-11
KVM: selftests: Rework dynamic XFeature helper to take mask, not bit
Sean Christopherson
3
-11
/
+14
2023-04-11
KVM: selftests: Move XGETBV and XSETBV helpers to common code
Aaron Lewis
2
-21
/
+21
2023-04-11
KVM: x86: Filter out XTILE_CFG if XTILE_DATA isn't permitted
Sean Christopherson
1
-1
/
+17
2023-04-11
KVM: x86: Add a helper to handle filtering of unpermitted XCR0 features
Aaron Lewis
3
-4
/
+15
2023-04-05
KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()
Hao Ge
1
-2
/
+6
2023-03-24
KVM: selftests: Check that XTILEDATA supports XFD
Aaron Lewis
2
-0
/
+2
2023-03-24
KVM: selftests: Check that the palette table exists before using it
Aaron Lewis
2
-0
/
+6
2023-03-24
KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()
Aaron Lewis
1
-7
/
+3
2023-03-24
KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
Aaron Lewis
1
-1
/
+1
2023-03-24
KVM: selftests: Assert that XTILE is XSAVE-enabled
Aaron Lewis
1
-6
/
+1
2023-03-24
KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFD
Mingwei Zhang
1
-0
/
+10
2023-03-24
KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NM
Mingwei Zhang
1
-0
/
+2
2023-03-24
KVM: selftests: Add check of CR0.TS in the #NM handler in amx_test
Mingwei Zhang
1
-0
/
+1
2023-03-24
KVM: selftests: Enable checking on xcomp_bv in amx_test
Mingwei Zhang
1
-0
/
+1
2023-03-24
KVM: selftests: Fix an error in comment of amx_test
Mingwei Zhang
1
-1
/
+4
2023-03-24
KVM: selftests: Add a fully functional "struct xstate" for x86
Mingwei Zhang
2
-25
/
+23
2023-03-24
KVM: selftests: Add 'malloc' failure check in vcpu_save_state
Ivan Orlov
1
-0
/
+1
2023-03-24
KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
Ackerley Tng
1
-1
/
+17
2023-03-24
KVM: selftests: Report enable_pmu module value when test is skipped
Like Xu
2
-0
/
+2
2023-03-24
KVM: selftests: Add a helper to read kvm boolean module parameters
Like Xu
2
-0
/
+6
2023-03-24
KVM: selftests: Fix nsec to sec conversion in demand_paging_test
Anish Moorthy
1
-1
/
+1
2023-03-16
KVM: Change return type of kvm_arch_vm_ioctl() to "int"
Thomas Huth
7
-15
/
+9
2023-03-16
KVM: Standardize on "int" return types instead of "long" in kvm_main.c
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
Thomas Huth
3
-5
/
+10
2023-03-16
KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctl
Thomas Huth
3
-10
/
+2
2023-03-16
KVM: s390: Use "int" as return type for kvm_s390_get/set_skeys()
Thomas Huth
1
-2
/
+2
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
5
-21
/
+21
2023-03-16
kvm: x86: Advertise FLUSH_L1D to user space
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
1
-13
/
+30
2023-03-16
kvm: vmx: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
2
-25
/
+46
2023-03-14
KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper
Sean Christopherson
3
-4
/
+4
2023-03-14
KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
Sean Christopherson
4
-23
/
+28
2023-03-14
KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
Sean Christopherson
2
-105
/
+105
2023-03-14
KVM: x86/mmu: Remove FNAME(is_self_change_mapping)
Lai Jiangshan
1
-44
/
+7
2023-03-14
KVM: x86/mmu: Detect write #PF to shadow pages during FNAME(fetch) walk
Lai Jiangshan
1
-7
/
+5
2023-03-14
KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pages
Sean Christopherson
5
-36
/
+37
2023-03-14
KVM: selftests: Sync KVM exit reasons in selftests
Vipin Sharma
1
-2
/
+15
2023-03-14
KVM: selftests: Add macro to generate KVM exit reason strings
Sean Christopherson
1
-26
/
+28
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
1
-1
/
+2
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
44
-293
/
+69
2023-03-14
KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
David Woodhouse
1
-0
/
+27
2023-03-14
KVM: selftests: Use enum for test numbers in xen_shinfo_test
David Woodhouse
1
-51
/
+82
2023-03-14
KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
Sean Christopherson
3
-54
/
+21
2023-03-14
KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
Sean Christopherson
1
-12
/
+17
2023-03-14
KVM: SVM: WARN if GATag generation drops VM or vCPU ID information
Sean Christopherson
1
-3
/
+12
2023-03-14
KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
Suravee Suthikulpanit
1
-8
/
+18
2023-03-14
KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
Sean Christopherson
1
-5
/
+7
2023-03-14
selftests: KVM: skip hugetlb tests if huge pages are not available
Paolo Bonzini
1
-9
/
+16
2023-03-14
KVM: VMX: Use tabs instead of spaces for indentation
Rong Tao
1
-2
/
+2
[next]