summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-11-011-2/+2
* x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2020-11-011-0/+1
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-11-019-183/+273
* selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-10-292-4/+4
* libbpf: Close map fd if init map slots failedHangbin Liu2020-10-291-21/+34
* notifier: Fix broken error handling patternPeter Zijlstra2020-10-291-1/+1
* selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran2020-10-291-3/+6
* perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby2020-10-291-1/+5
* perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim2020-10-291-0/+3
* perf stat: Skip duration_time in setup_system_wideJin Yao2020-10-291-1/+3
* perf metricgroup: Fix uncore metric expressionsIan Rogers2020-10-291-19/+56
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-291-0/+29
* tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo2020-10-291-1/+1
* perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo2020-10-296-19/+9
* selftests/powerpc: Fix prefixes in alignment_handler signal handlerJordan Niethe2020-10-291-1/+9
* selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi2020-10-291-4/+4
* selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich2020-10-291-115/+101
* selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen2020-10-294-39/+1
* selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich2020-10-291-2/+2
* selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich2020-10-291-1/+1
* selftests: mptcp: interpret \n as a new lineMatthieu Baerts2020-10-292-4/+4
* selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook2020-10-291-1/+1
* selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev2020-10-291-0/+1
* selftests/livepatch: Do not check order when using "comm" for dmesg checkingMiroslav Benes2020-10-291-1/+1
* libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell2020-10-291-1/+1
* selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko2020-10-291-3/+9
* selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook2020-10-291-0/+15
* selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook2020-10-291-50/+47
* selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook2020-10-291-1/+1
* selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin2020-10-292-0/+6
* selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel2020-10-292-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-053-2/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-303-2/+8
| |\
| | * libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko2020-09-241-1/+1
| | * libbpf: Fix native endian assumption when parsing BTFTony Ambardar2020-09-211-0/+6
| | * tools/bpftool: Support passing BPFTOOL_VERSION to makeTony Ambardar2020-09-191-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-09-251-1/+1
|\ \ \
| * | | selftests: kvm: Fix assert failure in single-step testYang Weijiang2020-09-231-1/+1
| * | | Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-09-11182-1499/+7254
| |\ \ \
* | \ \ \ Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-231-0/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tools/bootconfig: Add testcase for tailing spaceMasami Hiramatsu2020-09-211-0/+13
| * | | | tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu2020-09-211-0/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-226-4/+69
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-155-4/+22
| |\ \ \ \
| | * | | | tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar2020-09-081-0/+2
| | * | | | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-031-0/+15
| | * | | | libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-09-031-1/+1
| | * | | | tools/bpf: build: Make sure resolve_btfids cleans up after itselfToke Høiland-Jørgensen2020-09-012-2/+3
| | * | | | libbpf: Fix build failure from uninitialized variable warningTony Ambardar2020-08-311-1/+1