aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-09-21selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSGravatar Shuah Khan 1-2/+4
2017-09-21selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installGravatar Shuah Khan 1-5/+11
2017-09-21selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanGravatar Shuah Khan 1-6/+1
2017-09-21selftests: lib.mk: fix test executable status check to use full pathGravatar Shuah Khan 1-1/+1
2017-09-21selftests: Makefile: clear LDFLAGS for make O=dir use-caseGravatar Shuah Khan 1-0/+4
2017-09-21selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseGravatar Shuah Khan 1-0/+15
2017-09-19selftests: rtnetlink.sh: add test case for device ifaliasGravatar Florian Westphal 1-0/+57
2017-09-19bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIEGravatar Craig Gallek 1-4/+183
2017-09-19bpf: Add uniqueness invariant to trivial lpm test implementationGravatar Craig Gallek 1-1/+13
2017-09-19selftests/net: msg_zerocopy enable build with older kernel headersGravatar Thomas Meyer 1-1/+1
2017-09-19selftests: actually run the various net selftestsGravatar Josef Bacik 1-3/+3
2017-09-19selftest: add a reuseaddr testGravatar Josef Bacik 3-1/+116
2017-09-19selftests: silence test output by defaultGravatar Josef Bacik 1-2/+2
2017-09-18tools/testing/nvdimm: disable labels for nfit_test.1Gravatar Dan Williams 1-3/+0
2017-09-18selftests/ftrace: multiple_kprobes: Also check for supportGravatar Thomas Meyer 1-0/+2
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsGravatar Thomas Meyer 1-8/+9
2017-09-18selftests/intel_pstate: No need to compile test progs in the run scriptGravatar Thomas Meyer 1-6/+0
2017-09-18selftests: intel_pstate: build only on x86Gravatar Daniel Díaz 2-0/+7
2017-09-18selftests: breakpoints: re-order TEST_GEN_PROGS targetsGravatar Fathi Boudra 1-4/+4
2017-09-18tools: fix testing/selftests/sigaltstack for s390xGravatar Thomas Richter 1-0/+4
2017-09-18selftests: net: More graceful finding of `ip'.Gravatar Daniel Díaz 1-1/+1
2017-09-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+20
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+16
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDGravatar Edward Cree 1-0/+16
2017-09-15objtool: Fix object file corruptionGravatar Josh Poimboeuf 1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsGravatar Petr Vandrovec 1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Gravatar Martin Kepplinger 1-0/+1
2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-4/+4
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+0
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Gravatar Ingo Molnar 8-14/+45
2017-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 37-268/+368
2017-09-12perf stat: Wait for the correct childGravatar Milian Wolff 1-1/+1
2017-09-12perf tools: Support running perf binaries with a dash in their nameGravatar Milian Wolff 1-4/+10
2017-09-12perf config: Check not only section->from_system_config but also item'sGravatar Taeung Song 1-1/+1
2017-09-12perf ui progress: Fix progress updateGravatar Jiri Olsa 1-1/+6
2017-09-12perf ui progress: Make sure we always define step valueGravatar Jiri Olsa 1-1/+1
2017-09-12perf tools: Open perf.data with O_CLOEXEC flagGravatar Jiri Olsa 1-1/+12
2017-09-12tools lib api: Fix make DEBUG=1 buildGravatar Jiri Olsa 1-1/+7
2017-09-12perf tests: Fix compile when libunwind's unwind.h is availableGravatar Milian Wolff 1-1/+1
2017-09-12tools include linux: Guard against redefinition of some macrosGravatar Arnaldo Carvalho de Melo 1-3/+6
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-9/+7
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+50
2017-09-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+58
2017-09-08bpf: add support for sockmap detach programsGravatar John Fastabend 1-1/+50
2017-09-08tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingGravatar Cyrill Gorcunov 1-2/+58
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-09-08Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 47-491/+518
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-6/+11
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-98/+624