aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-11-09tools: usb: ffs-aio-example: Fix build error with aarch64-*-gnu-gcc toolchain(s)Gravatar Bhupesh Sharma 1-13/+31
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2022-10-28Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-122/+118
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 4-0/+583
2022-10-27selftests: add openvswitch selftest suiteGravatar Aaron Conole 4-0/+583
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsGravatar Shang XiaoJing 1-3/+3
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesGravatar Adrian Hunter 1-1/+9
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-8/+19
2022-10-25tools headers cpufeatures: Sync with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 2-1/+4
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-16/+0
2022-10-25tools headers uapi: Update linux/in.h copyGravatar Arnaldo Carvalho de Melo 1-14/+8
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Gravatar Arnaldo Carvalho de Melo 3-2/+15
2022-10-25tools headers arm64: Sync arm64's cputype.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+4
2022-10-25perf test: Do not fail Intel-PT misc test w/o libpythonGravatar Namhyung Kim 1-0/+6
2022-10-25perf list: Fix PMU name pai_crypto in perf list on s390Gravatar Thomas Richter 1-0/+0
2022-10-25perf record: Fix event fd racesGravatar Ian Rogers 1-16/+25
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Gravatar Arnaldo Carvalho de Melo 5-0/+36
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()Gravatar Arnaldo Carvalho de Melo 1-0/+5
2022-10-25perf vendor events power10: Fix hv-24x7 metric eventsGravatar Kajol Jain 1-36/+36
2022-10-25perf docs: Fix man page build wrt perf-arm-coresight.txtGravatar Adrian Hunter 1-0/+0
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-6/+10
2022-10-25pm-graph v5.10Gravatar Todd Brandt 3-122/+118
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 11-11/+33
2022-10-24Merge tag 'linux-kselftest-fixes-6.1-rc3' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 6-13/+10
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-2/+15
2022-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-3/+4
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+32
2022-10-22tools: include: sync include/api/linux/kvm.hGravatar Paolo Bonzini 1-0/+1
2022-10-22Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 2-3/+3
2022-10-21Merge tag 'trace-tools-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-10-20selftests: net: Fix netdev name mismatch in cleanupGravatar Benjamin Poirier 1-1/+1
2022-10-20selftests: net: Fix cross-tree inclusion of scriptsGravatar Benjamin Poirier 9-8/+17
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-0/+80
2022-10-20rv/dot2c: Make automaton definition staticGravatar Daniel Bristot de Oliveira 1-1/+1
2022-10-19selftests: add selftest for chaining of tc ingress handling to egressGravatar Paul Blakey 2-0/+80
2022-10-18selftests/ftrace: fix dynamic_events dependency checkGravatar Sven Schnelle 2-2/+2
2022-10-18selftests/memory-hotplug: Remove the redundant warning informationGravatar Zhao Gongyi 1-1/+0
2022-10-18selftests/kexec: fix build for ARCH=x86_64Gravatar Ricardo Cañuelo 1-3/+3
2022-10-18selftests/intel_pstate: fix build for ARCH=x86_64Gravatar Ricardo Cañuelo 1-3/+3
2022-10-18selftests/futex: fix build for clangGravatar Ricardo Cañuelo 1-4/+2
2022-10-17selftests/bpf: Add reproducer for decl_tag in func_proto return typeGravatar Stanislav Fomichev 1-0/+13
2022-10-17selftests/perf_events: Add a SIGTRAP stress test with disablesGravatar Marco Elver 1-3/+32
2022-10-17tools: iio: iio_utils: fix digit calculationGravatar Matti Vaittinen 1-0/+4
2022-10-16Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 36-71/+1265
2022-10-15tools arch x86: Sync the msr-index.h copy with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+18
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetGravatar Qi Liu 7-0/+396
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverGravatar Qi Liu 7-1/+273
2022-10-15perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()Gravatar Qi Liu 1-19/+34
2022-10-15perf tests stat+json_output: Include sanity check for topologyGravatar Athira Rajeev 1-4/+39