aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-10/+913
2020-03-25selftests/net/forwarding: define libs as TEST_PROGS_EXTENDEDHangbin Liu2-15/+16
2020-03-25selftests/net: add missing tests to MakefileHangbin Liu1-1/+3
2020-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-1/+695
2020-03-24selftests: netfilter: add nfqueue test caseFlorian Westphal4-1/+695
2020-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-34/+46
2020-03-23selftests/net/forwarding: add Makefile to install testsVadym Kochan2-0/+76
2020-03-21selftests/net: add definition for SOL_DCCP to fix compilation errors for old ...Alan Maguire1-0/+4
2020-03-21tools/power turbostat: update versionLen Brown1-1/+1
2020-03-21tools/power turbostat: Print cpuidle informationLen Brown1-0/+26
2020-03-20tools/power turbostat: Fix 32-bit capabilities warningLen Brown2-17/+31
2020-03-20tools/power turbostat: Fix missing SYS_LPI counter on some ChromebooksLen Brown1-9/+14
2020-03-20tools/power turbostat: Support Elkhart LakeChen Yu1-1/+30
2020-03-20tools/power turbostat: Support Jasper LakeChen Yu1-0/+3
2020-03-20tools/power turbostat: Support Ice Lake serverChen Yu1-0/+3
2020-03-20tools/power turbostat: Support Tiger LakeChen Yu1-0/+2
2020-03-20tools/power turbostat: Fix gcc build warningsLen Brown1-2/+2
2020-03-20tools/power turbostat: Support CometlakeChen Yu1-0/+2
2020-03-19tools headers uapi: Update linux/in.h copyperf-urgent-2020-03-29Arnaldo Carvalho de Melo1-0/+2
2020-03-19Merge tag 'perf-urgent-for-mingo-5.6-20200309' of git://git.kernel.org/pub/sc...Ingo Molnar7-34/+44
2020-03-18wireguard: noise: error out precomputed DH during handshake rather than configJason A. Donenfeld1-5/+10
2020-03-18wireguard: selftests: test using new 64-bit time_tJason A. Donenfeld2-2/+1
2020-03-18wireguard: selftests: remove duplicated include <sys/types.h>YueHaibing1-1/+0
2020-03-15Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-124/+132
2020-03-13Merge tag 'pm-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-3/+5
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-0/+123
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+32
2020-03-12tc-testing: add ETS scheduler to tdc build configurationDavide Caratti1-0/+1
2020-03-10selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi1-0/+42
2020-03-10Merge tag 'linux-cpupower-5.6-rc6' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki4-3/+5
2020-03-09Merge tag 'ktest-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-19/+19
2020-03-09ktest: Fix typos in ktest.plMasanari Iida1-6/+6
2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware)1-1/+1
2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware)2-2/+2
2020-03-09ktest: Fix some typos in sample.confMasanari Iida1-10/+10
2020-03-09perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-03-09perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-03-09perf parse-events: Fix reading of invalid memory in event parsingIan Rogers1-23/+23
2020-03-09perf python: Fix clang detection when using CC=clang-versionIlie Halip1-4/+6
2020-03-09perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-03-06Merge tag 'linux-kselftest-5.6-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2-3/+3
2020-03-06selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson1-0/+15
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers12-72/+72
2020-03-06perf jevents: Fix leak of mapfile memoryJohn Garry1-6/+9
2020-03-06perf bench: Clear struct sigaction before sigaction() syscallTommi Rantala7-0/+7
2020-03-06perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-06perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-03-06perf diff: Fix undefined string comparision spotted by clang's -Wstring-compareNick Desaulniers3-3/+5
2020-03-05selftests/bpf: Add send_signal_sched_switch testYonghong Song2-0/+66
2020-03-04Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/sc...Ingo Molnar9-40/+34
2020-03-03selftests/net/fib_tests: update addr_metric_test for peer route testingHangbin Liu1-3/+31
2020-03-03perf symbols: Don't try to find a vmlinux file when looking for kernel modulesArnaldo Carvalho de Melo1-7/+6
2020-03-03perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo5-22/+23
2020-03-02cpupower: avoid multiple definition with gcc -fno-commonMike Gilbert4-3/+5
2020-03-02selftest/lkdtm: Use local .gitignoreChristophe Leroy1-0/+2
2020-03-02perf parse-events: Use asprintf() instead of strncpy() to read tracepoint filesArnaldo Carvalho de Melo1-8/+2
2020-03-02perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-03-02perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2020-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-214/+251
2020-02-28selftests: pidfd: Add pidfd_fdinfo_test in .gitignoreChristophe Leroy1-0/+1
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+45
2020-02-27perf annotate: Fix segfault with source toggleRavi Bangoria1-0/+2
2020-02-27perf annotate: Align struct annotate_argsRavi Bangoria1-6/+6
2020-02-27perf annotate: Simplify disasm_line allocation and freeing codeRavi Bangoria2-56/+31
2020-02-27perf annotate: Remove privsize from symbol__annotate() argsRavi Bangoria4-6/+7
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2-6/+28
2020-02-27perf config: Document missing config optionsRavi Bangoria1-0/+44
2020-02-27perf annotate: Fix perf config option descriptionRavi Bangoria1-1/+29
2020-02-27perf annotate: Prefer cmdline option over default configRavi Bangoria1-2/+2
2020-02-27perf annotate: Make perf config effectiveRavi Bangoria5-55/+33
2020-02-27perf config: Introduce perf_config_u8()Ravi Bangoria2-0/+13
2020-02-27perf annotate: Fix --show-nr-samples for tui/stdio2Ravi Bangoria2-7/+5
2020-02-27perf annotate: Fix --show-total-period for tui/stdio2Ravi Bangoria3-7/+6
2020-02-27perf annotate/tui: Re-render title bar after switching back from script browserRavi Bangoria1-4/+3
2020-02-27tools headers UAPI: Update tools's copy of kvm.h headersArnaldo Carvalho de Melo1-0/+1
2020-02-27tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-26/+60
2020-02-26Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-12/+28
2020-02-26Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-2/+10
2020-02-26Merge tag 'perf-urgent-for-mingo-5.6-20200220' of git://git.kernel.org/pub/sc...Ingo Molnar11-66/+41
2020-02-26selftests: nft_concat_range: Add test for reported add/flush/add issueStefano Brivio1-4/+39
2020-02-25selftests: nft_concat_range: Move option for 'list ruleset' before commandStefano Brivio1-6/+6
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-51/+61
2020-02-21selftests/vm: add missed tests in run_vmtestsSeongJae Park1-0/+33
2020-02-21bootconfig: Add append value operator supportMasami Hiramatsu1-2/+14
2020-02-21bootconfig: Prohibit re-defining value on same keyMasami Hiramatsu1-0/+6
2020-02-20bootconfig: Reject subkey and value on same parent keyMasami Hiramatsu2-0/+6
2020-02-20tools/bootconfig: Remove unneeded error message silencerMasami Hiramatsu2-12/+1
2020-02-20bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2-12/+33
2020-02-20selftests/rseq: Fix out-of-tree compilationMichael Ellerman1-1/+1
2020-02-20selftests: Install settings files to fix TIMEOUT failuresMichael Ellerman5-1/+9
2020-02-19Merge tag 'linux-kselftest-5.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+50
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-12/+25
2020-02-19kunit: run kunit_tool from any directoryHeidi Fahim1-0/+12
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim1-12/+16
2020-02-18perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-18libbpf: Sanitise internal map names so they are not rejected by the kernelToke Høiland-Jørgensen1-1/+7
2020-02-18bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen1-9/+7
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter6-74/+35
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2020-02-18perf cs-etm: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf intel-bts: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf intel-pt: Fix endless record after being terminatedWei Li1-1/+4
2020-02-18perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter1-1/+1
2020-02-18perf bpf: Remove bpf/ subdir from bpf.h headers used to build bpf eventsArnaldo Carvalho de Melo3-3/+3
2020-02-17selftests: forwarding: vxlan_bridge_1d: use more proper tos valueHangbin Liu1-3/+3
2020-02-16wireguard: selftests: reduce complexity and fix make racesJason A. Donenfeld1-24/+14
2020-02-16selftests: forwarding: vxlan_bridge_1d: fix tos valueHangbin Liu1-3/+3
2020-02-16ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-0/+6
2020-02-16selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testingHangbin Liu1-12/+13
2020-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-26/+602
2020-02-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-78/+353
2020-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+11
2020-02-14perf llvm: Fix script used to obtain kernel make directives to work with new ...Arnaldo Carvalho de Melo1-0/+1
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld1-0/+11
2020-02-13selftests: openat2: fix build error on newer glibcAleksa Sarai1-1/+1
2020-02-13selftests: use LDLIBS for libraries instead of LDFLAGSDmitry Safonov4-5/+5
2020-02-12selftests: KVM: Remove unused x86_register enumEric Auger1-20/+0
2020-02-12selftests: KVM: SVM: Add vmcall testEric Auger2-0/+80
2020-02-12selftests: KVM: AMD Nested test infrastructureEric Auger5-1/+517
2020-02-12selftests: KVM: Replace get_{gdt,idt}_base() by get_{gdt,idt}()Eric Auger2-7/+7
2020-02-12selftests/bpf: Mark SYN cookie test skipped for UDP socketsJakub Sitnicki1-1/+3
2020-02-12selftests/bpf: Fix error checking on reading the tcp_fastopen sysctlMartin KaFai Lau1-1/+3
2020-02-12tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+5
2020-02-12tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+10
2020-02-12tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2020-02-12tools headers x86: Sync disabled-features.hArnaldo Carvalho de Melo1-7/+1
2020-02-12tools include UAPI: Sync sound/asound.h copyArnaldo Carvalho de Melo1-23/+132
2020-02-12tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo1-0/+2
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry1-15/+48
2020-02-12tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+32
2020-02-12tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+13
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-15/+36
2020-02-11tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo1-0/+6
2020-02-11perf trace: Resolve prctl's 'option' arg strings to numbersArnaldo Carvalho de Melo1-1/+3
2020-02-11perf beauty prctl: Export the 'options' strarrayArnaldo Carvalho de Melo2-1/+4
2020-02-11tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-02-11tools headers UAPI: Sync copy of arm64's asm/unistd.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2020-02-11perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2-12/+11
2020-02-11perf maps: Fix map__clone() for struct kmapJiri Olsa1-1/+6
2020-02-11perf maps: Mark ksymbol DSOs with kernel typeJiri Olsa1-2/+10
2020-02-11perf maps: Mark module DSOs with kernel typeJiri Olsa1-0/+1
2020-02-11tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo5-2/+49
2020-02-10selftests: fix too long argumentJiri Benc1-10/+13
2020-02-10selftests: allow detection of build failuresJiri Benc1-2/+10
2020-02-10Kernel selftests: tpm2: check for tpm supportNikita Sobolev2-3/+19
2020-02-10selftests/ftrace: Have pid filter test use instance flagSteven Rostedt (VMware)1-7/+1
2020-02-10selftests: fix spelling mistaked "chaigned" -> "chained"Colin Ian King1-1/+1
2020-02-10bpf: Selftests build error in sockmap_basic.cJohn Fastabend1-0/+5
2020-02-10tools/bootconfig: Suppress non-error messagesMasami Hiramatsu2-14/+23
2020-02-10bootconfig: Allocate xbc_nodes array dynamicallyMasami Hiramatsu1-0/+12
2020-02-10perf symbols: Convert symbol__is_idle() to use strlistKim Phillips1-5/+9
2020-02-10perf symbols: Update the list of kernel idle symbolsKim Phillips1-0/+3
2020-02-10perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-02-10tools/bootconfig: Fix wrong __VA_ARGS__ usageMasami Hiramatsu1-1/+1
2020-02-09Merge tag 'perf-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-32/+71
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-15/+178
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-5/+79
2020-02-07selftests/bpf: Test freeing sockmap/sockhash with a socket in itJakub Sitnicki1-0/+74
2020-02-07bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen1-1/+1
2020-02-07selftests: mlxsw: Add test cases for local table route replacementIdo Schimmel1-0/+76
2020-02-06Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-0/+240
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal1-0/+9
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds33-5/+689
2020-02-05tools/bootconfig: Show the number of bootconfig nodesMasami Hiramatsu1-0/+1
2020-02-05tools/bpf/runqslower: Rebuild libbpf.a on libbpf source changeSong Liu1-1/+1
2020-02-05Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-0/+240
2020-02-05wireguard: selftests: tie socket waiting to target pidJason A. Donenfeld1-9/+8
2020-02-05wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATEDKrzysztof Kozlowski1-1/+0
2020-02-05wireguard: selftests: ensure non-addition of peers with failed precomputationJason A. Donenfeld1-0/+6
2020-02-05Merge tag 'perf-core-for-mingo-5.6-20200201' of git://git.kernel.org/pub/scm/...perf-urgent-2020-02-09Ingo Molnar8-32/+71
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-1/+241
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-7/+183
2020-02-04tc-testing: add missing 'nsPlugin' to basic.jsonDavide Caratti1-0/+51
2020-02-04tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti1-1/+1
2020-02-04bitops: more BITS_TO_* macrosYury Norov1-4/+5
2020-02-04selftests/bpf: Fix trampoline_count.c selftest compilation warningAndrii Nakryiko1-1/+1
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki1-1/+1
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-31/+91
2020-02-02selftests: net: Add FIN_ACK processing order related latency spike testSeongJae Park4-0/+189
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman7-7/+27
2020-01-31Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-46/+108
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+7
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-01-31tools/vm/slabinfo: fix sanity checks enablingDaniel Wagner1-2/+2
2020-01-31mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"John Hubbard1-1/+5
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-9/+13
2020-01-31selftests: KVM: testing the local IRQs resetsPierre Morel1-0/+42
2020-01-31selftests: KVM: s390x: Add reset testsJanosch Frank2-0/+156
2020-01-31selftests: KVM: Add fpu and one reg set/get library functionsJanosch Frank2-0/+42
2020-01-31perf maps: Add missing unlock to maps__insert() error caseCengiz Can1-0/+1
2020-01-31perf probe: Add ustring support for perf probe commandThomas Richter1-1/+2
2020-01-30runqslower: Fix MakefileYulia Kartseva1-1/+1
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+402
2020-01-30perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-01-30perf test: Fix test case Merge cpu mapThomas Richter1-1/+0
2020-01-30perf parse: Copy string to perf_evsel_config_termLeo Yan3-1/+9
2020-01-30perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan4-29/+45