summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-12-07perf top: Convert to the global annotation_optionsNamhyung Kim
2023-12-07perf report: Convert to the global annotation_optionsNamhyung Kim
2023-12-07perf annotate: Introduce global annotation_optionsNamhyung Kim
2023-12-07KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCSVitaly Kuznetsov
2023-12-07KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V supportVitaly Kuznetsov
2023-12-07selftests/hid: fix failing tablet button testsBenjamin Tissoires
2023-12-07selftests/hid: fix ruff linter complainsBenjamin Tissoires
2023-12-07selftests/hid: fix mypy complainsBenjamin Tissoires
2023-12-07selftests/hid: tablets: be stricter for some transitionsBenjamin Tissoires
2023-12-07selftests/hid: tablets: add a secondary barrel switch testBenjamin Tissoires
2023-12-07selftests/hid: tablets: convert the primary button testsBenjamin Tissoires
2023-12-07selftests/hid: tablets: add variants of states with buttonsBenjamin Tissoires
2023-12-07selftests/hid: tablets: define the elements of PenStateBenjamin Tissoires
2023-12-07selftests/hid: tablets: set initial data for tilt/twistBenjamin Tissoires
2023-12-07selftests/hid: tablets: do not set invert when the eraser is usedBenjamin Tissoires
2023-12-07selftests/hid: tablets: move move_to function to PenDigitizerBenjamin Tissoires
2023-12-07selftests/hid: tablets: move the transitions to PenStateBenjamin Tissoires
2023-12-07selftests/hid: tablets: remove unused classBenjamin Tissoires
2023-12-07selftests/hid: base: allow for multiple skip_if_uhdevBenjamin Tissoires
2023-12-07selftests/hid: vmtest.sh: allow finer control on the build stepsBenjamin Tissoires
2023-12-07selftests/hid: vmtest.sh: update vm2c and containerBenjamin Tissoires
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton
2023-12-06selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSNico Pache
2023-12-06mm/selftests: fix pagemap_ioctl memory map testPeter Xu
2023-12-06bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistencyAndrii Nakryiko
2023-12-06selftests/bpf: Add test for early update in prog_array_map_poke_runJiri Olsa
2023-12-06perf stat: Exit perf stat if parse groups failsIan Rogers
2023-12-06selftests/bpf: add BPF token-enabled testsAndrii Nakryiko
2023-12-06libbpf: add BPF token support to bpf_prog_load() APIAndrii Nakryiko
2023-12-06libbpf: add BPF token support to bpf_btf_load() APIAndrii Nakryiko
2023-12-06libbpf: add BPF token support to bpf_map_create() APIAndrii Nakryiko
2023-12-06libbpf: add bpf_token_create() APIAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko
2023-12-06bpf: add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2023-12-06bpf: introduce BPF token objectAndrii Nakryiko
2023-12-06perf thread: Add missing RC_CHK_EQUALIan Rogers
2023-12-06perf maps: Move symbol maps functions to maps.cIan Rogers
2023-12-06perf map: Simplify map_ip/unmap_ip and make 'struct map' smallerIan Rogers
2023-12-06perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...Ian Rogers
2023-12-06perf symbols: Parse NOTE segments until the build id is foundChengen Du
2023-12-06perf record: Be lazier in allocating lost samples bufferIan Rogers
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers
2023-12-05tools: ynl: move private definitions to a separate headerJakub Kicinski
2023-12-05tools: ynl: use strerror() if no extack of note providedJakub Kicinski
2023-12-05tools: pynl: make flags argument optional for do()Jakub Kicinski
2023-12-05selftests/bpf: validate precision logic in partial_stack_load_preserves_zerosAndrii Nakryiko
2023-12-05selftests/bpf: validate zero preservation for sub-slot loadsAndrii Nakryiko
2023-12-05selftests/bpf: validate STACK_ZERO is preserved on subreg spillAndrii Nakryiko
2023-12-05selftests/bpf: add stack access precision testAndrii Nakryiko