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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
10
-20
/
+22
2022-05-12
kunit: tool: update test counts summary line format
Daniel Latypov
1
-5
/
+5
2022-05-12
kselftest/cgroup: fix test_stress.sh to use OUTPUT dir
Phil Auld
1
-1
/
+1
2022-05-12
selftests/ftrace: Save kprobe_events to test log
Tiezhu Yang
1
-0
/
+2
2022-05-12
objtool: Remove libsubcmd.a when make clean
Tiezhu Yang
1
-1
/
+1
2022-05-12
objtool: Remove inat-tables.c when make clean
Tiezhu Yang
1
-1
/
+1
2022-05-12
tools/power/x86/intel-speed-select: Fix warning for perf_cap.cpu
Srinivas Pandruvada
1
-1
/
+1
2022-05-12
tools/power/x86/intel-speed-select: Display error on turbo mode disabled
Srinivas Pandruvada
1
-0
/
+6
2022-05-11
lkdtm/usercopy: Rename "heap" to "slab"
Kees Cook
1
-4
/
+4
2022-05-11
selftests/bpf: make fexit_stress test run in serial mode
Andrii Nakryiko
1
-1
/
+1
2022-05-11
selftests/bpf: add test case for bpf_map_lookup_percpu_elem
Feng Zhou
2
-0
/
+100
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+9
2022-05-11
selftests/bpf: Add tests for kptr_ref refcounting
Kumar Kartikeya Dwivedi
2
-5
/
+128
2022-05-11
selftests/bpf: Add negative C tests for kptrs
Kumar Kartikeya Dwivedi
2
-1
/
+504
2022-05-11
bpf: Prepare prog_test_struct kfuncs for runtime tests
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-05-11
selftests: forwarding: tc_actions: allow mirred egress test to run on non-offloaded h2
Vladimir Oltean
1
-1
/
+1
2022-05-11
selftests/bpf: fix a few clang compilation errors
Yonghong Song
2
-3
/
+5
2022-05-11
selftests/bpf: Enable CONFIG_FPROBE for self tests
Daniel Müller
1
-0
/
+1
2022-05-11
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
32
-180
/
+492
2022-05-11
selftests: xsk: make stat tests not spin on getsockopt
Magnus Karlsson
2
-77
/
+99
2022-05-11
selftests: xsk: make the stats tests normal tests
Magnus Karlsson
2
-69
/
+53
2022-05-11
selftests: xsk: introduce validation functions
Magnus Karlsson
2
-38
/
+82
2022-05-11
selftests: xsk: cleanup veth pair at ctrl-c
Magnus Karlsson
1
-0
/
+7
2022-05-11
selftests: xsk: add timeout to tests
Magnus Karlsson
2
-0
/
+16
2022-05-11
selftests: xsk: fix reporting of failed tests
Magnus Karlsson
4
-89
/
+141
2022-05-11
selftests: xsk: run all tests for busy-poll
Magnus Karlsson
4
-14
/
+94
2022-05-11
selftests: xsk: do not send zero-length packets
Magnus Karlsson
2
-9
/
+10
2022-05-11
selftests: xsk: cleanup bash scripts
Magnus Karlsson
2
-18
/
+1
2022-05-11
perf/ibs: Fix comment
Ravi Bangoria
1
-1
/
+1
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
3
-0
/
+41
2022-05-11
libbpf: Clean up ringbuf size adjustment implementation
Andrii Nakryiko
1
-4
/
+2
2022-05-10
selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2
-8
/
+133
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
5
-4
/
+40
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
1
-0
/
+9
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2
-0
/
+2
2022-05-10
selftests/bpf: Add attach bench test
Jiri Olsa
2
-0
/
+155
2022-05-10
selftests/bpf: Add bpf link iter test
Dmitrii Dolgov
3
-0
/
+44
2022-05-10
selftests/bpf: Use ASSERT_* instead of CHECK
Dmitrii Dolgov
1
-154
/
+88
2022-05-10
selftests/bpf: Fix result check for test_bpf_hash_map
Dmitrii Dolgov
1
-2
/
+1
2022-05-10
selftests/bpf: Replace bpf_trace_printk in tunnel kernel code
Kaixi Fan
1
-97
/
+72
2022-05-10
selftests/bpf: Move vxlan tunnel testcases to test_progs
Kaixi Fan
3
-163
/
+610
2022-05-10
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
1
-0
/
+4
2022-05-10
bpftool: bpf_link_get_from_fd support for LSM programs in lskel
KP Singh
1
-0
/
+1
2022-05-10
perf annotate: Add --percent-limit option
Namhyung Kim
2
-0
/
+29
2022-05-10
selftests/bpf: Handle batch operations for map-in-map bpf-maps
Takshak Chahande
1
-0
/
+252
2022-05-10
perf auxtrace: Record whether an auxtrace mmap is needed
Adrian Hunter
6
-0
/
+6
2022-05-10
libperf evlist: Add evsel as a parameter to ->idx()
Adrian Hunter
3
-2
/
+4
2022-05-10
libperf evlist: Move ->idx() into mmap_per_evsel()
Adrian Hunter
1
-6
/
+3
2022-05-10
libperf evlist: Remove ->idx() per_cpu parameter
Adrian Hunter
3
-4
/
+5
2022-05-10
perf auxtrace: Do not mix up mmap idx
Adrian Hunter
1
-2
/
+8
[prev]
[next]