aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | selftests: mptcp: fix case multiple subflows limited by serverJianguo Wu2021-07-091-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-096-20/+53
| |\ \ \
| | * | | bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend2021-07-092-10/+44
| | * | | tools: bpf: Fix error in 'make -C tools/ bpf_install'Wei Li2021-07-071-5/+2
| | * | | tools/runqslower: Use __state instead of stateSanjayKumar Jeyakumar2021-07-071-1/+1
| | * | | libbpf: Restore errno return for functions that were already returning itToke Høiland-Jørgensen2021-07-061-2/+2
| | * | | bpftool: Properly close va_list 'ap' by va_end() on errorGu Shengxian2021-07-061-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-072-1/+168
| |\ \ \ \
| | * | | | selftest: netfilter: add test case for unreplied tcp connectionsFlorian Westphal2021-07-022-1/+168
| * | | | | selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirectHangbin Liu2021-07-071-2/+3
| * | | | | selftests: icmp_redirect: remove from checking for IPv6 route getHangbin Liu2021-07-071-1/+1
| |/ / / /
| * / / / selftests/net: timestamping: support binding PHCYangbo Lu2021-07-011-20/+35
| |/ / /
* | | | Merge tag 'perf-tools-for-v5.14-2021-07-10' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-07-1177-331/+1872
|\ \ \ \
| * | | | perf test: Add free() calls for scandir() returned dirent entriesRiccardo Mancini2021-07-091-4/+11
| * | | | libperf: Add tests for perf_evlist__set_leader()Jiri Olsa2021-07-091-6/+21
| * | | | libperf: Remove BUG_ON() from library code in get_group_fd()Arnaldo Carvalho de Melo2021-07-091-7/+16
| * | | | libperf: Add group support to perf_evsel__open()Jiri Olsa2021-07-091-2/+24
| * | | | perf tools: Fix pattern matching for same substring in different PMU typeJin Yao2021-07-093-2/+37
| * | | | perf record: Add a dummy event on hybrid systems to collect metadata recordsKan Liang2021-07-091-4/+5
| * | | | perf stat: Add Topdown metrics L2 events as default eventsKan Liang2021-07-092-1/+8
| * | | | libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader()Jiri Olsa2021-07-097-20/+26
| * | | | libperf: Move 'nr_groups' from tools/perf to evlist::nr_groupsJiri Olsa2021-07-0911-23/+23
| * | | | libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-0920-77/+103
| * | | | libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-0921-58/+59
| * | | | libperf: Change tests to single static and shared binariesJiri Olsa2021-07-0711-51/+67
| * | | | perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter2021-07-074-4/+21
| * | | | perf stat: Disable the NMI watchdog message on hybridJin Yao2021-07-071-3/+6
| * | | | perf vendor events power10: Adds 24x7 nest metric events for power10 platformKajol Jain2021-07-071-0/+424
| * | | | perf script python: Fix buffer size to report iregs in perf scriptKajol Jain2021-07-071-5/+12
| * | | | perf trace: Fix the perf trace link locationJustin M. Forbes2021-07-071-1/+1
| * | | | perf top: Fix overflow in elf_sec__is_text()Riccardo Mancini2021-07-071-3/+14
| * | | | perf annotate: Fix 's' on source line when disasm is emptyRiccardo Mancini2021-07-071-2/+2
| * | | | perf probe: Do not show @plt function by defaultMasami Hiramatsu2021-07-071-1/+1
| * | | | perf symbol-elf: Decode dynsym even if symtab existsMasami Hiramatsu2021-07-071-28/+54
| * | | | perf probe: Fix debuginfo__new() to enable build-id based debuginfoMasami Hiramatsu2021-07-071-0/+5
| * | | | tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo2021-07-055-5/+6
| * | | | tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2021-07-051-0/+3
| * | | | tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo2021-07-051-4/+24
| * | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-34/+359
| * | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-07-051-2/+28
| * | | | perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim2021-07-057-1/+523
| * | | | perf report: Fix --task and --stat with pipe inputNamhyung Kim2021-07-051-0/+6
* | | | | Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-091-0/+18
|\ \ \ \ \
| * | | | | tracing/selftests: Add tests to test histogram sym and sym-offset modifiersSteven Rostedt (VMware)2021-07-081-0/+18
* | | | | | selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V2021-07-081-2/+3
* | | | | | selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V2021-07-081-52/+61
* | | | | | secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport2021-07-084-1/+316
* | | | | | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-074-7/+260
|\ \ \ \ \ \
| * \ \ \ \ \ Merge x86/urgent into x86/fpuBorislav Petkov2021-06-23121-904/+3424
| |\ \ \ \ \ \
| * | | | | | | selftests/x86: Test signal frame XSTATE header corruption handlingAndy Lutomirski2021-06-092-1/+116