aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-08-01Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Gravatar Linus Torvalds 3-13/+42
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+229
2021-07-30Revert "perf map: Fix dso->nsinfo refcounting"Gravatar Arnaldo Carvalho de Melo 1-2/+0
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-2/+435
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+229
2021-07-27KVM: selftests: Introduce access_tracking_perf_testGravatar David Matlack 3-0/+431
2021-07-27KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingGravatar David Matlack 1-0/+1
2021-07-27perf pmu: Fix alias matchingGravatar John Garry 1-9/+24
2021-07-27perf cs-etm: Split --dump-raw-trace by AUX recordsGravatar James Clark 1-2/+18
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryGravatar Peter Collingbourne 1-2/+4
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-7/+265
2021-07-21selftests: net: add ESP-in-UDP PMTU testGravatar Vadim Fedorenko 2-7/+260
2021-07-19Merge tag 'kvmarm-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 2-2/+3
2021-07-18Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Gravatar Linus Torvalds 36-98/+391
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setGravatar Yang Jihong 1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelGravatar Yang Jihong 6-42/+38
2021-07-18perf data: Close all files in close_dir()Gravatar Riccardo Mancini 1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathGravatar Riccardo Mancini 1-2/+2
2021-07-17Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 6-9/+23
2021-07-17Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-1/+3
2021-07-16perf test bpf: Free obj_bufGravatar Riccardo Mancini 1-0/+2
2021-07-16bpf, selftests: Add test cases for pointer alu from multiple pathsGravatar Daniel Borkmann 1-0/+229
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+5
2021-07-15perf trace: Free strings in trace__parse_events_option()Gravatar Riccardo Mancini 1-0/+3
2021-07-15perf trace: Free syscall tp fields in evsel->privGravatar Riccardo Mancini 1-1/+16
2021-07-15perf trace: Free syscall->arg_fmtGravatar Riccardo Mancini 1-1/+15
2021-07-15perf trace: Free malloc'd trace fields on exitGravatar Riccardo Mancini 1-1/+10
2021-07-15perf lzma: Close lzma stream on exitGravatar Riccardo Mancini 1-3/+5
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitGravatar Riccardo Mancini 1-0/+7
2021-07-15perf script: Release zstd dataGravatar Riccardo Mancini 1-0/+1
2021-07-15perf session: Cleanup trace_eventGravatar Riccardo Mancini 1-0/+1
2021-07-15perf inject: Close inject.output on exitGravatar Riccardo Mancini 1-2/+6
2021-07-15perf report: Free generated help strings for sort optionGravatar Riccardo Mancini 3-13/+24
2021-07-15perf env: Fix memory leak of cpu_pmu_capsGravatar Riccardo Mancini 1-0/+1
2021-07-15perf test maps__merge_in: Fix memory leak of mapsGravatar Riccardo Mancini 1-0/+2
2021-07-15perf dso: Fix memory leak in dso__new_map()Gravatar Riccardo Mancini 1-1/+3
2021-07-15perf test event_update: Fix memory leak of unitGravatar Riccardo Mancini 1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistGravatar Riccardo Mancini 1-1/+1
2021-07-15perf test session_topology: Delete session->evlistGravatar Riccardo Mancini 1-0/+1
2021-07-15perf env: Fix sibling_dies memory leakGravatar Riccardo Mancini 1-0/+1
2021-07-15perf probe: Fix dso->nsinfo refcountingGravatar Riccardo Mancini 1-1/+3
2021-07-15perf map: Fix dso->nsinfo refcountingGravatar Riccardo Mancini 1-0/+2
2021-07-15perf inject: Fix dso->nsinfo refcountingGravatar Riccardo Mancini 1-2/+3
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-11/+92
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinGravatar Tobias Klauser 1-0/+5
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Gravatar Vitaly Kuznetsov 1-6/+64
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocGravatar Ricardo Koller 1-1/+1
2021-07-14perf cs-etm: Split Coresight decode by aux recordsGravatar James Clark 1-1/+167
2021-07-14tools headers: Remove broken definition of __LITTLE_ENDIANGravatar Arnaldo Carvalho de Melo 1-6/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 11-44/+260