index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-04-05
perf script: Support 32bit code under 64bit OS with capstone
Andi Kleen
-10
/
+28
2024-04-04
selftests/bpf: add fp-leaking precise subprog result tests
Andrii Nakryiko
-0
/
+107
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-83
/
+793
2024-04-04
bpf: Pack struct bpf_fib_lookup
Anton Protopopov
-1
/
+1
2024-04-04
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
-16
/
+92
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-77
/
+733
2024-04-04
perf stat: Do not fail on metrics on s390 z/VM systems
Thomas Richter
-14
/
+14
2024-04-04
perf report: Fix PAI counter names for s390 virtual machines
Thomas Richter
-1
/
+1
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+2
2024-04-04
tools: ynl: copy netlink error to NlError
Jakub Kicinski
-1
/
+2
2024-04-04
selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
Shengyu Li
-1
/
+4
2024-04-04
selftests/ftrace: Limit length in subsystem-enable tests
Yuanhe Shu
-3
/
+3
2024-04-04
rcutorture: Disable tracing to permit Tasks Rude RCU testing
Paul E. McKenney
-1
/
+1
2024-04-04
scftorture: Increase memory provided to guest OS
Paul E. McKenney
-1
/
+1
2024-04-04
memblock tests: fix undefined reference to `panic'
Wei Yang
-0
/
+20
2024-04-04
memblock tests: fix undefined reference to `early_pfn_to_nid'
Wei Yang
-0
/
+5
2024-04-03
tools: ynl: ethtool.py: Make tool invokable from any CWD
Rahul Rameshbabu
-2
/
+6
2024-04-03
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
-1
/
+3
2024-04-03
perf build: Add LIBTRACEEVENT_DIR build option
Yang Jihong
-4
/
+16
2024-04-03
selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...
Tianchen Ding
-13
/
+20
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-3
/
+53
2024-04-03
perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver...
Yang Jihong
-0
/
+8
2024-04-03
perf annotate: Add symbol name when using capstone
Namhyung Kim
-3
/
+71
2024-04-03
perf annotate: Use libcapstone to disassemble
Namhyung Kim
-0
/
+160
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
-1657
/
+1709
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
-1
/
+7
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
-4
/
+4
2024-04-03
perf evsel: Use evsel__name_is() helper
Yang Jihong
-33
/
+22
2024-04-03
perf sched timehist: Fix -g/--call-graph option failure
Yang Jihong
-2
/
+5
2024-04-03
perf annotate: Honor output options with --data-type
Namhyung Kim
-6
/
+38
2024-04-03
perf annotate: Get rid of duplicate --group option item
Namhyung Kim
-2
/
+0
2024-04-03
selftests/xsk: Add new test case for AF_XDP under max ring sizes
Tushar Vyavahare
-0
/
+25
2024-04-03
selftests/xsk: Test AF_XDP functionality under minimal ring configurations
Tushar Vyavahare
-0
/
+21
2024-04-03
selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...
Tushar Vyavahare
-2
/
+66
2024-04-03
selftests/bpf: Implement set_hw_ring_size function to configure interface rin...
Tushar Vyavahare
-0
/
+25
2024-04-03
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
-15
/
+28
2024-04-03
selftests/xsk: Make batch size variable
Tushar Vyavahare
-10
/
+13
2024-04-03
tools: Add ethtool.h header to tooling infra
Tushar Vyavahare
-31
/
+2198
2024-04-02
bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.
Puranjay Mohan
-2
/
+0
2024-04-02
tools: ynl: add ynl_dump_empty() helper
Jakub Kicinski
-0
/
+14
2024-04-02
selftests/bpf: Add pid limit for mptcpify prog
Geliang Tang
-0
/
+6
2024-04-02
tools/power turbostat: Add proper re-initialization for perf file descriptors
Patryk Wlazlyn
-0
/
+26
2024-04-02
tools/power turbostat: Clear added counters when in no-msr mode
Patryk Wlazlyn
-1
/
+46
2024-04-02
tools/power turbostat: add early exits for permission checks
Patryk Wlazlyn
-5
/
+61
2024-04-02
tools/power turbostat: detect and disable unavailable BICs at runtime
Patryk Wlazlyn
-63
/
+125
2024-04-02
tools/power turbostat: Add reading aperf and mperf via perf API
Patryk Wlazlyn
-73
/
+301
2024-04-02
tools/power turbostat: Add --no-perf option
Patryk Wlazlyn
-3
/
+24
2024-04-02
tools/power turbostat: Add --no-msr option
Patryk Wlazlyn
-56
/
+151
2024-04-02
tools/power turbostat: enhance -D (debug counter dump) output
Len Brown
-5
/
+11
2024-04-02
tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency read
Len Brown
-1
/
+2
[prev]
[next]