summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-12-11selftests/ftrace: adjust offset for kprobe syntax error testHari Bathini
2024-12-10scx: Fix maximal BPF selftest progDavid Vernet
2024-12-10selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman
2024-12-10selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman
2024-12-10selftests/bpf: test for changing packet data from global functionsEduard Zingerman
2024-12-10selftests/bpf: Extend test for sockmap update with sameMichal Luczaj
2024-12-09perf test hwmon_pmu: Fix event file locationIan Rogers
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers
2024-12-09perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu
2024-12-09tools/hv: reduce resource usage in hv_kvp_daemonOlaf Hering
2024-12-09tools/hv: add a .gitignore fileOlaf Hering
2024-12-09tools/hv: reduce resouce usage in hv_get_dns_info helperOlaf Hering
2024-12-09hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as wellVitaly Kuznetsov
2024-12-09tools/hv: terminate fcopy daemon if read from uio failsOlaf Hering
2024-12-09tools: hv: change permissions of NetworkManager configuration fileOlaf Hering
2024-12-09tools: hv: Fix a complier warning in the fcopy uio daemonDexuan Cui
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-06selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson
2024-12-06selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson
2024-12-06selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao
2024-12-05selftests/damon: add _damon_sysfs.py to TEST_FILESMaximilian Heyne
2024-12-05selftest: hugetlb_dio: fix test namingMark Brown
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim
2024-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-05vsock/test: verify socket options after setting themKonstantin Shkolnyy
2024-12-05vsock/test: fix parameter types in SO_VM_SOCKETS_* callsKonstantin Shkolnyy
2024-12-05vsock/test: fix failures due to wrong SO_RCVLOWAT parameterKonstantin Shkolnyy
2024-12-04perf tools: Fix build error on generated/fs_at_flags_array.cNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/prctl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/mount.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/fcntl.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/asm-generic/mman.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync *xattrat syscall changes with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync arm64 kvm header with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync x86 kvm and cpufeature headers with the kernelNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/kvm.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/linux/perf_event.h with the kernel sourcesNamhyung Kim
2024-12-04tools headers: Sync uapi/drm/drm.h with the kernel sourcesNamhyung Kim
2024-12-04sched_ext: fix application of sizeof to pointerguanjing
2024-12-04selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai
2024-12-04selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi
2024-12-04selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang