aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+265
2021-07-21selftests: net: add ESP-in-UDP PMTU testVadim Fedorenko2-7/+260
2021-07-18Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds36-98/+391
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-17Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-9/+23
2021-07-17Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+3
2021-07-16perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+5
2021-07-15perf trace: Free strings in trace__parse_events_option()Riccardo Mancini1-0/+3
2021-07-15perf trace: Free syscall tp fields in evsel->privRiccardo Mancini1-1/+16
2021-07-15perf trace: Free syscall->arg_fmtRiccardo Mancini1-1/+15
2021-07-15perf trace: Free malloc'd trace fields on exitRiccardo Mancini1-1/+10
2021-07-15perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-15perf script: Release zstd dataRiccardo Mancini1-0/+1
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini1-0/+1
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-15perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-15perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-15perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-15perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-15perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-11/+92
2021-07-15bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov1-6/+64
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller1-1/+1
2021-07-14perf cs-etm: Split Coresight decode by aux recordsJames Clark1-1/+167
2021-07-14tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo1-6/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-44/+260
2021-07-14KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier2-2/+2
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini50-57/+557
2021-07-14perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_THREAD_STACK_MIN_VALUE)Arnaldo Carvalho de Melo1-1/+1
2021-07-14libperf: Fix build error with LIBPFM4=1Heiko Carstens1-1/+1
2021-07-14tools headers UAPI: Sync files changed by the memfd_secret new syscallArnaldo Carvalho de Melo3-1/+8
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao2-4/+13
2021-07-14perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Roundtrip evsel->name' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Parse event definition strings' on core-only systemJin Yao1-6/+10
2021-07-14perf pmu: Skip invalid hybrid pmuJin Yao1-1/+8
2021-07-12selftests: memory-hotplug: avoid spamming logs with dump_page(), ratio limit hot-remove error testPaolo Pisati1-1/+3