index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2013-12-03
rcutorture: Eliminate duplicate .config-check code
Paul E. McKenney
-26
/
+1
2013-12-03
rcutorture: Make test output less chatty
Paul E. McKenney
-13
/
+16
2013-12-03
rcutorture: Refactor TINY_RCU test cases
Paul E. McKenney
-90
/
+68
2013-12-03
rcutorture: Refactor TREE_RCU test cases
Paul E. McKenney
-480
/
+328
2013-12-03
rcutorture: Add SRCU Kconfig-fragment files
Paul E. McKenney
-0
/
+18
2013-12-03
rcutorture: Add v3.12 version, which adds sysidle testing
Paul E. McKenney
-0
/
+521
2013-12-03
rcutorture: Add per-Kconfig fragment boot parameters
Paul E. McKenney
-0
/
+14
2013-12-03
rcutorture: Add per-version default Kconfig fragments and module parameters
Paul E. McKenney
-32
/
+242
2013-12-03
rcutorture: Add kernel-version argument
Paul E. McKenney
-1
/
+906
2013-12-03
rcutorture: Add datestamp argument to kvm.sh
Paul E. McKenney
-5
/
+11
2013-12-03
rcutorture: Add KVM-based test framework
Paul E. McKenney
-0
/
+1650
2013-12-03
ktest: Add documentation of CLOSE_CONSOLE_SIGNAL
Steven Rostedt (Red Hat)
-0
/
+7
2013-12-03
ktest: Make the signal to terminate the console configurable
Satoru Takeuchi
-1
/
+4
2013-11-12
Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+0
2013-10-16
tools/testing/selftests: fix uninitialized variable
Felipe Pena
-1
/
+1
2013-09-16
Drop support for Renesas H8/300 (h8300) architecture
Guenter Roeck
-6
/
+0
2013-08-14
selftests: Add test of PMU instruction counting on powerpc
Michael Ellerman
-1
/
+349
2013-08-14
selftests: Add support files for powerpc tests
Michael Ellerman
-0
/
+186
2013-08-14
selftests: Add infrastructure for powerpc selftests
Michael Ellerman
-0
/
+40
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-39
/
+20
2013-07-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+230
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2013-07-03
tools/testing/selftests: don't assume the x bit is set on scripts
Andrew Morton
-2
/
+2
2013-07-03
selftests: add .gitignore for kcmp
Ramkumar Ramachandra
-0
/
+2
2013-07-03
selftests: fix clean target in kcmp Makefile
Ramkumar Ramachandra
-2
/
+1
2013-07-03
selftests: add .gitignore for vm
Ramkumar Ramachandra
-0
/
+4
2013-07-03
selftests: add hugetlbfstest
Joern Engel
-1
/
+96
2013-07-03
self-test: fix make clean
Joern Engel
-2
/
+3
2013-07-03
selftests: exit 1 on failure
Joern Engel
-1
/
+6
2013-07-03
selftests: add basic posix timers selftests
Frederic Weisbecker
-0
/
+230
2013-07-02
tools: selftests: psock_tpacket: get rid of macro wrappers
Daniel Borkmann
-39
/
+20
2013-05-28
treewide: Fix typo in printk
Masanari Iida
-1
/
+1
2013-05-24
revert "selftest: add simple test for soft-dirty bit"
Andrew Morton
-125
/
+0
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-0
/
+1416
2013-04-30
selftest: add a test case for PTRACE_PEEKSIGINFO
Andrey Vagin
-0
/
+225
2013-04-30
selftest: add simple test for soft-dirty bit
Pavel Emelyanov
-3
/
+128
2013-04-29
Merge tag 'ktest-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
-2
/
+12
2013-04-29
selftests: psock_tpacket: fix status check
Daniel Borkmann
-2
/
+2
2013-04-24
ktest: Reset grub menu cache with different machines
Steven Rostedt (Red Hat)
-2
/
+7
2013-04-19
net: Add .gitignore to networking selftests directory.
David S. Miller
-0
/
+3
2013-04-07
selftests: net: add PF_PACKET TPACKET v1/v2/v3 selftests
Daniel Borkmann
-87
/
+966
2013-03-21
net: fix psock_fanout on sparc64
Willem de Bruijn
-1
/
+7
2013-03-20
net: Move selftests to common net/ subdirectory.
David S. Miller
-22
/
+6
2013-03-20
net: fix psock_fanout selftest bind error message
Daniel Baluta
-1
/
+1
2013-03-20
net: fix psock_fanout selftest hash collision
Willem de Bruijn
-40
/
+120
2013-03-19
net: Get rid of compat defines in psock_fanout.c selftest.
David S. Miller
-18
/
+0
2013-03-19
net: Fix failure string in net-socket selftests Makefile.
David S. Miller
-1
/
+1
2013-03-19
packet: packet fanout rollover during socket overload
Willem de Bruijn
-0
/
+361
2013-03-19
net: Add socket() system call self test.
David S. Miller
-0
/
+121
2013-03-08
ktest: Allow tests to use different GRUB_MENUs
Steven Rostedt (Red Hat)
-2
/
+7
[prev]
[next]