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-08-20
selftests: net: tcp_mmap: Use huge pages in receive path
Eric Dumazet
1
-4
/
+5
2020-08-20
selftests: net: tcp_mmap: Use huge pages in send path
Eric Dumazet
1
-3
/
+26
2020-08-20
selftests: net: tcp_mmap: use madvise(MADV_DONTNEED)
Eric Dumazet
1
-0
/
+4
2020-08-20
selftests/timers: Turn off timeout setting
Po-Hsu Lin
2
-0
/
+2
2020-08-20
bpf: selftests: global_funcs: Check err_str before strstr
Yauheni Kaliuta
1
-1
/
+1
2020-08-20
selftests/bpf: Remove test_align leftovers
Veronika Kabatova
2
-2
/
+1
2020-08-20
tools/resolve_btfids: Fix sections with wrong alignment
Jiri Olsa
1
-0
/
+36
2020-08-20
cpupower: speed up generating git version string
Martin Kaistra
1
-1
/
+1
2020-08-20
cpupowerutils: fix spelling mistake "dependant" -> "dependent"
Colin Ian King
1
-1
/
+1
2020-08-20
selftests/bpf: List newest Clang built-ins needed for some CO-RE selftests
Andrii Nakryiko
2
-1
/
+24
2020-08-20
selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9
Andrii Nakryiko
2
-1
/
+3
2020-08-20
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
1
-0
/
+10
2020-08-20
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
1
-6
/
+4
2020-08-20
libbpf: Fix map index used in error message
Toke Høiland-Jørgensen
1
-1
/
+1
2020-08-20
selftests/bpf: Add bpffs preload test.
Alexei Starovoitov
1
-0
/
+94
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
1
-2
/
+5
2020-08-20
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
1
-6
/
+2
2020-08-20
tracing: switch to kernel_clone()
Christian Brauner
16
-35
/
+35
2020-08-19
selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations
Andrii Nakryiko
7
-0
/
+224
2020-08-19
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
3
-5
/
+170
2020-08-19
selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
Andrii Nakryiko
6
-19
/
+323
2020-08-19
selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
Andrii Nakryiko
9
-22
/
+446
2020-08-19
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
3
-24
/
+263
2020-08-19
tools: usb: move to tools buildsystem
Heikki Krogerus
2
-8
/
+47
2020-08-18
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
8
-36
/
+8
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
12
-33
/
+13
2020-08-18
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
4
-150
/
+288
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
6
-29
/
+45
2020-08-18
selftests/bpf: Add test validating failure on ambiguous relocation value
Andrii Nakryiko
3
-0
/
+30
2020-08-18
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
1
-46
/
+124
2020-08-18
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
4
-129
/
+169
2020-08-18
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
1
-18
/
+41
2020-08-18
bpftool: Handle EAGAIN error code properly in pids collection
Yonghong Song
1
-0
/
+2
2020-08-18
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
1
-0
/
+27
2020-08-18
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2
-20
/
+24
2020-08-18
selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()
Andrii Nakryiko
1
-3
/
+9
2020-08-18
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
Andrii Nakryiko
1
-0
/
+80
2020-08-18
libbpf: Factor out common logic of testing and closing FD
Andrii Nakryiko
1
-53
/
+17
2020-08-18
libbpf: Make kernel feature probing lazy
Andrii Nakryiko
1
-64
/
+86
2020-08-18
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
1
-1
/
+1
2020-08-18
libbpf: Convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-08-18
libbpf: Fix build on ppc64le architecture
Andrii Nakryiko
1
-1
/
+1
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
30
-144
/
+379
2020-08-17
selftests: disable rp_filter for icmp_redirect.sh
David Ahern
1
-0
/
+2
2020-08-17
selftests: kvm: Use a shorter encoding to clear RAX
Yang Weijiang
1
-2
/
+2
2020-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-30
/
+43
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-1
/
+7
2020-08-15
Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
36
-247
/
+1252
2020-08-14
all arch: remove system call sys_sysctl
Xiaoming Ni
3
-3
/
+3
2020-08-14
selftests/exec: add file type errno tests
Kees Cook
3
-2
/
+200
[prev]
[next]