summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-14/+214
2021-03-09Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2021-03-08selftests: gpio: update .gitignoreBartosz Golaszewski-1/+1
2021-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+100
2021-03-06perf cs-etm: Fix bitmap for optionSuzuki K Poulose-4/+8
2021-03-06perf trace: Fix race in signal handlingMichael Petlan-3/+2
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo-4/+3
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria-2/+2
2021-03-06perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo-2/+2
2021-03-06perf test: Support the ins_lat check in the X86 specific testKan Liang-0/+127
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsKan Liang-4/+0
2021-03-06perf archive: Fix filtering of empty build-idsNicholas Fraser-2/+1
2021-03-06perf daemon: Fix compile error with AsanNamhyung Kim-1/+1
2021-03-06perf stat: Fix use-after-free when -r option is usedNamhyung Kim-0/+1
2021-03-06libperf: Add perf_evlist__reset_id_hash()Namhyung Kim-4/+11
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao-11/+59
2021-03-06tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sourcesArnaldo Carvalho de Melo-1/+4
2021-03-06tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-6/+13
2021-03-06tools headers UAPI: Update tools' copy of linux/coresight-pmu.hArnaldo Carvalho de Melo-5/+15
2021-03-06tools headers: Update syscall.tbl files to support mount_setattrArnaldo Carvalho de Melo-0/+19
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim-0/+2
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim-0/+2
2021-03-06perf test: Fix a memory leak in thread_map_remove testNamhyung Kim-5/+2
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim-0/+1
2021-03-06perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim-7/+3
2021-03-06perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim-8/+4
2021-03-06perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim-7/+3
2021-03-06perf test: Fix a memory leak in attr testNamhyung Kim-1/+7
2021-03-06perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim-2/+0
2021-03-06perf tools: Fix event's PMU name parsingJiri Olsa-1/+5
2021-03-06perf daemon: Fix running test for non root userJiri Olsa-16/+16
2021-03-06perf daemon: Fix control fifo permissionsJiri Olsa-2/+2
2021-03-06perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro-1/+1
2021-03-06perf tools: Fix documentation of verbose optionsIan Rogers-6/+6
2021-03-06perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers-0/+1
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev-13/+29
2021-03-06perf diff: Don't crash on freeing errno-session on the error pathDmitry Safonov-1/+2
2021-03-06perf tools: Clean 'generated' directory used for creating the syscall table o...Andreas Wendleder-5/+6
2021-03-06perf build: Move feature cleanup under tools/buildJiri Olsa-10/+8
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois-9/+9
2021-03-06tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo-0/+73
2021-03-06tools headers UAPI s390: Sync ptrace.h kernel headersArnaldo Carvalho de Melo-2/+3
2021-03-06perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo-15/+5
2021-03-06tools headers UAPI: Sync openat2.h with the kernel sourcesArnaldo Carvalho de Melo-0/+4
2021-03-06tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-1/+2
2021-03-06tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo-48/+49
2021-03-05selftest/net/ipsec.c: Remove unneeded semicolonXu Wang-1/+1
2021-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+65