index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-18
selftests: nci: Add the flags parameter for the send_cmd_mt_nla
Bongsu Jeon
1
-8
/
+8
2021-08-18
selftests: nci: Fix the wrong condition
Bongsu Jeon
1
-1
/
+1
2021-08-18
selftests: nci: Fix the code for next nlattr offset
Bongsu Jeon
1
-2
/
+2
2021-08-18
selftests: nci: Fix the typo
Bongsu Jeon
1
-12
/
+12
2021-08-18
selftests: nci: Remove the polling code to read a NCI frame
Bongsu Jeon
1
-22
/
+11
2021-08-18
selftests: mptcp: delete uncontinuous removing ids
Geliang Tang
1
-4
/
+6
2021-08-18
selftests: mptcp: add fullmesh testcases
Geliang Tang
1
-2
/
+62
2021-08-18
selftests: mptcp: set and print the fullmesh flag
Geliang Tang
1
-1
/
+15
2021-08-18
Merge branch 'lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/debug
Ingo Molnar
1
-16
/
+135
2021-08-18
selftests/powerpc: Remove duplicated include from tm-poison.c
Zheng Yongjun
1
-1
/
+0
2021-08-17
selftests/bpf: Fix flaky send_signal test
Yonghong Song
1
-0
/
+16
2021-08-17
selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.c
Yonghong Song
1
-25
/
+20
2021-08-17
selftests/bpf: Support glob matching for test selector.
Yucong Sun
1
-16
/
+62
2021-08-17
selftests/bpf: Also print test name in subtest status message
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Correctly display subtest skip status
Yucong Sun
1
-12
/
+13
2021-08-17
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps
Yucong Sun
1
-1
/
+6
2021-08-17
selftests: net: improved IOAM tests
Justin Iurman
2
-394
/
+1067
2021-08-16
selftests/bpf: Add exponential backoff to map_update_retriable in test_maps
Yucong Sun
1
-1
/
+8
2021-08-16
selftest/bpf: Add new tests in sockmap for unix stream to tcp.
Jiang Wang
1
-4
/
+12
2021-08-16
selftest/bpf: Change udp to inet in some function names
Jiang Wang
1
-13
/
+17
2021-08-16
selftest/bpf: Add tests for sockmap with unix stream type.
Jiang Wang
1
-0
/
+2
2021-08-16
selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIs
Hengqi Chen
1
-0
/
+34
2021-08-17
selftests/bpf: Add ref_ctr_offset selftests
Andrii Nakryiko
3
-11
/
+50
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2
-4
/
+17
2021-08-17
selftests/bpf: Add bpf_cookie selftests for high-level APIs
Andrii Nakryiko
2
-0
/
+339
2021-08-17
selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}
Andrii Nakryiko
3
-60
/
+70
2021-08-17
selftests/bpf: Test low-level perf BPF link API
Andrii Nakryiko
2
-0
/
+105
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
3
-25
/
+127
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
3
-18
/
+54
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
1
-21
/
+90
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
1
-4
/
+5
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
1
-5
/
+5
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
1
-0
/
+16
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-0
/
+7
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
1
-0
/
+2
2021-08-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
3
-1
/
+60
2021-08-16
bootconfig/tracing/ktest: Update ktest example for boot-time tracing
Masami Hiramatsu
2
-6
/
+16
2021-08-16
tools/bootconfig: Use per-group/all enable option in ftrace2bconf script
Masami Hiramatsu
1
-6
/
+18
2021-08-16
tools/bootconfig: Add histogram syntax support to bconf2ftrace.sh
Masami Hiramatsu
2
-2
/
+90
2021-08-16
tools/bootconfig: Support per-group/all event enabling option
Masami Hiramatsu
1
-0
/
+13
2021-08-15
selftest/bpf: Extend the bpf_snprintf() test for "%c".
Kuniyuki Iwashima
2
-4
/
+6
2021-08-15
selftest/bpf: Implement sample UNIX domain socket iterator program.
Kuniyuki Iwashima
4
-0
/
+108
2021-08-14
Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-1
/
+1
2021-08-15
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
1
-0
/
+1
2021-08-14
tools/thermal/tmon: Add cross compiling support
Rolf Eike Beer
1
-1
/
+1
2021-08-14
thermal/tools/tmon: Improve the Makefile
Rolf Eike Beer
1
-6
/
+2
2021-08-14
selftests: mptcp: add testcase for active-back
Paolo Abeni
1
-31
/
+187
2021-08-13
selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
1
-0
/
+16
2021-08-13
Merge tag 'linux-kselftest-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-20
/
+21
[prev]
[next]