summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-02-16net/sched: Retire CBQ qdiscJamal Hadi Salim
2023-02-15selftests: forwarding: tc_actions: cleanup temporary files when test is abortedDavide Caratti
2023-02-15bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-02-15selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov
2023-02-15selftest/bpf/benchs: Print less if the quiet option is setAnton Protopopov
2023-02-15selftest/bpf/benchs: Make quiet option commonAnton Protopopov
2023-02-15selftest/bpf/benchs: Remove an unused headerAnton Protopopov
2023-02-15selftest/bpf/benchs: Enhance argp parsingAnton Protopopov
2023-02-15selftest/bpf/benchs: Make a function static in bpf_hashmap_full_updateAnton Protopopov
2023-02-15selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_updateAnton Protopopov
2023-02-15selftests/bpf: Add test case for element reuse in htab mapHou Tao
2023-02-15selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZEROEduard Zingerman
2023-02-15selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEMEduard Zingerman
2023-02-15bpf: track immediate values written to stack by BPF_ST instructionEduard Zingerman
2023-02-15Merge branches 'pm-tools' and 'pm-docs'Rafael J. Wysocki
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-15selftests/bpf: Fix map_kptr test.Alexei Starovoitov
2023-02-15selftests/bpf: Cross-compile bpftoolBjörn Töpel
2023-02-15selftests/bpf: Fix build error for LoongArchTiezhu Yang
2023-02-15tools/lib/thermal: Fix include path for libnl3 in pkg-config file.Vibhav Pant
2023-02-15tools/lib/thermal: Fix thermal_sampling_exit()Vincent Guittot
2023-02-15Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-02-15perf record: Fix segfault with --overwrite and --max-sizeYang Jihong
2023-02-15selftests/powerpc: Fix incorrect kernel headers search pathMathieu Desnoyers
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams
2023-02-14cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang
2023-02-14cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang
2023-02-14cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang
2023-02-14selftests/user_events: add a note about user_events.h dependencyShuah Khan
2023-02-13selftests/bpf: Clean up dynptr prog_testsJoanne Koong
2023-02-13selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong
2023-02-13rtla: Add hwnoise toolDaniel Bristot de Oliveira
2023-02-13selftests/bpf: Add rbtree selftestsDave Marchevsky
2023-02-13bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.hDave Marchevsky
2023-02-13bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky
2023-02-13bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-02-13selftests/mount_setattr: fix to make run_tests failureShuah Khan
2023-02-13selftests/mount_setattr: fix redefine struct mount_attr build errorShuah Khan
2023-02-13selftests/sched: fix warn_unused_result build warnsShuah Khan
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-02-13selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich
2023-02-13selftests/ptp: Remove clean target from MakefileShuah Khan
2023-02-13selftests: use printf instead of echo -neGuillaume Tucker
2023-02-13selftests/ftrace: Fix bash specific "==" operatorMasami Hiramatsu (Google)
2023-02-13selftests: tpm2: remove redundant ord()Tzung-Bi Shih