summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove2020-06-091-0/+1
* selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove2020-06-081-2/+8
* net/tls(TLS_SW): Add selftest for 'chunked' sendfile testPooja Trivedi2020-06-081-0/+58
* Merge tag 'ntb-5.8' of git://github.com/jonmason/ntbLinus Torvalds2020-06-071-1/+1
|\
| * NTB: ntb_test: Fix bug when counting remote filesLogan Gunthorpe2020-06-051-1/+1
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0521-5/+3253
|\ \
| * | selftests/powerpc: Add a test of counting larx/stcxMichael Ellerman2020-05-154-2/+203
| * | powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-2/+2
| * | powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-152-1/+175
| * | selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly2020-04-212-0/+46
| * | selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly2020-04-213-1/+1030
| * | selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly2020-04-215-0/+803
| * | selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly2020-04-213-0/+801
| * | selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly2020-04-213-0/+194
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0411-533/+1000
|\ \ \
| * | | tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala2020-06-041-1/+0
| * | | selftests: vm: pkeys: fix multilib builds for x86Sandipan Das2020-06-041-1/+73
| * | | selftests: vm: pkeys: use the correct page size on powerpcSandipan Das2020-06-042-1/+6
| * | | selftests/vm/pkeys: override access right definitions on powerpcRam Pai2020-06-041-6/+4
| * | | selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai2020-06-041-0/+53
| * | | selftests/vm/pkeys: introduce a sub-page allocatorRam Pai2020-06-044-0/+37
| * | | selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai2020-06-041-0/+13
| * | | selftests/vm/pkeys: associate key on a mapped page and detect write violationRam Pai2020-06-041-0/+12
| * | | selftests/vm/pkeys: associate key on a mapped page and detect access violationRam Pai2020-06-041-0/+19
| * | | selftests/vm/pkeys: improve checks to determine pkey supportRam Pai2020-06-044-5/+37
| * | | selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust()Ram Pai2020-06-041-1/+10
| * | | selftests/vm/pkeys: fix number of reserved powerpc pkeysDesnes A. Nunes do Rosario2020-06-041-2/+20
| * | | selftests/vm/pkeys: introduce powerpc supportRam Pai2020-06-043-128/+234
| * | | selftests/vm/pkeys: introduce generic pkey abstractionsRam Pai2020-06-043-6/+29
| * | | selftests: vm: pkeys: use the correct huge page sizeSandipan Das2020-06-041-7/+16
| * | | selftests/vm/pkeys: fix alloc_random_pkey() to make it really randomRam Pai2020-06-041-1/+2
| * | | selftests/vm/pkeys: fix assertion in pkey_disable_set/clear()Ram Pai2020-06-041-2/+2
| * | | selftests/vm/pkeys: fix pkey_disable_clear()Ram Pai2020-06-041-2/+2
| * | | selftests: vm: pkeys: add helpers for pkey bitsSandipan Das2020-06-043-23/+36
| * | | selftests: vm: pkeys: Use sane types for pkey registerSandipan Das2020-06-043-53/+72
| * | | selftests/vm/pkeys: make gcc check arguments of sigsafe_printf()Thiago Jung Bauermann2020-06-041-0/+4
| * | | selftests/vm/pkeys: move some definitions to arch-specific headerThiago Jung Bauermann2020-06-043-152/+162
| * | | selftests/vm/pkeys: move generic definitions to header fileRam Pai2020-06-042-32/+30
| * | | selftests/vm/pkeys: rename all references to pkru to a generic nameRam Pai2020-06-042-155/+170
| * | | selftests/x86/pkeys: move selftests to arch-neutral directoryRam Pai2020-06-046-2/+3
| * | | lib: make a test module with set/clear bitJesse Brandeburg2020-06-041-0/+1
* | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-042-0/+172
|\ \ \ \
| * | | | selftests/exec: Add binfmt_script regression testKees Cook2020-05-212-0/+172
* | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-044-0/+102
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | proc: use human-readable values for hidepidAlexey Gladkov2020-04-223-0/+52
| * | | | proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-223-0/+50
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-033-0/+1037
|\ \ \ \
| * | | | khugepaged: introduce 'max_ptes_shared' tunableKirill A. Shutemov2020-06-031-0/+83
| * | | | khugepaged: add self testKirill A. Shutemov2020-06-033-0/+954
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-03140-1625/+10872
|\ \ \ \ \