summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-08RISC-V: KVM: selftests: Add ebreak test supportChao Du
2024-04-06libbpf: Add ring__consume_n / ring_buffer__consume_nAndrea Righi
2024-04-06libbpf: ringbuf: Allow to consume up to a certain amount of itemsAndrea Righi
2024-04-06libbpf: Start v1.5 development cycleAndrea Righi
2024-04-05ynl: support binary and integer sub-type for indexed-arrayHangbin Liu
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu
2024-04-05tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operationRahul Rameshbabu
2024-04-05Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds
2024-04-05selftests/mm: include strings.h for ffslEdward Liaw
2024-04-05selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALLDavid Vernet
2024-04-05selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.Kui-Feng Lee
2024-04-05selftests/bpf: add test for bpf_for_each_map_elem() with different mapsPhilo Lu
2024-04-05perf script: Add capstone support for '-F +brstackdisasm'Andi Kleen
2024-04-05perf script: Support 32bit code under 64bit OS with capstoneAndi Kleen
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04bpf: Pack struct bpf_fib_lookupAnton Protopopov
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04perf stat: Do not fail on metrics on s390 z/VM systemsThomas Richter
2024-04-04perf report: Fix PAI counter names for s390 virtual machinesThomas Richter
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04tools: ynl: copy netlink error to NlErrorJakub Kicinski
2024-04-04selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWNShengyu Li
2024-04-04selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu
2024-04-04rcutorture: Disable tracing to permit Tasks Rude RCU testingPaul E. McKenney
2024-04-04scftorture: Increase memory provided to guest OSPaul E. McKenney
2024-04-04memblock tests: fix undefined reference to `panic'Wei Yang
2024-04-04memblock tests: fix undefined reference to `early_pfn_to_nid'Wei Yang
2024-04-03tools: ynl: ethtool.py: Make tool invokable from any CWDRahul Rameshbabu
2024-04-03perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...Arnaldo Carvalho de Melo
2024-04-03perf build: Add LIBTRACEEVENT_DIR build optionYang Jihong
2024-04-03selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...Tianchen Ding
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-03perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver...Yang Jihong
2024-04-03perf annotate: Add symbol name when using capstoneNamhyung Kim
2024-04-03perf annotate: Use libcapstone to disassembleNamhyung Kim
2024-04-03perf annotate: Split out util/disasm.cNamhyung Kim
2024-04-03perf annotate: Add and use ins__is_nop()Namhyung Kim
2024-04-03perf annotate: Use ins__is_xxx() if possibleNamhyung Kim
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong
2024-04-03perf annotate: Honor output options with --data-typeNamhyung Kim
2024-04-03perf annotate: Get rid of duplicate --group option itemNamhyung Kim
2024-04-03selftests/xsk: Add new test case for AF_XDP under max ring sizesTushar Vyavahare
2024-04-03selftests/xsk: Test AF_XDP functionality under minimal ring configurationsTushar Vyavahare
2024-04-03selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...Tushar Vyavahare
2024-04-03selftests/bpf: Implement set_hw_ring_size function to configure interface rin...Tushar Vyavahare
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare
2024-04-03selftests/xsk: Make batch size variableTushar Vyavahare