summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-39/+20
2013-07-07Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+230
2013-07-04tools/testing/selftests: don't assume the x bit is set on scriptsAndrew Morton2-2/+2
2013-07-04selftests: add .gitignore for kcmpRamkumar Ramachandra1-0/+2
2013-07-04selftests: fix clean target in kcmp MakefileRamkumar Ramachandra1-2/+1
2013-07-04selftests: add .gitignore for vmRamkumar Ramachandra1-0/+4
2013-07-04selftests: add hugetlbfstestJoern Engel3-1/+96
2013-07-04self-test: fix make cleanJoern Engel1-2/+3
2013-07-04selftests: exit 1 on failureJoern Engel2-1/+6
2013-07-03selftests: add basic posix timers selftestsFrederic Weisbecker3-0/+230
2013-07-02tools: selftests: psock_tpacket: get rid of macro wrappersDaniel Borkmann1-39/+20
2013-05-25revert "selftest: add simple test for soft-dirty bit"Andrew Morton3-125/+0
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-0/+1416
2013-05-01selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin3-0/+225
2013-05-01selftest: add simple test for soft-dirty bitPavel Emelyanov3-3/+128
2013-04-29selftests: psock_tpacket: fix status checkDaniel Borkmann1-2/+2
2013-04-20net: Add .gitignore to networking selftests directory.David S. Miller1-0/+3
2013-04-08selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftestsDaniel Borkmann5-87/+966
2013-03-21net: fix psock_fanout on sparc64Willem de Bruijn1-1/+7
2013-03-20net: Move selftests to common net/ subdirectory.David S. Miller7-22/+6
2013-03-20net: fix psock_fanout selftest bind error messageDaniel Baluta1-1/+1
2013-03-20net: fix psock_fanout selftest hash collisionWillem de Bruijn1-40/+120
2013-03-20net: Get rid of compat defines in psock_fanout.c selftest.David S. Miller1-18/+0
2013-03-20net: Fix failure string in net-socket selftests Makefile.David S. Miller1-1/+1
2013-03-20packet: packet fanout rollover during socket overloadWillem de Bruijn4-0/+361
2013-03-19net: Add socket() system call self test.David S. Miller4-0/+121
2013-03-06efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming1-0/+59
2013-02-28selftests: add a simple docJeremy Kerr1-0/+42
2013-02-28tools/testing/selftests/Makefile: rearrange targetsAndrew Morton1-1/+7
2013-02-28selftests/efivarfs: add create-read testJeremy Kerr3-1/+46
2013-02-28selftests/efivarfs: add empty file creation testJeremy Kerr1-0/+13
2013-02-28selftests: add tests for efivarfsJeremy Kerr4-1/+195
2013-01-05selftests: IPC message queue copy feature testStanislav Kinsbursky2-0/+271
2012-12-18tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones1-2/+4
2012-12-18breakpoint selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-18kcmp selftests: print fail status instead of cause make errorDave Young1-1/+1
2012-12-18kcmp selftests: make run_tests fixDave Young1-2/+2
2012-12-18mem-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-18cpu-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-18mqueue selftests: print failure status instead of cause make errorDave Young1-2/+2
2012-12-18vm selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-12selftests: add a test program for variable huge page sizes in mmap/shmgetAndi Kleen2-2/+256
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton3-356/+1
2012-10-26tools/testing/selftests/epoll/test_epoll.c: fix buildDaniel Hazelton1-2/+2
2012-10-05epoll: support for disabling items, and a self-test appPaton J. Lewis3-1/+356
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2012-09-01tools/testing: fix comment / output typosMasanari Iida1-3/+3
2012-07-31fault-injection: add selftests for cpu and memory hotplugAkinobu Mita5-1/+464
2012-06-01syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov3-1/+124
2012-06-01tools/selftests: add mq_perf_testsDoug Ledford3-1/+746