index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-09
selftests: kvm: Properly set Hyper-V CPUIDs in evmcs_test
Vitaly Kuznetsov
1
-1
/
+38
2021-02-09
selftests: kvm: Move kvm_get_supported_hv_cpuid() to common code
Vitaly Kuznetsov
3
-28
/
+39
2021-02-09
selftests: kvm: Raise the default timeout to 120 seconds
Vitaly Kuznetsov
1
-0
/
+1
2021-02-08
selftests/bpf: Add missing cleanup in atomic_bounds test
Brendan Jackman
1
-0
/
+2
2021-02-08
selftests/bpf: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
selftests: netdevsim: Test route offload failure notifications
Amit Cohen
1
-2
/
+132
2021-02-08
selftests/timens: add futex binary to .gitignore
Tobias Klauser
1
-0
/
+1
2021-02-08
selftests: breakpoints: Use correct error messages in breakpoint_test_arm64.c
Tiezhu Yang
1
-2
/
+2
2021-02-08
selftests/vDSO: fix ABI selftest on riscv
Tobias Klauser
1
-1
/
+3
2021-02-08
selftests/x86/ldt_gdt: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
selftests/ipc: remove unneeded semicolon
Yang Li
1
-3
/
+3
2021-02-08
kselftests: dmabuf-heaps: Add extra checking that allocated buffers are zeroed
John Stultz
1
-0
/
+86
2021-02-08
kselftests: dmabuf-heaps: Cleanup test output
John Stultz
1
-23
/
+21
2021-02-08
kselftests: dmabuf-heaps: Softly fail if don't find a vgem device
John Stultz
1
-8
/
+7
2021-02-08
kselftests: dmabuf-heaps: Add clearer checks on DMABUF_BEGIN/END_SYNC
John Stultz
1
-7
/
+13
2021-02-08
kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/include dir
John Stultz
1
-1
/
+1
2021-02-08
selftests: tc-testing: u32: Add tests covering sample option
Phil Sutter
1
-0
/
+46
2021-02-08
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
1
-1
/
+3
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
3
-12
/
+28
2021-02-08
selftests/net: so_txtime: remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
3
-7
/
+46
2021-02-08
kunit: tool: simplify kconfig is_subset_of() logic
Daniel Latypov
1
-7
/
+6
2021-02-08
minor: kunit: tool: fix unit test so it can run from non-root dir
Daniel Latypov
1
-36
/
+24
2021-02-08
kunit: tool: use `with open()` in unit test
Daniel Latypov
1
-19
/
+14
2021-02-08
kunit: tool: stop using bare asserts in unit test
Daniel Latypov
1
-26
/
+24
2021-02-08
kunit: tool: fix unit test cleanup handling
Daniel Latypov
1
-8
/
+6
2021-02-08
bpf/benchs/bench_ringbufs: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-02-07
Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
4
-2
/
+1245
2021-02-07
Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+3
2021-02-06
selftests: mptcp: add command line arguments for mptcp_join.sh
Geliang Tang
1
-435
/
+547
2021-02-06
entry: Use different define for selector variable in SUD
Gabriel Krisman Bertazi
2
-9
/
+13
2021-02-05
dma-mapping: benchmark: pretend DMA is transmitting
Barry Song
1
-3
/
+18
2021-02-05
dma-mapping: benchmark: use u8 for reserved field in uAPI structure
Barry Song
1
-1
/
+3
2021-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-1
/
+1
2021-02-04
selftests: txtimestamp: fix compilation issue
Vadim Fedorenko
1
-3
/
+3
2021-02-04
bpf/selftests: Update the IMA test to use BPF ring buffer
KP Singh
2
-13
/
+43
2021-02-04
bpf/selftests: Add a short note about vmtest.sh in README.rst
KP Singh
1
-0
/
+24
2021-02-04
bpf: Helper script for running BPF presubmit tests
KP Singh
1
-0
/
+368
2021-02-04
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
2
-0
/
+170
2021-02-04
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
1
-6
/
+33
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
3
-0
/
+125
2021-02-04
selftest: kvm: x86: test KVM_GET_CPUID2 and guest visible CPUIDs against KVM_GET_SUPPORTED_CPUID
Vitaly Kuznetsov
5
-0
/
+233
2021-02-04
selftests: kvm/x86: add test for pmu msr MSR_IA32_PERF_CAPABILITIES
Like Xu
5
-1
/
+169
2021-02-04
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
1
-5
/
+5
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
8
-15
/
+63
2021-02-04
KVM: selftests: Add memslot modification stress test
Ben Gardon
3
-0
/
+213
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
4
-18
/
+57
2021-02-04
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
1
-3
/
+8
2021-02-04
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
1
-13
/
+13
2021-02-04
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
1
-5
/
+4
[prev]
[next]