aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2020-11-19perf: Alias SYS_futex with SYS_futex_time64 on 32-bit arches with 64bit time_tKhem Raj
2020-11-10Merge tag 'v5.8.18' into v5.8/standard/baseBruce Ashfield
2020-11-02Merge tag 'v5.8.17' into v5.8/standard/baseBruce Ashfield
2020-11-01bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu
2020-11-01x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-29selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song
2020-10-29libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-29selftests/powerpc: Fix eeh-basic.sh exit codesOliver O'Halloran
2020-10-29perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby
2020-10-29perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim
2020-10-29perf stat: Skip duration_time in setup_system_wideJin Yao
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter
2020-10-29ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)
2020-10-29tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo
2020-10-29perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo
2020-10-29selftests/ftrace: Change synthetic event name for inter-event-combined testTom Zanussi
2020-10-29selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen
2020-10-29selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich
2020-10-29selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich
2020-10-29selftests: mptcp: interpret \n as a new lineMatthieu Baerts
2020-10-29selftests/lkdtm: Use "comm" instead of "diff" for dmesgKees Cook
2020-10-29selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev
2020-10-29libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell
2020-10-29selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko
2020-10-29selftests: rtnetlink: load fou module for kci_test_encap_fou() testPo-Hsu Lin
2020-10-29selftests: forwarding: Add missing 'rp_filter' configurationIdo Schimmel
2020-10-16Merge tag 'v5.8.14' into v5.8/standard/baseBruce Ashfield
2020-10-07tools/io_uring: fix compile breakageDouglas Gilbert
2020-10-07libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-10-06Merge tag 'v5.8.13' into v5.8/standard/baseBruce Ashfield
2020-10-01tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar
2020-10-01libbpf: Fix build failure from uninitialized variable warningTony Ambardar
2020-10-01objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf
2020-09-23Merge tag 'v5.8.11' into v5.8/standard/baseBruce Ashfield
2020-09-23Merge tag 'v5.8.10' into v5.8/standard/baseBruce Ashfield
2020-09-23selftests/vm: fix display of page size in map_hugetlbChristophe Leroy
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-23perf parse-event: Fix memory leak in evsel->unitNamhyung Kim
2020-09-23perf evlist: Fix cpu/thread map leakNamhyung Kim
2020-09-23perf metric: Fix some memory leaksNamhyung Kim
2020-09-23perf test: Free aliases for PMU event map aliases testNamhyung Kim
2020-09-23perf record: Don't clear event's period if set by a termIan Rogers
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa
2020-09-17selftests/timers: Turn off timeout settingPo-Hsu Lin
2020-09-09Merge tag 'v5.8.8' into v5.8/standard/baseBruce Ashfield
2020-09-09Merge tag 'v5.8.7' into v5.8/standard/baseBruce Ashfield
2020-09-09Merge tag 'v5.8.6' into v5.8/standard/baseBruce Ashfield
2020-09-09perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-09perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing