summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\
| * docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-1/+1
|\ \
| * | lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-1/+1
|\ \ \
| * | | selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"Colin Ian King2016-11-291-1/+1
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-122-1/+124
|\ \ \ | |_|/ |/| |
| * | selftests/x86: Add test_vdso to test getcpu()Andy Lutomirski2016-11-172-1/+124
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-122-2/+5
|\ \
| * | torture: Prevent jitter from delaying build-only runsPaul E. McKenney2016-11-141-0/+5
| * | torture: Remove obsolete files from rcutorture .gitignorePaul E. McKenney2016-11-141-2/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-104-6/+262
|\ \
| * | tools/testing/nvdimm: unit test acpi_nfit_ctl()Dan Williams2016-12-064-6/+262
| |/
* | bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf2016-12-061-0/+134
* | bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-052-0/+61
* | bpf: add test for the verifier equal logic bugJosef Bacik2016-11-301-0/+23
* | bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-274-6/+49
* | bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-152-3/+586
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3037-5/+3006
|\ \ | |/
| * Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-1432-5/+2997
| |\
| | * selftests/futex: Check ANSI terminal color supportSeongJae Park2016-10-112-2/+2
| | * selftests: Move networking/timestamping from DocumentationShuah Khan2016-09-205-0/+1222
| | * selftests: move watchdog tests from Documentation/watchdogShuah Khan2016-09-203-0/+114
| | * selftests: move ia64 tests from Documentation/ia64Shuah Khan2016-09-203-0/+272
| | * selftests: move vDSO tests from Documentation/vDSOShuah Khan2016-09-205-0/+471
| | * selftests: move ptp tests from Documentation/ptpShuah Khan2016-09-204-0/+565
| | * selftests: move prctl tests from Documentation/prctlShuah Khan2016-09-205-0/+306
| | * selftests: move dnotify_test from Documentation/filesystemsShuah Khan2016-09-203-0/+42
| | * selftests/timers: Add missing error code assignment before testChristophe JAILLET2016-09-201-2/+2
| | * selftests/zram: replace ZRAM_LZ4_COMPRESSFabian Frederick2016-09-201-1/+1
| * | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-145-0/+9
| |\ \
| | * | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2016-10-062-0/+2
| | * | selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman2016-10-063-0/+7
* | | | reuseport, bpf: add test case for bpf_get_numa_node_idDaniel Borkmann2016-10-223-4/+263
* | | | bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-191-0/+72
* | | | bpf: add initial suite for selftestsDaniel Borkmann2016-10-188-1/+3458
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-116-3/+185
|\ \ \
| * | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
| * | | radix-tree tests: properly initialize mutexRoss Zwisler2016-10-111-1/+1
| * | | radix-tree tests: add iteration testRoss Zwisler2016-10-114-1/+184
* | | | Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-114-48/+276
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams2016-10-074-48/+276
| |\ \ \
| | * | | tools/testing/nvdimm: support for sub-dividing a pmem regionDan Williams2016-10-073-43/+124
| | * | | tools/testing/nvdimm: test get_config_size DSM failuresDan Williams2016-09-211-2/+77
| | * | | tools/testing/nvdimm: unit test for acpi_nvdimm_notify()Dan Williams2016-09-011-0/+45
| | * | | tools/testing/nvdimm: unit test for acpi_nfit_notify()Dan Williams2016-08-233-6/+33
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-103-1/+1631
|\ \ \ \ \
| * | | | | x86/pkeys: Add self-testsDave Hansen2016-09-093-1/+1631
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-075-62/+361
|\ \ \ \ \
| * | | | | selftests: expanding more mlock selftestSimon Guo2016-10-073-78/+295
OpenPOWER on IntegriCloud