summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-11KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack
2024-04-11selftests/bpf: Export send_recv_data helperGeliang Tang
2024-04-11selftests/bpf: Add struct send_recv_argGeliang Tang
2024-04-11tools/include: Sync arm64 asm/cputype.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync x86 asm/msr-index.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync x86 asm/irq_vectors.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync x86 CPU feature headers with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim
2024-04-11tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim
2024-04-11selftests/bpf: Fix umount cgroup2 error in test_sockmapGeliang Tang
2024-04-11perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim
2024-04-11selftests: mptcp: test last time mptcp_infoGeliang Tang
2024-04-10selftests/bpf: Enable tests for atomics with cpuv4Yonghong Song
2024-04-10selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIsYonghong Song
2024-04-10selftests/bpf: Refactor out helper functions for a few testsYonghong Song
2024-04-10bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song
2024-04-10libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAPYonghong Song
2024-04-10bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song
2024-04-10selftests: fib_rule_tests: Add VRF testsIdo Schimmel
2024-04-10hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile formatShradha Gupta
2024-04-10selftests: net: reuse common code in bpf_offloadJakub Kicinski
2024-04-10selftests: net: declare section names for bpf_offloadJakub Kicinski
2024-04-10selftests: net: bpf_offload: wait for mapsJakub Kicinski
2024-04-10selftests: move bpf-offload test from bpf to netJakub Kicinski
2024-04-10Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-04-10selftests: timers: Fix valid-adjtimex signed left-shift undefined behaviorJohn Stultz
2024-04-10tools/power turbostat: v2024.04.10Len Brown
2024-04-10tools/power/turbostat: Add support for Xe sysfs knobsZhang Rui
2024-04-10tools/power/turbostat: Add support for new i915 sysfs knobsZhang Rui
2024-04-10tools/power/turbostat: Introduce BIC_SAM_mc6/BIC_SAMMHz/BIC_SAMACTMHzZhang Rui
2024-04-09tools/power/turbostat: Fix uncore frequency file stringJustin Ernst
2024-04-09tools/power/turbostat: Unify graphics sysfs snapshotsZhang Rui
2024-04-09tools/power/turbostat: Cache graphics sysfs pathZhang Rui
2024-04-09tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICXZhang Rui
2024-04-09tools/power turbostat: Add selftestsPatryk Wlazlyn
2024-04-09tools/power turbostat: read RAPL counters via perfPatryk Wlazlyn
2024-04-09selftests/bpf: Add tests for atomics in bpf_arena.Alexei Starovoitov
2024-04-09selftests/timers/posix_timers: Reimplement check_timer_distribution()Oleg Nesterov
2024-04-08selftests/bpf: eliminate warning of get_cgroup_id_from_path()Jason Xing
2024-04-08KVM: selftests: fix supported_flags for riscvAndrew Jones
2024-04-08KVM: selftests: fix max_guest_memory_test with more that 256 vCPUsMaxim Levitsky
2024-04-08KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs testSean Christopherson
2024-04-08Merge tag 'fixes-2024-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang
2024-04-08selftests: mptcp: netlink: drop disable=SC2086Geliang Tang