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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
1
-1
/
+1
2020-08-24
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
1
-1
/
+1
2020-08-21
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
1
-50
/
+67
2020-08-21
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
1
-6
/
+49
2020-08-21
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
1
-0
/
+3
2020-08-21
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
1
-161
/
+206
2020-08-21
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
3
-1
/
+67
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+2
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
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-19
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
3
-5
/
+170
2020-08-19
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
3
-24
/
+263
2020-08-18
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2
-13
/
+7
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
2
-131
/
+6
2020-08-18
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
6
-29
/
+45
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
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
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
6
-17
/
+143
2020-08-15
Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-14
/
+17
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-17
/
+143
2020-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-8
/
+13
2020-08-13
libbpf: Enforce 64-bitness of BTF for BPF object files
Andrii Nakryiko
1
-0
/
+4
2020-08-13
libbpf: Handle BTF pointer sizes more carefully
Andrii Nakryiko
4
-4
/
+87
2020-08-13
libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches
Andrii Nakryiko
1
-6
/
+10
2020-08-13
libbpf: Prevent overriding errno when logging errors
Toke Høiland-Jørgensen
1
-5
/
+7
2020-08-13
libperf: Fix man page typos
Rob Herring
3
-14
/
+17
2020-08-12
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
1
-1
/
+34
2020-08-11
libbpf: Do not use __builtin_offsetof for offsetof
Yonghong Song
1
-1
/
+1
2020-08-10
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
22
-432
/
+1454
2020-08-07
tools/: replace HTTP links with HTTPS ones
Alexander A. Klimov
2
-2
/
+2
2020-08-06
libbf: Fix uninitialized pointer at btf__parse_raw()
Daniel T. Lee
1
-1
/
+1
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
4
-7
/
+12
2020-08-06
tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...
Tzvetomir Stoyanov (VMware)
1
-0
/
+4
2020-08-06
libtraceevent: Fixed description of tep_add_plugin_path() API
Tzvetomir Stoyanov (VMware)
1
-2
/
+2
2020-08-06
libtraceevent: Fixed type in PRINT_FMT_STING
Tzvetomir Stoyanov (VMware)
2
-4
/
+4
2020-08-06
libtraceevent: Fixed broken indentation in parse_ip4_print_args()
Tzvetomir Stoyanov (VMware)
1
-2
/
+2
2020-08-06
libtraceevent: Improve error handling of tep_plugin_add_option() API
Tzvetomir Stoyanov (VMware)
1
-7
/
+9
[prev]
[next]