summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-20/+33
|\
| * selftests/powerpc: context_switch use private futexes with threadsNicholas Piggin2017-06-051-20/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0517-49/+2536
|\ \
| * | bpf: add various test cases for verifier selftestDaniel Borkmann2017-07-031-0/+165
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-0/+66
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+1
| |\ \ \
| * | | | selftests: Introduce tc testsuiteLucas Bates2017-06-2010-0/+1863
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-11/+30
| |\ \ \ \
| * | | | | selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-144-1/+234
| * | | | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-79/+13
| * | | | | selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-133-3/+3
| * | | | | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-101-0/+5
| * | | | | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-101-0/+50
| * | | | | bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau2017-06-091-2/+2
| * | | | | bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau2017-06-091-4/+15
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-062-1/+22
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | bpf: Test for bpf IDMartin KaFai Lau2017-06-063-1/+227
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-051-17/+34
|\ \ \ \ \ \
| * | | | | | seccomp: Adjust selftests to avoid double-joinKees Cook2017-06-261-17/+34
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-033-4/+273
|\ \ \ \ \ \ \
| * | | | | | | kselftests: timers: Add test for frequency stepMiroslav Lichvar2017-06-202-2/+271
| * | | | | | | kselftests: timers: Fix inconsistency-check to not ignore first timestampMiroslav Lichvar2017-06-201-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0332-108/+65
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | rcu: Remove RCU CPU stall warnings from Tiny RCUPaul E. McKenney2017-06-081-1/+0
| * | | | | | rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-086-8/+5
| * | | | | | rcu: Remove debugfs tracingPaul E. McKenney2017-06-083-46/+0
| * | | | | | srcu: Remove Classic SRCUPaul E. McKenney2017-06-083-28/+0
| * | | | | | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-4/+0
| * | | | | | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-082-2/+0
| * | | | | | rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-083-8/+1
| * | | | | | rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-083-2/+1
| * | | | | | rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-0812-30/+12
| * | | | | | rcutorture: Add "git diff" output to testid.txt filePaul E. McKenney2017-06-081-4/+1
| * | | | | | srcu-cbmc: Use /usr/bin/awk instead of /bin/awkPriyalee Kushwaha2017-06-081-1/+1
| * | | | | | rcutorture: Reduce CPUs dedicated to testing Classic SRCUPaul E. McKenney2017-06-081-1/+1
| * | | | | | rcuperf: Add the ability to test tiny RCU flavorsPaul E. McKenney2017-06-081-0/+16
| * | | | | | rcuperf: Add a Kconfig-fragment file for Classic SRCUPaul E. McKenney2017-06-081-0/+16
| * | | | | | rcuperf: Remove conflicting Kconfig optionsPaul E. McKenney2017-06-082-2/+0
| * | | | | | rcutorture: Update test scenarios based on new Kconfig dependenciesPaul E. McKenney2017-06-086-5/+5
| * | | | | | rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* optionsPaul E. McKenney2017-06-081-1/+1
| * | | | | | rcutorture: Add a scenario for Classic SRCUPaul E. McKenney2017-06-083-0/+13
| * | | | | | rcutorture: Add a scenario for Tiny SRCUPaul E. McKenney2017-06-085-0/+23
| * | | | | | rcutorture: Fix bug in reporting Kconfig mis-settingsPaul E. McKenney2017-06-081-1/+1
| * | | | | | rcutorture: Add three-level tree test for Tree SRCUPaul E. McKenney2017-06-082-2/+4
| * | | | | | rcutorture: Add lockdep to one of the SRCU scenariosPaul E. McKenney2017-06-081-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-291-0/+66
| |_|_|_|/ |/| | | |
* | | | | NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe2017-06-191-1/+1
| |/ / / |/| | |
* | | | bpf, tests: fix endianness selectionDaniel Borkmann2017-06-081-11/+30
|/ / /
* | | Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-271-1/+1
|\ \ \
| * | | selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
OpenPOWER on IntegriCloud