index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-16
tools/testing/selftests: fix uninitialized variable
Felipe Pena
1
-1
/
+1
2013-08-14
selftests: Add test of PMU instruction counting on powerpc
Michael Ellerman
6
-1
/
+349
2013-08-14
selftests: Add support files for powerpc tests
Michael Ellerman
3
-0
/
+186
2013-08-14
selftests: Add infrastructure for powerpc selftests
Michael Ellerman
2
-0
/
+40
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-39
/
+20
2013-07-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-0
/
+230
2013-07-03
tools/testing/selftests: don't assume the x bit is set on scripts
Andrew Morton
2
-2
/
+2
2013-07-03
selftests: add .gitignore for kcmp
Ramkumar Ramachandra
1
-0
/
+2
2013-07-03
selftests: fix clean target in kcmp Makefile
Ramkumar Ramachandra
1
-2
/
+1
2013-07-03
selftests: add .gitignore for vm
Ramkumar Ramachandra
1
-0
/
+4
2013-07-03
selftests: add hugetlbfstest
Joern Engel
3
-1
/
+96
2013-07-03
self-test: fix make clean
Joern Engel
1
-2
/
+3
2013-07-03
selftests: exit 1 on failure
Joern Engel
2
-1
/
+6
2013-07-03
selftests: add basic posix timers selftests
Frederic Weisbecker
3
-0
/
+230
2013-07-02
tools: selftests: psock_tpacket: get rid of macro wrappers
Daniel Borkmann
1
-39
/
+20
2013-05-24
revert "selftest: add simple test for soft-dirty bit"
Andrew Morton
3
-125
/
+0
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
9
-0
/
+1416
2013-04-30
selftest: add a test case for PTRACE_PEEKSIGINFO
Andrey Vagin
3
-0
/
+225
2013-04-30
selftest: add simple test for soft-dirty bit
Pavel Emelyanov
3
-3
/
+128
2013-04-29
selftests: psock_tpacket: fix status check
Daniel Borkmann
1
-2
/
+2
2013-04-19
net: Add .gitignore to networking selftests directory.
David S. Miller
1
-0
/
+3
2013-04-07
selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftests
Daniel Borkmann
5
-87
/
+966
2013-03-21
net: fix psock_fanout on sparc64
Willem de Bruijn
1
-1
/
+7
2013-03-20
net: Move selftests to common net/ subdirectory.
David S. Miller
7
-22
/
+6
2013-03-20
net: fix psock_fanout selftest bind error message
Daniel Baluta
1
-1
/
+1
2013-03-20
net: fix psock_fanout selftest hash collision
Willem de Bruijn
1
-40
/
+120
2013-03-19
net: Get rid of compat defines in psock_fanout.c selftest.
David S. Miller
1
-18
/
+0
2013-03-19
net: Fix failure string in net-socket selftests Makefile.
David S. Miller
1
-1
/
+1
2013-03-19
packet: packet fanout rollover during socket overload
Willem de Bruijn
4
-0
/
+361
2013-03-19
net: Add socket() system call self test.
David S. Miller
4
-0
/
+121
2013-03-06
efivars: efivarfs_valid_name() should handle pstore syntax
Matt Fleming
1
-0
/
+59
2013-02-27
selftests: add a simple doc
Jeremy Kerr
1
-0
/
+42
2013-02-27
tools/testing/selftests/Makefile: rearrange targets
Andrew Morton
1
-1
/
+7
2013-02-27
selftests/efivarfs: add create-read test
Jeremy Kerr
3
-1
/
+46
2013-02-27
selftests/efivarfs: add empty file creation test
Jeremy Kerr
1
-0
/
+13
2013-02-27
selftests: add tests for efivarfs
Jeremy Kerr
4
-1
/
+195
2013-01-04
selftests: IPC message queue copy feature test
Stanislav Kinsbursky
2
-0
/
+271
2012-12-17
tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_test
Dave Jones
1
-2
/
+4
2012-12-17
breakpoint selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-17
kcmp selftests: print fail status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-17
kcmp selftests: make run_tests fix
Dave Young
1
-2
/
+2
2012-12-17
mem-hotplug selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-17
cpu-hotplug selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-17
mqueue selftests: print failure status instead of cause make error
Dave Young
1
-2
/
+2
2012-12-17
vm selftests: print failure status instead of cause make error
Dave Young
1
-1
/
+1
2012-12-11
selftests: add a test program for variable huge page sizes in mmap/shmget
Andi Kleen
2
-2
/
+256
2012-11-09
revert "epoll: support for disabling items, and a self-test app"
Andrew Morton
3
-356
/
+1
2012-10-25
tools/testing/selftests/epoll/test_epoll.c: fix build
Daniel Hazelton
1
-2
/
+2
2012-10-06
epoll: support for disabling items, and a self-test app
Paton J. Lewis
3
-1
/
+356
2012-10-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
[next]