index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2022-07-08
selftests: forwarding: Install no_forwarding.sh
Martin Blumenstingl
-0
/
+1
2022-07-08
selftests: forwarding: Install local_termination.sh
Martin Blumenstingl
-0
/
+1
2022-07-08
selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
Maxim Mikityanskiy
-7
/
+17
2022-07-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-7
/
+7
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
-6
/
+32
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
-4
/
+27
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
-23
/
+89
2022-07-08
selftests: drivers/dma-buf: Improve message in selftest summary
Soumya Negi
-1
/
+2
2022-07-08
selftests/kcmp: Make the test output consistent and clear
Gautam Menghani
-2
/
+4
2022-07-08
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
-2
/
+13
2022-07-08
selftests, xsk: Rename AF_XDP testing app
Maciej Fijalkowski
-13
/
+13
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
-7
/
+7
2022-07-07
kunit: add coverage_uml.config to enable GCOV on UML
Daniel Latypov
-0
/
+11
2022-07-07
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
-56
/
+54
2022-07-07
kunit: tool: introduce --qemu_args
Daniel Latypov
-7
/
+37
2022-07-07
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
-10
/
+10
2022-07-07
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
-1
/
+1
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
-58
/
+82
2022-07-07
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
-87
/
+65
2022-07-07
kunit: tool: drop unused load_config argument
Daniel Latypov
-5
/
+1
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-29
/
+200
2022-07-07
selftests/sgx: Page removal stress test
Reinette Chatre
-0
/
+120
2022-07-07
selftests/sgx: Test reclaiming of untouched page
Reinette Chatre
-0
/
+80
2022-07-07
selftests/sgx: Test invalid access to removed enclave page
Reinette Chatre
-0
/
+243
2022-07-07
selftests/sgx: Test faulty enclave behavior
Reinette Chatre
-0
/
+114
2022-07-07
selftests/sgx: Test complete changing of page type flow
Reinette Chatre
-0
/
+385
2022-07-07
selftests/sgx: Introduce TCS initialization enclave operation
Reinette Chatre
-0
/
+38
2022-07-07
selftests/sgx: Introduce dynamic entry point
Reinette Chatre
-0
/
+6
2022-07-07
selftests/sgx: Test two different SGX2 EAUG flows
Reinette Chatre
-0
/
+250
2022-07-07
selftests/sgx: Add test for TCS page permission changes
Reinette Chatre
-0
/
+71
2022-07-07
selftests/sgx: Add test for EPCM permission changes
Reinette Chatre
-0
/
+267
2022-07-07
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
-1
/
+416
2022-07-06
wireguard: selftests: use microvm on x86
Jason A. Donenfeld
-8
/
+16
2022-07-06
wireguard: selftests: always call kernel makefile
Jason A. Donenfeld
-3
/
+2
2022-07-06
wireguard: selftests: use virt machine on m68k
Jason A. Donenfeld
-8
/
+6
2022-07-06
wireguard: selftests: set fake real time in init
Jason A. Donenfeld
-0
/
+18
2022-07-06
selftests/bpf: Fix few more compiler warnings
Andrii Nakryiko
-4
/
+4
2022-07-06
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
-1
/
+1
2022-07-06
selftests: tls: add selftest variant for pad
Jakub Kicinski
-0
/
+15
2022-07-06
selftests: mptcp: userspace PM support for MP_PRIO signals
Kishen Maloor
-2
/
+103
2022-07-05
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
-0
/
+21
2022-07-05
selftests/bpf: Add nested type to type based tests
Daniel Müller
-20
/
+58
2022-07-05
selftests/bpf: Add test checking more characteristics
Daniel Müller
-0
/
+91
2022-07-05
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
-4
/
+73
2022-07-05
tools/testing/crypto: Use vzalloc instead of vmalloc+memset
Siddh Raman Pant
-6
/
+3
2022-07-05
selftests: forwarding: fix error message in learning_test
Vladimir Oltean
-1
/
+1
2022-07-05
selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT
Vladimir Oltean
-0
/
+2
2022-07-05
selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT
Vladimir Oltean
-0
/
+2
2022-07-05
selftests: net: af_unix: Test connect() with different netns.
Kuniyuki Iwashima
-1
/
+152
2022-07-04
memblock tests: remove completed TODO items
Rebecca Mckeever
-11
/
+3
[prev]
[next]