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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-18
selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
Mickaël Salaün
5
-0
/
+472
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
selftests: refactor the lsm `flags_overset_lsm_set_self_attr` test
Amit Vadhavana
1
-4
/
+3
2024-12-18
KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
Sean Christopherson
1
-3
/
+30
2024-12-18
KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
Sean Christopherson
1
-2
/
+3
2024-12-18
KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
Sean Christopherson
1
-0
/
+10
2024-12-18
KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
Sean Christopherson
1
-7
/
+9
2024-12-18
KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
Sean Christopherson
1
-0
/
+2
2024-12-18
KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
Sean Christopherson
1
-23
/
+30
2024-12-18
KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
Sean Christopherson
2
-13
/
+11
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
151
-202
/
+166
2024-12-18
KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
Sean Christopherson
3
-331
/
+340
2024-12-18
KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
Sean Christopherson
1
-3
/
+101
2024-12-18
KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
Sean Christopherson
1
-4
/
+18
2024-12-18
KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test
Sean Christopherson
1
-6
/
+19
2024-12-18
KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
Sean Christopherson
1
-1
/
+1
2024-12-18
KVM: selftests: Enable mmu_stress_test on arm64
Sean Christopherson
1
-0
/
+1
2024-12-18
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
Sean Christopherson
1
-0
/
+1
2024-12-18
KVM: selftests: Compute number of extra pages needed in mmu_stress_test
Sean Christopherson
1
-1
/
+7
2024-12-18
KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
Sean Christopherson
1
-3
/
+3
2024-12-18
KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
Sean Christopherson
2
-1
/
+1
2024-12-18
KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
Sean Christopherson
1
-1
/
+2
2024-12-18
KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
Sean Christopherson
1
-0
/
+4
2024-12-18
KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
Sean Christopherson
15
-81
/
+81
2024-12-18
ktest.pl: Fix typo "accesing"
WangYuli
1
-1
/
+1
2024-12-18
ktest.pl: Fix typo in comment
Ba Jing
1
-1
/
+1
2024-12-18
ktest.pl: Remove unused declarations in run_bisect_test function
Ba Jing
1
-2
/
+0
2024-12-18
ktest.pl: Check kernelrelease return in get_version
Ricardo B. Marliere
1
-0
/
+5
2024-12-18
perf python: Correctly throw IndexError
Ian Rogers
1
-1
/
+3
2024-12-18
perf python: Add __str__ and __repr__ functions to evsel
Ian Rogers
1
-0
/
+13
2024-12-18
perf python: Add __str__ and __repr__ functions to evlist
Ian Rogers
1
-0
/
+26
2024-12-18
perf python: Add parse_events function
Ian Rogers
4
-9
/
+75
2024-12-18
perf build: Remove test library from python shared object
Ian Rogers
1
-1
/
+1
2024-12-18
perf kwork: Make perf_kwork_add_work a callback
Ian Rogers
5
-17
/
+8
2024-12-18
perf bench: Remove reference to cmd_inject
Ian Rogers
3
-14
/
+12
2024-12-18
perf lock: Move common lock contention code to new file
Ian Rogers
6
-158
/
+160
2024-12-18
perf env: Move arch errno function to only use in env
Ian Rogers
5
-10
/
+6
2024-12-18
perf intel-pt: Remove stale build comment
Ian Rogers
1
-2
/
+0
2024-12-18
perf x86: Define arch_fetch_insn in NO_AUXTRACE builds
Ian Rogers
5
-10
/
+19
2024-12-18
perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c
Ian Rogers
3
-87
/
+83
2024-12-18
perf script: Move script_fetch_insn to trace-event-scripting.c
Ian Rogers
6
-23
/
+19
2024-12-18
perf script: Move script_spec code to trace-event-scripting.c
Ian Rogers
4
-70
/
+80
2024-12-18
perf stat: Move stat_config into config.c
Ian Rogers
6
-46
/
+38
2024-12-18
perf script: Move find_scripts to browser/scripts.c
Ian Rogers
4
-185
/
+175
2024-12-18
perf script: Use openat for directory iteration
Ian Rogers
3
-27
/
+71
2024-12-18
perf kvm: Move functions used in util out of builtin
Ian Rogers
5
-93
/
+74
2024-12-18
perf script: Move scripting_max_stack out of builtin
Ian Rogers
3
-4
/
+3
2024-12-18
perf python: Remove unused #include
Ian Rogers
1
-1
/
+0
2024-12-18
perf python: Constify variables and parameters
Ian Rogers
1
-26
/
+29
[prev]
[next]