summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-012-76/+101
|\
| * Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-025-69/+598
| |\
| * \ Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-112-1/+20
| |\ \
| * | | test_firmware: wrap custom sysfs load tests into helperLuis R. Rodriguez2017-11-291-15/+28
| * | | test_firmware: wrap basic sysfs fallback tests into helperLuis R. Rodriguez2017-11-291-37/+41
| * | | test_firmware: wrap sysfs timeout test into helperLuis R. Rodriguez2017-11-291-32/+37
| * | | test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2017-11-291-1/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0111-372/+437
|\ \ \ \
| * | | | memfd-test: run fuse test on hugetlb backend memoryMarc-André Lureau2018-02-013-9/+32
| * | | | memfd-test: move common code to a shared unitMarc-André Lureau2018-02-015-40/+64
| * | | | memfd-test: add 'memfd-hugetlb:' prefix when testing hugetlbfsMarc-André Lureau2018-02-011-10/+16
| * | | | memfd-test: test hugetlbfs sealingMarc-André Lureau2018-02-011-135/+15Star
| * | | | selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V2018-02-014-179/+311
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3126-120/+6632
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2912-34/+868
| |\ \ \ \
| | * | | | tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2018-01-272-1/+96
| | * | | | bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-271-13/+330
| | * | | | bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo2018-01-261-3/+0Star
| | * | | | bpf: add selftest for tcpbpfLawrence Brakmo2018-01-267-2/+398
| | * | | | selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2018-01-241-7/+23
| | * | | | bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
| | * | | | selftests/bpf: fix test_dev_cgroupAlexei Starovoitov2018-01-231-1/+1
| | * | | | selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
| | * | | | tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
| * | | | | selftests/bpf: check for chain-non-0 extack messageJakub Kicinski2018-01-261-3/+13
| * | | | | selftests/bpf: check for spurious extacks from the driverJakub Kicinski2018-01-261-0/+27
| * | | | | selftests/bpf: validate replace of TC filters is workingJakub Kicinski2018-01-241-5/+50
| * | | | | selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet2018-01-241-5/+19
| * | | | | selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet2018-01-241-26/+86
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-216-26/+483
| |\ \ \ \
| | * | | | bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-201-0/+87
| | * | | | tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song2018-01-191-0/+122
| | * | | | selftests: bpf: update .gitignore with missing generated filesShuah Khan2018-01-191-0/+7
| | * | | | selftest/bpf: extend the offload test with map checksJakub Kicinski2018-01-183-25/+218
| | * | | | selftests/bpf: make test_verifier run most programsAlexei Starovoitov2018-01-181-1/+49
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-3/+149
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-1/+541
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-21/+1Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-2/+1Star
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | selftests: fib_tests: Add test cases for netdev carrier changeIdo Schimmel2018-01-081-0/+142
| * | | | | | | selftests: fib_tests: Add test cases for netdev downIdo Schimmel2018-01-081-0/+141
| * | | | | | | selftests: fib_tests: Add test cases for IPv4/IPv6 FIBIdo Schimmel2018-01-082-0/+147
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-084-12/+291
| |\ \ \ \ \ \ \
| | * | | | | | | tools/bpf: add a bpf selftest for stacktraceYonghong Song2018-01-063-1/+190
| | * | | | | | | selftests/bpf: test device info reporting for bound progsJakub Kicinski2017-12-311-11/+101
| * | | | | | | | selftests: rtnetlink: add erspan and ip6erspanWilliam Tu2018-01-021-0/+131
| * | | | | | | | selftests/net: fix bugs in address and port initializationSowmini Varadhan2018-01-021-6/+15
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-7/+4Star
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-283-1/+250
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: fix max call depth checkAlexei Starovoitov2017-12-271-0/+35