aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-29selftests/powerpc: unmark non-kernel-doc commentsGravatar Randy Dunlap 1-2/+2
2021-03-24selftests/powerpc: Fix L1D flushing tests for Power10Gravatar Russell Currey 3-2/+6
2021-03-14Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+3
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationGravatar Peter Zijlstra 1-0/+3
2021-03-10kselftest: arm64: Fix exit code of sve-ptraceGravatar Mark Brown 1-1/+1
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 15-14/+214
2021-03-09Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2021-03-08selftests: gpio: update .gitignoreGravatar Bartosz Golaszewski 1-1/+1
2021-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-1/+100
2021-03-06perf cs-etm: Fix bitmap for optionGravatar Suzuki K Poulose 1-4/+8
2021-03-06perf trace: Fix race in signal handlingGravatar Michael Petlan 1-3/+2
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Gravatar Arnaldo Carvalho de Melo 1-4/+3
2021-03-06perf report: Fix -F for branch & mem modesGravatar Ravi Bangoria 1-2/+2
2021-03-06perf tests x86: Move insn.h include to make sure it finds stddef.hGravatar Arnaldo Carvalho de Melo 2-2/+2
2021-03-06perf test: Support the ins_lat check in the X86 specific testGravatar Kan Liang 4-0/+127
2021-03-06perf test: Fix sample-parsing failure on non-x86 platformsGravatar Kan Liang 1-4/+0
2021-03-06perf archive: Fix filtering of empty build-idsGravatar Nicholas Fraser 1-2/+1
2021-03-06perf daemon: Fix compile error with AsanGravatar Namhyung Kim 1-1/+1
2021-03-06perf stat: Fix use-after-free when -r option is usedGravatar Namhyung Kim 1-0/+1
2021-03-06libperf: Add perf_evlist__reset_id_hash()Gravatar Namhyung Kim 2-4/+11
2021-03-06perf stat: Fix wrong skipping for per-die aggregationGravatar Jin Yao 4-11/+59
2021-03-06tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 2-1/+4
2021-03-06tools headers cpufeatures: Sync with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-6/+13
2021-03-06tools headers UAPI: Update tools' copy of linux/coresight-pmu.hGravatar Arnaldo Carvalho de Melo 1-5/+15
2021-03-06tools headers: Update syscall.tbl files to support mount_setattrGravatar Arnaldo Carvalho de Melo 4-0/+19
2021-03-06perf test: Fix cpu and thread map leaks in perf_time_to_tsc testGravatar Namhyung Kim 1-0/+2
2021-03-06perf test: Fix cpu map leaks in cpu_map_print testGravatar Namhyung Kim 1-0/+2
2021-03-06perf test: Fix a memory leak in thread_map_remove testGravatar Namhyung Kim 1-5/+2
2021-03-06perf test: Fix a thread map leak in thread_map_synthesize testGravatar Namhyung Kim 1-0/+1
2021-03-06perf test: Fix cpu and thread map leaks in switch_tracking testGravatar Namhyung Kim 1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in keep_tracking testGravatar Namhyung Kim 1-3/+2
2021-03-06perf test: Fix cpu and thread map leaks in code_reading testGravatar Namhyung Kim 1-7/+3
2021-03-06perf test: Fix cpu and thread map leaks in sw_clock_freq testGravatar Namhyung Kim 1-8/+4
2021-03-06perf test: Fix cpu and thread map leaks in task_exit testGravatar Namhyung Kim 1-7/+3
2021-03-06perf test: Fix a memory leak in attr testGravatar Namhyung Kim 1-1/+7
2021-03-06perf test: Fix cpu and thread map leaks in basic mmap testGravatar Namhyung Kim 1-2/+0
2021-03-06perf tools: Fix event's PMU name parsingGravatar Jiri Olsa 1-1/+5
2021-03-06perf daemon: Fix running test for non root userGravatar Jiri Olsa 1-16/+16
2021-03-06perf daemon: Fix control fifo permissionsGravatar Jiri Olsa 1-2/+2
2021-03-06perf build: Fix ccache usage in $(CC) when generating arch errno tableGravatar Antonio Terceiro 1-1/+1
2021-03-06perf tools: Fix documentation of verbose optionsGravatar Ian Rogers 4-6/+6
2021-03-06perf traceevent: Ensure read cmdlines are null terminated.Gravatar Ian Rogers 1-0/+1
2021-03-06perf bench numa: Fix the condition checks for max number of NUMA nodesGravatar Athira Rajeev 1-13/+29
2021-03-06perf diff: Don't crash on freeing errno-session on the error pathGravatar Dmitry Safonov 1-1/+2
2021-03-06perf tools: Clean 'generated' directory used for creating the syscall table o...Gravatar Andreas Wendleder 1-5/+6
2021-03-06perf build: Move feature cleanup under tools/buildGravatar Jiri Olsa 2-10/+8
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingGravatar Pierre Gondois 5-9/+9
2021-03-06tools headers UAPI: Sync kvm.h headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+73
2021-03-06tools headers UAPI s390: Sync ptrace.h kernel headersGravatar Arnaldo Carvalho de Melo 1-2/+3