index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+21
2018-04-27
Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-5
/
+8
2018-04-27
x86/entry/64/compat: Preserve r8-r11 in int $0x80
Andy Lutomirski
1
-14
/
+21
2018-04-26
Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-1
/
+45
2018-04-25
selftests:firmware: fixes a call to a wrong function name
Jeffrin Jose T
1
-1
/
+1
2018-04-25
selftests: ftrace: Add a testcase for multiple actions on trigger
Masami Hiramatsu
1
-0
/
+44
2018-04-25
selftests: ftrace: Fix trigger extended error testcase
Masami Hiramatsu
1
-1
/
+1
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-2
/
+7
2018-04-23
test_firmware: fix setting old custom fw path back on exit, second try
Ben Hutchings
1
-4
/
+6
2018-04-23
test_firmware: Install all scripts
Ben Hutchings
1
-0
/
+1
2018-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-2
/
+7
2018-04-21
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-19
/
+65
2018-04-21
Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+3
2018-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-04-19
tools/bpf: fix test_sock and test_sock_addr.sh failure
Yonghong Song
3
-2
/
+4
2018-04-17
selftests/filesystems: Don't run dnotify_test by default
Michael Ellerman
1
-5
/
+3
2018-04-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-17
/
+995
2018-04-16
kvm: selftests: add vmx_tsc_adjust_test
Paolo Bonzini
6
-13
/
+991
2018-04-16
tools/testing/nvdimm: enable labels for nfit_test.1 dimms
Dan Williams
1
-0
/
+3
2018-04-16
tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attribute
Dan Williams
1
-1
/
+1
2018-04-16
tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1
Dan Williams
1
-18
/
+25
2018-04-16
tools/testing/nvdimm: allow custom error code injection
Dan Williams
1
-1
/
+37
2018-04-12
proc: fixup copyright sign
Alexey Dobriyan
9
-7
/
+37
2018-04-12
selftests: net: add in_netns.sh to TEST_PROGS
Anders Roxell
1
-1
/
+1
2018-04-12
kvm: selftests: add -std=gnu99 cflags
Peng Hao
1
-1
/
+1
2018-04-11
Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
3
-272
/
+1091
2018-04-11
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
Matthew Wilcox
1
-0
/
+1
2018-04-11
proc: selftests: test /proc/uptime
Alexey Dobriyan
5
-0
/
+202
2018-04-11
proc: selftests: shotgun testing of read/readdir/readlink/write
Alexey Dobriyan
3
-0
/
+149
2018-04-11
proc: add selftest for last field of /proc/loadavg
Alexey Dobriyan
3
-0
/
+85
2018-04-11
proc: fix /proc/*/map_files lookup some more
Alexey Dobriyan
4
-1
/
+172
2018-04-11
proc: test /proc/self/syscall
Alexey Dobriyan
3
-1
/
+48
2018-04-11
proc: test /proc/self/wchan
Alexey Dobriyan
5
-0
/
+34
2018-04-11
selftests: bpf: update .gitignore with missing generated files
Anders Roxell
1
-0
/
+3
2018-04-10
ktest: Take submenu into account for grub2 menus
Satoru Takeuchi
1
-1
/
+1
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
8
-0
/
+360
2018-04-10
Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-78
/
+177
2018-04-10
kvm: selftests: fix spelling mistake: "divisable" and "divisible"
Colin Ian King
2
-3
/
+3
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
15
-0
/
+6407
2018-04-09
Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next
Dan Williams
2
-78
/
+177
2018-04-07
ktest.pl: Add MAIL_COMMAND option to define how to send email
Steven Rostedt (VMware)
2
-20
/
+46
2018-04-07
ktest.pl: Use run_command to execute sending mail
Steven Rostedt (VMware)
1
-2
/
+2
2018-04-07
ktest.pl: Allow dodie be recursive
Steven Rostedt (VMware)
1
-0
/
+7
2018-04-07
ktest.pl: Kill test if mailer is not supported
Steven Rostedt (VMware)
1
-1
/
+1
2018-04-07
ktest.pl: Add MAIL_PATH option to define where to find the mailer
Steven Rostedt (VMware)
2
-5
/
+35
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
8
-12
/
+457
2018-04-07
Merge tag 'linux-kselftest-4.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
12
-14
/
+200
2018-04-06
ktest.pl: No need to print no mailer is specified when mailto is not
Steven Rostedt (VMware)
1
-3
/
+5
2018-04-06
Ktest: add email options to sample.config
Tim Tianyang Chen
1
-0
/
+22
2018-04-06
Ktest: Use dodie for critical falures
Tim Tianyang Chen
1
-27
/
+27
[next]