index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check
Andrii Nakryiko
1
-3
/
+3
2024-02-06
selftests/bpf: Add tests for RCU lock transfer between subprogs
Kumar Kartikeya Dwivedi
2
-0
/
+126
2024-02-06
selftests/bpf: Add test for static subprog call in lock cs
Kumar Kartikeya Dwivedi
3
-0
/
+111
2024-02-06
bpf: Allow calling static subprogs while holding a bpf_spin_lock
Kumar Kartikeya Dwivedi
1
-1
/
+1
2024-02-05
selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
Yonghong Song
3
-2
/
+2
2024-02-05
selftests/bpf: Suppress warning message of an unused variable.
Kui-Feng Lee
3
-7
/
+4
2024-02-05
selftests/bpf: Fix flaky test ptr_untrusted
Yonghong Song
1
-3
/
+3
2024-02-05
netdevsim: add Makefile for selftests
David Wei
1
-0
/
+17
2024-02-05
selftests: net: let big_tcp test cope with slow env
Paolo Abeni
1
-1
/
+3
2024-02-05
selftests/powerpc/papr_vpd: Check devfd before get_system_loc_code()
R Nageswara Sastry
1
-2
/
+2
2024-02-05
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
1
-2
/
+9
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
77
-619
/
+1067
2024-02-04
selftests: netdevsim: stop using ifconfig
Jakub Kicinski
1
-20
/
+20
2024-02-03
Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...
Linus Torvalds
31
-383
/
+588
2024-02-03
tools: ynl: auto-gen for all genetlink families
Jakub Kicinski
1
-1
/
+4
2024-02-03
tools: ynl: generate code for ovs families
Jakub Kicinski
3
-1
/
+62
2024-02-03
tools: ynl: include dpll and mptcp_pm in C codegen
Jakub Kicinski
2
-1
/
+3
2024-02-03
selftests: net: avoid just another constant wait
Paolo Abeni
1
-5
/
+13
2024-02-03
selftests: net: fix tcp listener handling in pmtu.sh
Paolo Abeni
1
-1
/
+4
2024-02-03
selftests: net: fix setup_ns usage in rtnetlink.sh
Paolo Abeni
1
-4
/
+2
2024-02-03
selftests: net: cut more slack for gro fwd tests.
Paolo Abeni
2
-3
/
+13
2024-02-03
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
1
-3
/
+29
2024-02-03
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
2
-3
/
+9
2024-02-03
perf bpf: Clean up the generated/copied vmlinux.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-02-03
selftests/bpf: trace_helpers.c: do not use poisoned type
Shung-Hsi Yu
1
-1
/
+1
2024-02-03
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
1
-0
/
+154
2024-02-03
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
1
-0
/
+111
2024-02-03
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
1
-7
/
+19
2024-02-03
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
1
-0
/
+27
2024-02-03
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
1
-3
/
+3
2024-02-03
perf jevents: Drop or simplify small integer values
Ian Rogers
2
-14
/
+31
2024-02-03
perf parse-events: Print all errors
Ian Rogers
6
-58
/
+67
2024-02-03
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
1
-4
/
+5
2024-02-03
perf tsc: Add missing newlines to debug statements
Ian Rogers
1
-2
/
+2
2024-02-02
selftests: openvswitch: Test ICMP related matches work with SNAT
Brad Cowie
1
-0
/
+62
2024-02-02
selftests/landlock: Fix capability for net_test
Mickaël Salaün
2
-9
/
+44
2024-02-02
perf Documentation: Add some more hints to tips.txt
Andi Kleen
1
-5
/
+26
2024-02-02
perf test: Simplify metric value validation test final report
Weilin Wang
2
-108
/
+127
2024-02-02
perf report: Prevent segfault with --no-parent
Andi Kleen
1
-1
/
+1
2024-02-02
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-02
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
6
-115
/
+120
2024-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
41
-212
/
+382
2024-02-02
selftests/bpf: Fix bench runner SIGSEGV
Andrii Nakryiko
1
-2
/
+10
2024-02-02
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
3
-3
/
+7
2024-02-02
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
2
-1
/
+7
2024-02-02
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
1
-1
/
+1
2024-02-02
libbpf: Call memfd_create() syscall directly
Andrii Nakryiko
1
-1
/
+10
2024-02-01
Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
26
-123
/
+232
2024-02-01
Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2024-02-01
selftests/seccomp: user_notification_addfd check nextfd is available
Terry Tritton
1
-5
/
+19
[prev]
[next]