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
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callback
Jason Xing
-0
/
+4
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callback
Jason Xing
-0
/
+5
2025-02-20
bpf: Add networking timestamping support to bpf_get/setsockopt()
Jason Xing
-0
/
+7
2025-02-20
tools/nolibc: add support for 32-bit s390
Thomas Weißschuh
-2
/
+16
2025-02-20
selftests/nolibc: rename s390 to s390x
Thomas Weißschuh
-6
/
+8
2025-02-20
selftests/nolibc: only run constructor tests on nolibc
Thomas Weißschuh
-2
/
+2
2025-02-20
selftests/tracing: Allow some more tests to run in instances
Steven Rostedt
-0
/
+4
2025-02-20
selftests/ftrace: Clean up triggers after setting them
Steven Rostedt
-0
/
+4
2025-02-20
selftests/tracing: Test only toplevel README file not the instances
Steven Rostedt
-1
/
+7
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-128
/
+280
2025-02-20
Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-19
/
+104
2025-02-20
cpupower: monitor: Exit with error status if execvp() fail
Yiwei Lin
-1
/
+5
2025-02-20
tools/memory-model: Define effect of Mb tags on RMWs in tools/...
Jonas Oberhauser
-0
/
+10
2025-02-20
tools/memory-model: Define applicable tags on operation in tools/...
Jonas Oberhauser
-0
/
+11
2025-02-20
tools/memory-model: Legitimize current use of tags in LKMM macros
Jonas Oberhauser
-4
/
+5
2025-02-20
tools/memory-model: Add atomic_andnot() with its variants
Puranjay Mohan
-0
/
+6
2025-02-20
tools/memory-model: Add atomic_and()/or()/xor() and add_negative
Puranjay Mohan
-0
/
+21
2025-02-20
selftests/nsfs: add ioctl validation tests
Christian Brauner
-0
/
+14
2025-02-20
tools/power turbostat: Add idle governor statistics reporting
Artem Bityutskiy
-8
/
+44
2025-02-19
selftests: drv-net: add a simple TSO test
Jakub Kicinski
-0
/
+242
2025-02-19
selftests: drv-net: store addresses in dict indexed by ipver
Jakub Kicinski
-63
/
+50
2025-02-19
selftests: drv-net: get detailed interface info
Jakub Kicinski
-2
/
+2
2025-02-19
selftests: drv-net: resolve remote interface name
Jakub Kicinski
-0
/
+15
2025-02-19
selftests: net: Fix minor typos in MPTCP and psock tests
Suchit
-2
/
+2
2025-02-19
selftests/bpf: Add a specific dst port matching
Cong Wang
-1
/
+6
2025-02-19
selftests/net/forwarding: Add a test case for tc-flower of mixed port and por...
Cong Wang
-0
/
+46
2025-02-19
selftests: fib_rule_tests: Add port mask match tests
Ido Schimmel
-0
/
+20
2025-02-19
selftests: fib_rule_tests: Add port range match tests
Ido Schimmel
-0
/
+16
2025-02-19
selftests/bpf: Add tests for bpf_copy_from_user_task_str
Jordan Rome
-2
/
+188
2025-02-19
selftests/bpf: Enable kprobe_multi tests for ARM64
Alexis Lothoré (eBPF Foundation)
-9
/
+0
2025-02-19
libbpf: Wrap libbpf API direct err with libbpf_err
Tao Chen
-13
/
+13
2025-02-19
perf tools: Improve startup time by reducing unnecessary stat() calls
Krzysztof Łopatowski
-6
/
+12
2025-02-19
perf report: Fix input reload/switch with symbol sort key
Dmitry Vyukov
-14
/
+16
2025-02-19
perf report: Support switching data w/ and w/o callchains
Namhyung Kim
-0
/
+5
2025-02-19
perf report: Switch data file correctly in TUI
Namhyung Kim
-1
/
+1
2025-02-19
perf tools: Fix up some comments and code to properly use the event_source bus
Greg Kroah-Hartman
-12
/
+12
2025-02-19
perf list: Also append PMU name in verbose mode
James Clark
-5
/
+4
2025-02-19
perf vendor events arm64: Fix incorrect CPU_CYCLE in metrics expr
Yangyu Chen
-6
/
+6
2025-02-19
pm: cpupower: bench: Prevent NULL dereference on malloc failure
Zhongqiu Han
-0
/
+4
2025-02-19
selftests/bpf: Add rto max for bpf_setsockopt test
Jason Xing
-0
/
+2
2025-02-19
selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ feature
Bastien Curutchet (eBPF Foundation)
-29
/
+16
2025-02-19
selftests/bpf: tc_links/tc_opts: Unserialize tests
Bastien Curutchet (eBPF Foundation)
-34
/
+34
2025-02-19
selftests/bpf: Optionally open a dedicated namespace to run test in it
Bastien Curutchet (eBPF Foundation)
-0
/
+12
2025-02-19
selftests/bpf: ns_current_pid_tgid: Rename the test function
Bastien Curutchet (eBPF Foundation)
-1
/
+1
2025-02-19
selftests/ovl: add third selftest for "override_creds"
Christian Brauner
-0
/
+108
2025-02-19
selftests/ovl: add second selftest for "override_creds"
Christian Brauner
-11
/
+138
2025-02-19
selftests/filesystems: add utils.{c,h}
Christian Brauner
-2
/
+527
2025-02-19
selftests/ovl: add first selftest for "override_creds"
Christian Brauner
-0
/
+101
2025-02-18
selftests/bpf: check states pruning for deeply nested iterator
Eduard Zingerman
-0
/
+23
2025-02-18
selftests/bpf: test correct loop_entry update in copy_verifier_state
Eduard Zingerman
-0
/
+116
[prev]
[next]