summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-19selftest/bpf: Adapt inline asm operand constraint for GCC supportCupertino Miranda2-4/+4
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda1-0/+1
2024-08-19perf test: Add cgroup sampling testNamhyung Kim1-0/+23
2024-08-19perf record: Fix sample cgroup & namespace trackingNamhyung Kim1-6/+3
2024-08-19perf inject: Combine mmap and mmap2 handlingIan Rogers1-62/+56
2024-08-19perf inject: Combine different mmap and mmap2 functionsIan Rogers1-123/+76
2024-08-19perf inject: Combine build_ids and build_id_all into enumIan Rogers1-20/+31
2024-08-19perf test: Expand pipe/inject testIan Rogers1-22/+79
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers2-2/+2
2024-08-19perf dso: Constify dso_idIan Rogers7-14/+16
2024-08-19perf jit: Constify filename argumentIan Rogers2-4/+5
2024-08-19perf map: API clean upIan Rogers4-22/+19
2024-08-19perf synthetic-events: Avoid unnecessary memsetIan Rogers1-1/+1
2024-08-19perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang1-0/+1
2024-08-19selftests: netfilter: nft_queue.sh: sctp coverageAntonio Ojea2-1/+86
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim1-17/+30
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim1-17/+27
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim1-10/+51
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim1-9/+14
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim1-59/+58
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim1-15/+26
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim1-11/+25
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim2-2/+2
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim1-0/+3
2024-08-19selftests: add F_CREATED_QUERY testsChristian Brauner1-0/+39
2024-08-19selftests: udpgro: no need to load xdp for groHangbin Liu1-8/+1
2024-08-19selftests: udpgro: report error when receive failedHangbin Liu1-17/+27
2024-08-19Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai35-439/+1050
2024-08-19selftests: kvm: s390: Add debug print functionsChristoph Schlameuss1-0/+69
2024-08-19selftests: kvm: s390: Add test fixture and simple VM setup testsChristoph Schlameuss1-0/+131
2024-08-19selftests: kvm: s390: Add s390x ucontrol test suite with hpage testChristoph Schlameuss4-0/+80
2024-08-19selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace testsChristoph Schlameuss2-2/+242
2024-08-19selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss5-14/+17
2024-08-19Merge 6.11-rc4 into char-misc-nextGreg Kroah-Hartman35-439/+1050
2024-08-18objtool/rust: list `noreturn` Rust functionsMiguel Ojeda2-1/+53
2024-08-18selftests: ALSA: Cover userspace-driven timers with testIvan Orlov3-2/+253
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds3-2/+8
2024-08-16tc-testing: don't access non-existent variable on exceptionSimon Horman1-1/+0
2024-08-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo34-452/+1084
2024-08-16perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-08-16Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+4
2024-08-16selftests: fib_rule_tests: Test TOS matching with input routesIdo Schimmel1-3/+28
2024-08-16selftests: fib_rule_tests: Add negative connect testsIdo Schimmel1-0/+20
2024-08-16selftests: fib_rule_tests: Add negative match testsIdo Schimmel1-18/+69
2024-08-16selftests: fib_rule_tests: Clarify test resultsIdo Schimmel1-9/+18
2024-08-16selftests: fib_rule_tests: Remove unused functionsIdo Schimmel1-16/+0
2024-08-16tools/nolibc: x86_64: use local label in memcpy/memmoveThomas Weißschuh1-2/+2
2024-08-16tools/nolibc: stackprotector: mark implicitly used symbols as usedThomas Weißschuh1-2/+2
2024-08-16tools/nolibc: crt: mark _start_c() as usedThomas Weißschuh1-1/+1