aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 4-2/+7
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2018-04-19tools/bpf: fix test_sock and test_sock_addr.sh failureGravatar Yonghong Song 3-2/+4
2018-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-17/+995
2018-04-16kvm: selftests: add vmx_tsc_adjust_testGravatar Paolo Bonzini 6-13/+991
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-3/+6
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 29-177/+585
2018-04-12proc: fixup copyright signGravatar Alexey Dobriyan 9-7/+37
2018-04-12selftests: net: add in_netns.sh to TEST_PROGSGravatar Anders Roxell 1-1/+1
2018-04-12kvm: selftests: add -std=gnu99 cflagsGravatar Peng Hao 1-1/+1
2018-04-11Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-272/+1091
2018-04-11xarray: add the xa_lock to the radix_tree_rootGravatar Matthew Wilcox 1-0/+1
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsGravatar Matthew Wilcox 1-0/+1
2018-04-11proc: selftests: test /proc/uptimeGravatar Alexey Dobriyan 5-0/+202
2018-04-11proc: selftests: shotgun testing of read/readdir/readlink/writeGravatar Alexey Dobriyan 3-0/+149
2018-04-11proc: add selftest for last field of /proc/loadavgGravatar Alexey Dobriyan 3-0/+85
2018-04-11proc: fix /proc/*/map_files lookup some moreGravatar Alexey Dobriyan 4-1/+172
2018-04-11proc: test /proc/self/syscallGravatar Alexey Dobriyan 3-1/+48
2018-04-11proc: test /proc/self/wchanGravatar Alexey Dobriyan 5-0/+34
2018-04-11selftests: bpf: update .gitignore with missing generated filesGravatar Anders Roxell 1-0/+3
2018-04-10ktest: Take submenu into account for grub2 menusGravatar Satoru Takeuchi 1-1/+1
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 8-0/+360
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-78/+177
2018-04-10kvm: selftests: fix spelling mistake: "divisable" and "divisible"Gravatar Colin Ian King 2-3/+3
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeGravatar Rasmus Villemoes 3-3/+6
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-7/+6413
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextGravatar Dan Williams 2-78/+177
2018-04-09perf tests clang: Fix function name for clang IR testGravatar Sandipan Das 1-1/+1
2018-04-09perf clang: Add support for recent clang versionsGravatar Sandipan Das 1-1/+10
2018-04-09perf tools: Fix perf builds with clang supportGravatar Sandipan Das 1-1/+2
2018-04-09perf tools: No need to include namespaces.h in util.hGravatar Arnaldo Carvalho de Melo 1-2/+2
2018-04-07ktest.pl: Add MAIL_COMMAND option to define how to send emailGravatar Steven Rostedt (VMware) 2-20/+46
2018-04-07ktest.pl: Use run_command to execute sending mailGravatar Steven Rostedt (VMware) 1-2/+2
2018-04-07ktest.pl: Allow dodie be recursiveGravatar Steven Rostedt (VMware) 1-0/+7
2018-04-07ktest.pl: Kill test if mailer is not supportedGravatar Steven Rostedt (VMware) 1-1/+1
2018-04-07ktest.pl: Add MAIL_PATH option to define where to find the mailerGravatar Steven Rostedt (VMware) 2-5/+35
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 8-12/+457
2018-04-07Merge tag 'linux-kselftest-4.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-14/+200
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+5
2018-04-06ktest.pl: No need to print no mailer is specified when mailto is notGravatar Steven Rostedt (VMware) 1-3/+5
2018-04-06Ktest: add email options to sample.configGravatar Tim Tianyang Chen 1-0/+22
2018-04-06Ktest: Use dodie for critical faluresGravatar Tim Tianyang Chen 1-27/+27
2018-04-06Ktest: Add SigInt handlingGravatar Tim Tianyang Chen 1-0/+10
2018-04-06Ktest: Add email supportGravatar Tim Tianyang Chen 1-3/+58
2018-04-06ktest.pl: Detect if a config-bisect was interruptedGravatar Steven Rostedt (VMware) 1-0/+14
2018-04-06ktest.pl: Make finding config-bisect.pl dynamicGravatar Steven Rostedt (VMware) 2-1/+36
2018-04-06ktest.pl: Have ktest.pl pass -r to config-bisect.pl to reset bisectGravatar Steven Rostedt (VMware) 2-8/+19
2018-04-06ktest.pl: Use diffconfig if available for failed config bisectsGravatar Steven Rostedt (VMware) 1-1/+5
2018-04-06ktest.pl: Allow for the config-bisect.pl output to display to consoleGravatar Steven Rostedt (VMware) 1-4/+12
2018-04-06ktest: Use config-bisect.pl in ktest.plGravatar Scott Wood 1-222/+42