summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)Author
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-02-06bpf: test for AND edge casesJosef Bacik
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-01-25bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-24bpf: add prog tag test case to bpf selftestsDaniel Borkmann
2017-01-23bpf: Add tests for the lpm trie mapDavid Herrmann
2017-01-18selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan
2017-01-17bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau
2017-01-12tools: psock_lib: harden socket filter used by psock testsSowmini Varadhan
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello
2017-01-05selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King
2017-01-05selftests: do not require bash to run netsocktests testcaseRolf Eike Beer
2017-01-05selftests: do not require bash to run bpf testsRolf Eike Beer
2017-01-05selftests: do not require bash for the generated testRolf Eike Beer
2017-01-05tools: psock_tpacket: block Rx until socket filter has been added and socket ...Sowmini Varadhan
2017-01-03tools: test case for TPACKET_V3/TX_RING supportSowmini Varadhan
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-12-13selftests: ftrace: Shift down default message verbosityMasami Hiramatsu
2016-12-13selftest/gpio: add gpio test caseBamvor Jian Zhang
2016-12-13selftest: sync: improve assert() failure messageGustavo Padovan
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-08kselftests: Exercise hw-independent mock tests for i915.koChris Wilson
2016-12-08selftests: add missing gitignore files/dirsShuah Khan
2016-12-08selftests: add missing set-tz to timers .gitignoreShuah Khan
2016-12-06bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello
2016-12-01selftest: sync: stress test for mergesEmilio López
2016-12-01selftest: sync: stress consumer/producer testEmilio López
2016-12-01selftest: sync: stress test for parallelismEmilio López
2016-12-01selftest: sync: wait tests for sw_sync frameworkEmilio López
2016-12-01selftest: sync: merge tests for sw_sync frameworkEmilio López
2016-12-01selftest: sync: fence tests for sw_sync frameworkEmilio López
2016-12-01selftest: sync: basic tests for sw_sync frameworkEmilio López
2016-11-30bpf: add test for the verifier equal logic bugJosef Bacik
2016-11-29selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"Colin Ian King