summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2022-12-21perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...Changbin Du-0/+3
2022-12-21perf test: Update 'perf lock contention' testNamhyung Kim-1/+57
2022-12-21perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim-1/+58
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim-6/+142
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim-3/+35
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim-8/+136
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-8/+340
2022-12-20bpf: makefiles: Do not generate empty vmlinux.hChangbin Du-0/+6
2022-12-20libbpf: Show error info about missing ".BTF" sectionChangbin Du-0/+1
2022-12-20libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj-1/+1
2022-12-20perf lock contention: Factor out lock_type_tableNamhyung Kim-24/+24
2022-12-20perf probe: Check -v and -q options in the right placeYang Jihong-8/+9
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong-13/+13
2022-12-20perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong-0/+4
2022-12-20tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-1/+12
2022-12-20tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo-2/+5
2022-12-20tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo-7/+17
2022-12-20tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-26/+36
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati-1/+1
2022-12-20Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-23/+2
2022-12-20Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-18/+6
2022-12-19selftests/bpf: Add BPF_F_NO_TUNNEL_KEY testChristian Ehrig-3/+58
2022-12-19bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()Christian Ehrig-0/+4
2022-12-19tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo-2/+2
2022-12-19tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-0/+6
2022-12-19tools headers disabled-cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo-2/+15
2022-12-19Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-106/+348
2022-12-19perf python: Don't stop building if python setuptools isn't installedArnaldo Carvalho de Melo-2/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-104/+345
2022-12-19Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+3
2022-12-17parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller-18/+6
2022-12-16Merge tag 'perf-tools-for-v6.2-1-2022-12-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-26299/+11241
2022-12-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-5/+78
2022-12-16libperf: Fix install_pkgconfig targetAlexander Gordeev-1/+1
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-5547/+36419
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-13/+31
2022-12-16selftests: devlink: add a warning for interfaces coming upJakub Kicinski-0/+13
2022-12-16selftests: devlink: fix the fd redirect in dummy_reporter_testJakub Kicinski-2/+2
2022-12-15maple_tree: update copyright dates for test codeLiam Howlett-2/+3
2022-12-15tools/resolve_btfids: Use pkg-config to locate libelfShen Jiamin-2/+6
2022-12-15libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko-27/+25
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2031/+5426
2022-12-14selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen-0/+72
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)-0/+5
2022-12-15selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko-1/+164
2022-12-15libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko-65/+164
2022-12-15libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko-0/+13
2022-12-15selftests/bpf: Add non-standardly sized enum tests for btf_dumpAndrii Nakryiko-0/+36
2022-12-15libbpf: Handle non-standardly sized enums better in BTF-to-C dumperAndrii Nakryiko-0/+38
2022-12-15libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko-2/+5