aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-21perf bpf: Remove redundant check that map is NULLYang Ruibin1-3/+0
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim2-59/+66
2024-08-21perf annotate-data: Prefer struct/union over base typeNamhyung Kim1-1/+19
2024-08-21perf annotate-data: Fix missing constant copyNamhyung Kim1-0/+1
2024-08-21selftests/ftrace: Fix test to handle both old and new kernelsSteven Rostedt (Google)1-1/+8
2024-08-21kselftest: timers: Fix const correctnessPiotr Zalewski1-2/+2
2024-08-20selftests: mptcp: join: validate fullmesh endp on 1st sfMatthieu Baerts (NGI0)1-0/+1
2024-08-20selftests: mptcp: join: test for flush/re-add endpointsMatthieu Baerts (NGI0)1-0/+30
2024-08-20selftests: mptcp: join: check re-using ID of closed subflowMatthieu Baerts (NGI0)1-5/+22
2024-08-20selftests: mptcp: join: check re-using ID of unused ADD_ADDRMatthieu Baerts (NGI0)1-5/+13
2024-08-20selftests: net/forwarding: spawn sh inside vrf to speed up ping loopJakub Kicinski3-12/+12
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers7-72/+75
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim1-6/+28
2024-08-20Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+13
2024-08-19lsm: add IPE lsmDeven Bowers1-0/+3
2024-08-19perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-08-19selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()Michal Luczaj1-25/+36
2024-08-19selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()Michal Luczaj1-1/+1
2024-08-19selftests/bpf: Honour the sotype of af_unix redir testsMichal Luczaj1-3/+3
2024-08-19selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()Michal Luczaj1-81/+2
2024-08-19selftests/bpf: Socket pair creation, cleanupsMichal Luczaj3-26/+13
2024-08-19selftests/bpf: Support more socket types in create_pair()Michal Luczaj2-61/+96
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