summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+5
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-0/+46
2019-06-29bpf: fix uapi bpf_prog_info fields alignmentBaruch Siach1-0/+1
2019-06-29selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev1-27/+24
2019-06-28selftests: timestamping: Fix SIOCGSTAMP undeclared build failureShuah Khan1-8/+1
2019-06-28selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=yNaresh Kamboju1-0/+1
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar29-89/+203
2019-06-28tests: add pidfd_open() testsChristian Brauner5-44/+234
2019-06-28pidfd: add polling selftestsJoel Fernandes (Google)2-1/+211
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+92
2019-06-28bpftool: support cgroup sockoptStanislav Fomichev6-8/+20
2019-06-28selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev4-1/+449
2019-06-28selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev4-1/+328
2019-06-28selftests/bpf: add sockopt testStanislav Fomichev3-1/+1024
2019-06-28selftests/bpf: test sockopt section nameStanislav Fomichev1-0/+10
2019-06-28libbpf: support sockopt hooksStanislav Fomichev2-0/+6
2019-06-28bpf: sync bpf.h to tools/Stanislav Fomichev1-0/+14
2019-06-28selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski1-0/+35
2019-06-28selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski1-24/+52
2019-06-28x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski1-1/+8
2019-06-27xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy1-1/+1
2019-06-27libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+12
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+8
2019-06-27iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera1-2/+2
2019-06-27selftests: rtnetlink: add small test case with 'promote_secondaries' enabledFlorian Westphal1-0/+20
2019-06-27Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij1-1/+1
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo5-10/+8
2019-06-26tools lib: Adopt strim() from the kernelArnaldo Carvalho de Melo2-0/+27
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo11-38/+23
2019-06-26perf report: Use skip_spaces()Arnaldo Carvalho de Melo1-2/+1
2019-06-26perf metricgroup: Use strsep()Arnaldo Carvalho de Melo1-2/+1
2019-06-26perf strfilter: Use skip_spaces()Arnaldo Carvalho de Melo1-2/+2
2019-06-26perf probe: Use skip_spaces() for argv handlingArnaldo Carvalho de Melo1-14/+2
2019-06-26tools: bpftool: use correct argument in cgroup errorsJakub Kicinski1-3/+3
2019-06-26selftests/bpf: build tests with debug infoAndrii Nakryiko1-1/+1
2019-06-26libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk1-1/+1
2019-06-26perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo1-4/+2
2019-06-26perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo1-3/+2
2019-06-26perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo1-3/+2
2019-06-26tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo2-1/+17
2019-06-26perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo3-3/+3
2019-06-26tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo46-117/+155
2019-06-26perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo6-0/+6
2019-06-26perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo2-2/+0
2019-06-26perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo1-0/+1
2019-06-26perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo4-14/+15
2019-06-26tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo1-0/+1
2019-06-25tc-testing: add ingress qdisc testsRoman Mashak1-0/+102
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo8-12/+16
2019-06-25tc-testing: Restore original behaviour for namespaces in tdcLucas Bates8-20/+296