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-08
KVM: selftests: Make __vm_get_page_table_entry() static
Yosry Ahmed
-4
/
+2
2026-01-08
KVM: selftests: Fix sign extension bug in get_desc64_base()
MJ Pooladkhay
-2
/
+4
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-69
/
+534
2026-01-08
KVM: selftests: Test TPR / CR8 sync and interrupt masking
Maciej S. Szmigiero
-0
/
+280
2026-01-08
Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-12
/
+197
2026-01-08
tools: ynl: don't install tests
Jakub Kicinski
-1
/
+0
2026-01-08
Merge tag 'hid-for-linus-2026010801' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-13
/
+64
2026-01-07
thermal: intel: selftests: workload_hint: Support slow workload hints
Srinivas Pandruvada
-22
/
+52
2026-01-07
Merge tag 'linux-cpupower-6.20-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
-7
/
+6
2026-01-07
kunit: tool: test: Don't rely on implicit working directory change
Thomas Weißschuh
-2
/
+3
2026-01-07
kunit: tool: test: Rename test_data_path() to _test_data_path()
Thomas Weißschuh
-28
/
+28
2026-01-07
rtla: Fix parse_cpu_set() return value documentation
Wander Lairson Costa
-1
/
+1
2026-01-07
rtla: Ensure null termination after read operations in utils.c
Wander Lairson Costa
-0
/
+3
2026-01-07
rtla: Make stop_tracing variable volatile
Wander Lairson Costa
-2
/
+2
2026-01-07
rtla: Add generated output files to gitignore
Wander Lairson Costa
-0
/
+4
2026-01-07
rtla: Fix NULL pointer dereference in actions_parse
Wander Lairson Costa
-0
/
+2
2026-01-07
rtla: Remove unused headers
Wander Lairson Costa
-4
/
+0
2026-01-07
rtla: Remove redundant memset after calloc
Wander Lairson Costa
-2
/
+0
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
[prev]
[next]