summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers-72/+75
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim-6/+28
2024-08-20Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+13
2024-08-19lsm: add IPE lsmDeven Bowers-0/+3
2024-08-19perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo-4/+4
2024-08-19selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()Michal Luczaj-25/+36
2024-08-19selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()Michal Luczaj-1/+1
2024-08-19selftests/bpf: Honour the sotype of af_unix redir testsMichal Luczaj-3/+3
2024-08-19selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()Michal Luczaj-81/+2
2024-08-19selftests/bpf: Socket pair creation, cleanupsMichal Luczaj-26/+13
2024-08-19selftests/bpf: Support more socket types in create_pair()Michal Luczaj-61/+96
2024-08-19selftest/bpf: Adapt inline asm operand constraint for GCC supportCupertino Miranda-4/+4
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda-0/+1
2024-08-19perf test: Add cgroup sampling testNamhyung Kim-0/+23
2024-08-19perf record: Fix sample cgroup & namespace trackingNamhyung Kim-6/+3
2024-08-19perf inject: Combine mmap and mmap2 handlingIan Rogers-62/+56
2024-08-19perf inject: Combine different mmap and mmap2 functionsIan Rogers-123/+76
2024-08-19perf inject: Combine build_ids and build_id_all into enumIan Rogers-20/+31
2024-08-19perf test: Expand pipe/inject testIan Rogers-22/+79
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers-2/+2
2024-08-19perf dso: Constify dso_idIan Rogers-14/+16
2024-08-19perf jit: Constify filename argumentIan Rogers-4/+5
2024-08-19perf map: API clean upIan Rogers-22/+19
2024-08-19perf synthetic-events: Avoid unnecessary memsetIan Rogers-1/+1
2024-08-19perf python: Fix the build on 32-bit arm by including missing "util/sample.h"Xu Yang-0/+1
2024-08-19selftests: netfilter: nft_queue.sh: sctp coverageAntonio Ojea-1/+86
2024-08-19perf annotate-data: Update type stat at the end of find_data_type_die()Namhyung Kim-17/+30
2024-08-19perf annotate-data: Check variables in every scopeNamhyung Kim-17/+27
2024-08-19perf annotate-data: Add is_better_type() helperNamhyung Kim-10/+51
2024-08-19perf annotate-data: Add is_pointer_type() helperNamhyung Kim-9/+14
2024-08-19perf annotate-data: Change return type of find_data_type_block()Namhyung Kim-59/+58
2024-08-19perf annotate-data: Add variable_state_str()Namhyung Kim-15/+26
2024-08-19perf annotate-data: Add 'enum type_match_result'Namhyung Kim-11/+25
2024-08-19perf annotate-data: Fix off-by-one in location range checkNamhyung Kim-2/+2
2024-08-19perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim-0/+3
2024-08-19selftests: add F_CREATED_QUERY testsChristian Brauner-0/+39
2024-08-19selftests: udpgro: no need to load xdp for groHangbin Liu-8/+1
2024-08-19selftests: udpgro: report error when receive failedHangbin Liu-17/+27
2024-08-19Merge branch 'topic/seq-filter-cleanup' into for-nextTakashi Iwai-439/+1050
2024-08-19selftests: kvm: s390: Add debug print functionsChristoph Schlameuss-0/+69
2024-08-19selftests: kvm: s390: Add test fixture and simple VM setup testsChristoph Schlameuss-0/+131
2024-08-19selftests: kvm: s390: Add s390x ucontrol test suite with hpage testChristoph Schlameuss-0/+80
2024-08-19selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace testsChristoph Schlameuss-2/+242
2024-08-19selftests: kvm: s390: Define page sizes in shared headerChristoph Schlameuss-14/+17
2024-08-19Merge 6.11-rc4 into char-misc-nextGreg Kroah-Hartman-439/+1050
2024-08-18objtool/rust: list `noreturn` Rust functionsMiguel Ojeda-1/+53
2024-08-18selftests: ALSA: Cover userspace-driven timers with testIvan Orlov-2/+253
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds-2/+8
2024-08-16tc-testing: don't access non-existent variable on exceptionSimon Horman-1/+0
2024-08-16Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-452/+1084