index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
4
-23
/
+384
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
1
-105
/
+121
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
1
-92
/
+103
2020-04-28
bpftool: Add link bash completions
Andrii Nakryiko
1
-0
/
+39
2020-04-28
bpftool: Add bpftool-link manpage
Andrii Nakryiko
1
-0
/
+118
2020-04-28
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
4
-1
/
+345
2020-04-28
bpftool: Expose attach_type-to-string array to non-cgroup code
Andrii Nakryiko
2
-33
/
+47
2020-04-28
selftests/bpf: Test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
Andrii Nakryiko
2
-20
/
+104
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
3
-3
/
+26
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+31
2020-04-28
selftests/bpf: fix test_sysctl_prog with alu32
Alexei Starovoitov
1
-1
/
+1
2020-04-28
docs: networking: convert filter.txt to ReST
Mauro Carvalho Chehab
2
-2
/
+2
2020-04-28
selftests: tls: run all tests for TLS 1.2 and TLS 1.3
Jakub Kicinski
1
-76
/
+17
2020-04-28
kselftest: add fixture variants
Jakub Kicinski
1
-26
/
+122
2020-04-28
kselftest: run tests by fixture
Jakub Kicinski
1
-9
/
+14
2020-04-28
kselftest: create fixture objects
Jakub Kicinski
1
-13
/
+38
2020-04-28
kselftest: factor out list manipulation to a helper
Jakub Kicinski
1
-18
/
+24
2020-04-28
selftests: net: add new testcases for nexthop API compat mode sysctl
Roopa Prabhu
1
-2
/
+196
2020-04-28
libbpf: Remove unneeded semicolon in btf_dump_emit_type
Zou Wei
1
-1
/
+1
2020-04-28
selftests/bpf: Copy runqslower to OUTPUT directory
Veronika Kabatova
1
-1
/
+2
2020-04-27
selftests: forwarding: tc_actions.sh: add matchall mirror test
Jiri Pirko
1
-8
/
+18
2020-04-27
net: bridge: Add port attribute IFLA_BRPORT_MRP_RING_OPEN
Horatiu Vultur
1
-0
/
+1
2020-04-27
rcutorture: Make kvm-recheck-rcu.sh handle truncated lines
Paul E. McKenney
1
-1
/
+15
2020-04-27
rcutorture: Add TRACE02 scenario enabling RCU Tasks Trace IPIs
Paul E. McKenney
4
-0
/
+14
2020-04-27
rcutorture: Add torture tests for RCU Tasks Trace
Paul E. McKenney
3
-0
/
+12
2020-04-27
rcutorture: Add torture tests for RCU Tasks Rude
Paul E. McKenney
3
-0
/
+12
2020-04-27
Merge tag 'v5.7-rc3' into spi-5.8
Mark Brown
73
-977
/
+1815
2020-04-27
libbpf: Return err if bpf_object__load failed
Mao Wenan
1
-1
/
+1
2020-04-26
selftests/bpf: Add cls_redirect classifier
Lorenz Bauer
4
-0
/
+1575
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
1
-1
/
+6
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
1
-1
/
+12
2020-04-26
bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h
Yoshiki Komachi
1
-0
/
+6
2020-04-26
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
Stanislav Fomichev
1
-0
/
+24
2020-04-26
tools/bpf/bpftool: Remove duplicate headers
Jagadeesh Pagadala
3
-3
/
+0
2020-04-26
objtool: Fix infinite loop in for_offset_range()
Josh Poimboeuf
1
-3
/
+4
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
63
-892
/
+1525
2020-04-25
Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2020-04-25
objtool: Fix stack offset tracking for indirect CFAs
Josh Poimboeuf
1
-1
/
+1
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-63
/
+157
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
13
-61
/
+126
2020-04-24
selftests/bpf: Fix a couple of broken test_btf cases
Stanislav Fomichev
4
-40
/
+16
2020-04-24
tools/runqslower: Ensure own vmlinux.h is picked up first
Andrii Nakryiko
1
-1
/
+1
2020-04-24
bpftool: Respect the -d option in struct_ops cmd
Martin KaFai Lau
1
-1
/
+7
2020-04-24
selftests/bpf: Add test for freplace program with expected_attach_type
Toke Høiland-Jørgensen
3
-18
/
+58
2020-04-24
bpf: Fix reStructuredText markup
Jakub Wilk
1
-1
/
+1
2020-04-24
Merge tag 'pm-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
5
-371
/
+619
2020-04-24
selftests/ftrace: Check the first record for kprobe_args_type.tc
Xiao Yang
1
-1
/
+1
2020-04-23
selftests: add build/cross-build dependency check script
Shuah Khan
4
-9
/
+291
2020-04-23
selftests/ftrace: Check required filter files before running test
Xiao Yang
14
-30
/
+23
2020-04-23
perf record: Add num-synthesize-threads option
Stephane Eranian
3
-2
/
+37
[prev]
[next]