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
2020-09-28
selftests: bpf: Remove shared header from sockmap iter test
Lorenz Bauer
3
-24
/
+20
2020-09-28
selftests: bpf: Add helper to compare socket cookies
Lorenz Bauer
1
-14
/
+36
2020-09-28
selftests/bpf: Add raw_tp_test_run
Song Liu
2
-0
/
+120
2020-09-28
libbpf: Support test run of raw tracepoint programs
Song Liu
4
-0
/
+63
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
1
-0
/
+7
2020-09-28
selftests: net: add a test for static UDP tunnel ports
Jakub Kicinski
1
-0
/
+58
2020-09-28
selftests: net: add a test for shared UDP tunnel info tables
Jakub Kicinski
1
-0
/
+109
2020-09-28
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
12
-11
/
+106
2020-09-28
perf test: Fix msan uninitialized use.
Ian Rogers
1
-1
/
+1
2020-09-28
perf parse-events: Reduce casts around bp_addr
Ian Rogers
3
-7
/
+7
2020-09-28
perf test: Add expand cgroup event test
Namhyung Kim
4
-0
/
+247
2020-09-28
perf tools: Allow creation of cgroup without open
Namhyung Kim
3
-9
/
+14
2020-09-28
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
8
-3
/
+149
2020-09-28
perf stat: Add --for-each-cgroup option
Namhyung Kim
5
-1
/
+112
2020-09-28
KVM: x86: do not attempt TSC synchronization on guest writes
Paolo Bonzini
2
-0
/
+169
2020-09-28
KVM: selftests: Add test for user space MSR handling
Alexander Graf
3
-0
/
+250
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
1
-1
/
+1
2020-09-28
perf evsel: Add evsel__clone() function
Namhyung Kim
2
-39
/
+158
2020-09-28
perf vendor events: Update SkylakeX events to v1.21
Jin Yao
10
-3565
/
+4129
2020-09-28
perf vendor events intel: Update CascadelakeX events to v1.08
Jin Yao
8
-995
/
+1067
2020-09-26
netdevsim: fix duplicated debugfs directory
Jakub Kicinski
1
-1
/
+1
2020-09-25
netdevsim: add support for flash_update overwrite mask
Jacob Keller
1
-0
/
+18
2020-09-25
devlink: convert flash_update to use params structure
Jacob Keller
1
-0
/
+3
2020-09-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-09-25
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
1
-0
/
+16
2020-09-25
nfsd: remove fault injection code
J. Bruce Fields
1
-50
/
+0
2020-09-25
bpf: selftest: Add test_btf_skc_cls_ingress
Martin KaFai Lau
3
-0
/
+413
2020-09-25
bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.h
Martin KaFai Lau
3
-8
/
+4
2020-09-25
bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields test
Martin KaFai Lau
2
-9
/
+55
2020-09-25
bpf: selftest: Use network_helpers in the sock_fields test
Martin KaFai Lau
1
-79
/
+9
2020-09-25
bpf: selftest: Adapt sock_fields test to use skel and global variables
Martin KaFai Lau
2
-298
/
+222
2020-09-25
bpf: selftest: Move sock_fields test into test_progs
Martin KaFai Lau
4
-6
/
+3
2020-09-25
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
1
-0
/
+47
2020-09-25
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-1
/
+1
2020-09-25
bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-2
/
+2
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-0
/
+1
2020-09-25
bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-4
/
+4
2020-09-25
rseq/selftests: Test MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ
Peter Oskolkov
2
-1
/
+224
2020-09-25
rseq/selftests,x86_64: Add rseq_offset_deref_addv()
Peter Oskolkov
1
-0
/
+57
2020-09-24
selftests: mptcp: add remove addr and subflow test cases
Geliang Tang
1
-3
/
+142
2020-09-24
selftests: mptcp: add remove cfg in mptcp_connect
Geliang Tang
1
-3
/
+15
2020-09-24
selftests: mptcp: add ADD_ADDR mibs check function
Geliang Tang
1
-0
/
+44
2020-09-24
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
1
-1
/
+1
2020-09-24
selftest/net/xfrm: Add test for ipsec tunnel
Dmitry Safonov
3
-0
/
+2197
2020-09-23
Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-0
/
+25
2020-09-23
kunit: tool: fix --alltests flag
Brendan Higgins
2
-5
/
+11
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
81
-1476
/
+2961
2020-09-23
tools resolve_btfids: Always force HOSTARCH
Jiri Olsa
1
-0
/
+2
2020-09-23
selftests: Add missing gitignore entries
Gabriel Krisman Bertazi
3
-0
/
+5
2020-09-23
perf script: Add min, max to futex-contention output, in addition to avg
Hagen Paul Pfeifer
1
-2
/
+2
[prev]
[next]