aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds974-0/+974
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman12-0/+12
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman39-0/+39
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman923-0/+923
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-2/+1
2017-10-31selftests: lib.mk: print individual test results to console by defaultShuah Khan1-1/+5
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler1-2/+2
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+104
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-10/+35
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+7
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+524
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann1-0/+480
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-2/+14
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend3-4/+5
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-1/+11
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal1-2/+7
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar6-10/+35
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski1-0/+14
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian1-3/+6
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao1-2/+2
2017-10-18Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown1-9/+1
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim1-0/+2
2017-10-17perf record: Fix documentation for a inexistent option '-l'Taeung Song1-2/+2
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-23/+55
2017-10-13userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli1-5/+20
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa1-2/+15
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa1-0/+7
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa1-1/+1
2017-10-10Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-3/+3
2017-10-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo1-1/+1
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland3-19/+47
2017-10-07kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2-4/+4
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello1-2/+2
2017-10-05selftests/net: rxtimestamp: Fix an off by oneDan Carpenter1-1/+1
2017-10-05Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...Ingo Molnar1-1/+5
2017-10-05selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan1-2/+2
2017-10-05selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan1-1/+1
2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria1-1/+5
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-169/+195
2017-09-29Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...Ingo Molnar18-169/+195
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter2-22/+0
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter3-18/+1
2017-09-28objtool: Support unoptimized frame pointer setupJosh Poimboeuf1-3/+8
2017-09-27Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds20-65/+245
2017-09-25selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan1-3/+6
2017-09-25selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan1-3/+1
2017-09-25selftests/memfd: correct run_tests.sh permissionLi Zhijian1-0/+0
2017-09-25selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-09-25selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan1-3/+3
2017-09-25selftests: Makefile: fix for loops in targets to run silentlyShuah Khan1-7/+7
2017-09-25selftests: mqueue: Use full path to run tests from MakefileShuah Khan1-2/+2
2017-09-25selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan1-1/+4
2017-09-25perf tools: Fix syscalltbl build failureAkemi Yagi1-1/+1
2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang1-14/+21
2017-09-25perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo1-1/+6
2017-09-25tools include: Sync kernel ABI headers with tooling headersIngo Molnar10-28/+164
2017-09-25perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo1-85/+2
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+35
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-3/+3
2017-09-23objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2-17/+32
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-101/+626
2017-09-21Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2017-09-21selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan1-0/+11
2017-09-21selftests: sync: kselftest and kselftest-clean fail for make O=dir caseShuah Khan1-6/+18
2017-09-21selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSShuah Khan1-2/+4
2017-09-21selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan1-5/+11
2017-09-21selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanShuah Khan1-6/+1
2017-09-21selftests: lib.mk: fix test executable status check to use full pathShuah Khan1-1/+1
2017-09-21selftests: Makefile: clear LDFLAGS for make O=dir use-caseShuah Khan1-0/+4
2017-09-21selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan1-0/+15
2017-09-19selftests/net: msg_zerocopy enable build with older kernel headersThomas Meyer1-1/+1
2017-09-19selftests: actually run the various net selftestsJosef Bacik1-3/+3
2017-09-19selftest: add a reuseaddr testJosef Bacik3-1/+116
2017-09-19selftests: silence test output by defaultJosef Bacik1-2/+2
2017-09-18tools/testing/nvdimm: disable labels for nfit_test.1Dan Williams1-3/+0
2017-09-18selftests/ftrace: multiple_kprobes: Also check for supportThomas Meyer1-0/+2
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer1-8/+9
2017-09-18selftests/intel_pstate: No need to compile test progs in the run scriptThomas Meyer1-6/+0
2017-09-18selftests: intel_pstate: build only on x86Daniel Díaz2-0/+7
2017-09-18selftests: breakpoints: re-order TEST_GEN_PROGS targetsFathi Boudra1-4/+4
2017-09-18tools: fix testing/selftests/sigaltstack for s390xThomas Richter1-0/+4
2017-09-18selftests: net: More graceful finding of `ip'.Daniel Díaz1-1/+1
2017-09-17Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+20
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+16
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-0/+16
2017-09-15objtool: Fix object file corruptionJosh Poimboeuf1-1/+6
2017-09-15objtool: Do not retrieve data from empty sectionsPetr Vandrovec1-12/+13
2017-09-15objtool: Fix memory leak in elf_create_rela_section()Martin Kepplinger1-0/+1
2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+4
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+0
2017-09-13Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/s...Ingo Molnar8-14/+45
2017-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds37-268/+368
2017-09-12perf stat: Wait for the correct childMilian Wolff1-1/+1
2017-09-12perf tools: Support running perf binaries with a dash in their nameMilian Wolff1-4/+10
2017-09-12perf config: Check not only section->from_system_config but also item'sTaeung Song1-1/+1
2017-09-12perf ui progress: Fix progress updateJiri Olsa1-1/+6
2017-09-12perf ui progress: Make sure we always define step valueJiri Olsa1-1/+1
2017-09-12perf tools: Open perf.data with O_CLOEXEC flagJiri Olsa1-1/+12
2017-09-12tools lib api: Fix make DEBUG=1 buildJiri Olsa1-1/+7
2017-09-12perf tests: Fix compile when libunwind's unwind.h is availableMilian Wolff1-1/+1
2017-09-12tools include linux: Guard against redefinition of some macrosArnaldo Carvalho de Melo1-3/+6
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-9/+7
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+50
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+58
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-1/+50
2017-09-08tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testingCyrill Gorcunov1-2/+58
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-09-08Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds47-491/+518
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-6/+11
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-98/+624
2017-09-06selftests/memfd: add memfd_create hugetlbfs selftestMike Kravetz3-86/+357
2017-09-06userfaultfd: selftest: explicit failure if the SIGBUS test failedAndrea Arcangeli1-1/+3
2017-09-06userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXISTAndrea Arcangeli1-8/+140
2017-09-06userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS featurePrakash Sangappa1-3/+124
2017-09-06userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmemMike Rapoport1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds26-567/+3454
2017-09-05selftests: Enhance kselftest_harness.h to print which assert failedMickaël Salaün2-6/+35
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-34/+75
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds13-413/+880
2017-09-05Merge tag 'spi-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-4/+66
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+58
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+270
2017-09-05Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-23/+62
2017-09-05Merge tag 'usb-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-15/+20
2017-09-05Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2017-09-05Merge tag 'perf-core-for-mingo-4.14-20170901' of git://git.kernel.org/pub/scm...Ingo Molnar37-268/+368
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-15/+96
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-3868/+1377
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds282-1810/+22132
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-51/+150
2017-09-04Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/...Mark Brown3-4/+66
2017-09-04Merge branch 'pm-tools'Rafael J. Wysocki13-413/+880
2017-09-03Merge branch 'acpica'Rafael J. Wysocki3-34/+75
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+29
2017-09-01perf annotate browser: Help for cycling thru hottest instructions with TAB/sh...Arnaldo Carvalho de Melo1-1/+2
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo3-9/+18
2017-09-01perf test: Add test case for PERF_SAMPLE_PHYS_ADDRKan Liang1-1/+5
2017-09-01perf script: Support physical addressKan Liang2-3/+14
2017-09-01perf mem: Support physical addressKan Liang2-26/+75
2017-09-01perf sort: Add sort option for physical addressKan Liang8-2/+59
2017-09-01perf tools: Support new sample type for physical addressKan Liang6-3/+29
2017-09-01perf vendor events powerpc: Remove duplicate eventsSukadev Bhattiprolu4-138/+3
2017-09-01perf intel-pt: Fix syntax in documentation of config optionJack Henschel1-1/+1
2017-09-01perf test powerpc: Fix 'Object code reading' testRavi Bangoria1-0/+5
2017-09-01perf trace: Support syscall name globbingArnaldo Carvalho de Melo2-5/+36
2017-09-01perf syscalltbl: Support glob matching on syscall namesArnaldo Carvalho de Melo2-0/+36
2017-09-01selftests: correct define in msg_zerocopy.cWillem de Bruijn1-3/+3
2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada2-4/+4
2017-08-31Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams10-24/+82
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy1-2/+2
2017-08-31usbip: auto retry for concurrent attachNobuo Iwata1-15/+20
2017-08-31selftests/powerpc: Force ptrace tests to build -fno-pieMichael Neuling1-1/+1
2017-08-31powerpc/asm: Convert .llong directives to .8byteTobin C. Harding1-1/+1
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King1-2/+2
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao5-79/+85
2017-08-30objtool: Handle GCC stack pointer adjustment bugJosh Poimboeuf4-90/+88
2017-08-29tc-testing: add test for testing ife typeAlexander Aring1-0/+50
2017-08-29Merge tag 'perf-core-for-mingo-4.14-20170829' of git://git.kernel.org/pub/scm...Ingo Molnar22-43/+185
2017-08-29tools: PCI: Add a missing option help lineStan Drozd1-0/+1
2017-08-29selftests: add addrlabel add/delete to rtnetlink.shFlorian Westphal1-0/+41
2017-08-29perf symbols: Fix plt entry calculation for ARM and AARCH64Li Bin1-5/+22
2017-08-29perf probe: Fix kprobe blacklist checking conditionLi Bin1-1/+1
2017-08-29Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-1/+29
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski1-4/+12
2017-08-28perf trace beauty: Beautify pkey_{alloc,free,mprotect} argumentsArnaldo Carvalho de Melo6-1/+83
2017-08-28tools headers: Sync cpu features kernel ABI headers with tooling headersArnaldo Carvalho de Melo2-6/+3
2017-08-28perf tools: Pass full path of FEATURES_DUMPDavid Carrillo-Cisneros1-1/+1
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros5-6/+8
2017-08-28tools lib: Allow external definition of CC, AR and LDDavid Carrillo-Cisneros1-3/+3
2017-08-28perf tools: Allow external definition of flex and bison binary namesDavid Carrillo-Cisneros1-2/+2
2017-08-28tools build tests: Don't hardcode gcc nameDavid Carrillo-Cisneros1-1/+1
2017-08-28perf report: Group stat values on global event idJiri Olsa2-2/+2
2017-08-28perf values: Zero value buffersJiri Olsa1-2/+7
2017-08-28perf values: Fix allocation checkJiri Olsa1-1/+1
2017-08-28perf values: Fix thread index bugJiri Olsa1-2/+2
2017-08-28perf report: Add dump_read functionJiri Olsa2-4/+25
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend1-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2-4/+30
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend1-0/+98
2017-08-28bpf: additional sockmap self testsJohn Fastabend3-46/+96
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend7-99/+68
2017-08-28perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach2-1/+32
2017-08-28coresight: pmu: Adds return stack option to perf coresight pmuMike Leach1-0/+1
2017-08-28perf record: Set read_format for inherit_statJiri Olsa1-1/+6
2017-08-28perf c2c: Fix remote HITM detection for SkylakeJiri Olsa1-2/+9
2017-08-28perf tools: Fix static build with newer toolchainsJiri Olsa1-1/+7
2017-08-28perf stat: Fix path to PMU formats in documentationJack Henschel1-2/+2
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman7-9/+37
2017-08-28Merge 4.13-rc7 into char-misc-nextGreg Kroah-Hartman7-9/+37
2017-08-27Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds1-0/+4
2017-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+25
2017-08-25selftests: lib.mk: change RUN_TESTS to print messages in TAP13 formatShuah Khan1-3/+9
2017-08-25selftests: change lib.mk RUN_TESTS to take test list as an argumentShuah Khan2-15/+3
2017-08-25selftests: lib.mk: suppress "cd" output from run_tests targetShuah Khan1-1/+1