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
2026-01-07
rtla: Use standard exit codes for result enum
Wander Lairson Costa
-3
/
+4
2026-01-07
rtla: Replace atoi() with a robust strtoi()
Wander Lairson Costa
-8
/
+41
2026-01-07
rtla: Introduce for_each_action() helper
Wander Lairson Costa
-2
/
+9
2026-01-07
tools/rtla: Deduplicate cgroup path opening code
Costa Shulyupin
-33
/
+32
2026-01-07
tools/rtla: Consolidate -H/--house-keeping option parsing
Costa Shulyupin
-33
/
+11
2026-01-07
tools/rtla: Consolidate -P/--priority option parsing
Costa Shulyupin
-33
/
+11
2026-01-07
tools/rtla: Consolidate -e/--event option parsing
Costa Shulyupin
-52
/
+16
2026-01-07
tools/rtla: Consolidate -d/--duration option parsing
Costa Shulyupin
-29
/
+11
2026-01-07
tools/rtla: Consolidate -D/--debug option parsing
Costa Shulyupin
-21
/
+9
2026-01-07
tools/rtla: Consolidate -C/--cgroup option parsing
Costa Shulyupin
-25
/
+10
2026-01-07
tools/rtla: Consolidate -c/--cpus option parsing
Costa Shulyupin
-33
/
+11
2026-01-07
tools/rtla: Add common_parse_options()
Costa Shulyupin
-0
/
+48
2026-01-07
rtla/tests: Run Test::Harness in verbose mode
Tomas Glozar
-2
/
+1
2026-01-07
rtla/tests: Test BPF action program
Tomas Glozar
-2
/
+48
2026-01-07
rtla/timerlat: Add example for BPF action program
Tomas Glozar
-1
/
+24
2026-01-07
rtla/timerlat: Add --bpf-action option
Tomas Glozar
-2
/
+80
2026-01-07
rtla/timerlat: Support tail call from BPF program
Tomas Glozar
-4
/
+35
2026-01-07
tools/rtla: Add common_usage()
Costa Shulyupin
-64
/
+81
2026-01-07
rtla: Set stop threshold after all instances are enabled
Crystal Wood
-37
/
+38
2026-01-07
selftests/hid: add a test for the Digitizer/Button Type pressurepad
Peter Hutterer
-4
/
+35
2026-01-07
selftests/hid: use a enum class for the different button types
Peter Hutterer
-10
/
+14
2026-01-07
selftests/hid: require hidtools 0.12
Peter Hutterer
-0
/
+14
2026-01-07
selftests/hid: fix bpf compilations due to -fms-extensions
Benjamin Tissoires
-0
/
+2
2026-01-06
bpf: GCC requires function attributes before the declarator
Jose E. Marchesi
-1
/
+1
2026-01-06
bpf: adapt selftests to GCC 16 -Wunused-but-set-variable
Jose E. Marchesi
-0
/
+20
2026-01-06
selftests/bpf: Add cases to test BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-0
/
+360
2026-01-06
libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
Leon Hwang
-19
/
+36
2026-01-06
bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flags
Leon Hwang
-0
/
+2
2026-01-06
selftests: netdevsim: add carrier state consistency test
Yohei Kojima
-0
/
+59
2026-01-06
selftests: drv-net: Bring back tool() to driver __init__s
Gal Pressman
-4
/
+4
2026-01-06
selftests/bpf: add tests for arena kfuncs under lock
Emil Tsalapatis
-0
/
+38
2026-01-06
selftests/net: packetdrill: add minimal client and server tests
Willem de Bruijn
-0
/
+59
2026-01-06
selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the start
Jakub Kicinski
-6
/
+38
2026-01-06
ipv6: preserve insertion order for same-scope addresses
Yumei Huang
-1
/
+1
2026-01-06
perf parse-events: Fix evsel allocation failure
Faisal Bukhari
-2
/
+5
2026-01-06
perf data: Fix coding style
Derek Foreman
-9
/
+6
2026-01-06
perf data: Allow filtering conversion by time range
Derek Foreman
-0
/
+96
2026-01-06
perf build: Skip nondistro build test if libbfd is old
James Clark
-0
/
+5
2026-01-06
perf build: Feature test for libbfd thread safety API
James Clark
-0
/
+28
2026-01-06
perf build: Remove unused libbfd-buildid feature test
James Clark
-20
/
+0
2026-01-06
perf build: Do all non-distro feature checks in one go
James Clark
-20
/
+12
2026-01-06
perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...
Roberto Sassu
-9
/
+3
2026-01-06
perf test java symbol: Additional libperf-jvmti.so path check
Ian Rogers
-0
/
+4
2026-01-06
perf test: Fix test case perf evlist tests for s390x
Thomas Richter
-2
/
+3
2026-01-06
docs: find-unused-docs.sh: fixup directory usage
Randy Dunlap
-1
/
+1
2026-01-06
selftests/bpf: Update xdp_context_test_run test to check maximum metadata size
Toke Høiland-Jørgensen
-3
/
+11
2026-01-06
perf pmu: Relax uncore wildcard matching to allow numeric suffix
Zide Chen
-6
/
+8
2026-01-06
selftests/nolibc: always build sparc32 tests with -mcpu=v8
Thomas Weißschuh
-1
/
+1
2026-01-06
tools/nolibc: align sys_vfork() with sys_fork()
Thomas Weißschuh
-13
/
+13
2026-01-06
selftests/nolibc: drop NOLIBC_SYSROOT=0 logic
Thomas Weißschuh
-6
/
+0
[prev]
[next]