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
2022-04-07
libbpf: Make BPF-side of USDT support work on big-endian machines
Ilya Leoshkevich
1
-0
/
+3
2022-04-07
libbpf: Minor style improvements in USDT code
Ilya Leoshkevich
2
-8
/
+8
2022-04-07
libbpf: Fix use #ifdef instead of #if to avoid compiler warning
Andrii Nakryiko
1
-2
/
+2
2022-04-07
libbpf: Potential NULL dereference in usdt_manager_attach_usdt()
Haowen Bai
1
-2
/
+2
2022-04-07
selftests/bpf: Uprobe tests should verify param/return values
Alan Maguire
2
-18
/
+50
2022-04-07
libbpf: Improve string parsing for uprobe auto-attach
Alan Maguire
1
-48
/
+33
2022-04-07
libbpf: Improve library identification for uprobe binary path resolution
Alan Maguire
2
-1
/
+12
2022-04-07
selftests: KVM: Free the GIC FD when cleaning up in arch_timer
Oliver Upton
1
-4
/
+11
2022-04-07
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
1
-3
/
+31
2022-04-07
KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)
Andrew Jones
1
-4
/
+10
2022-04-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-28
/
+120
2022-04-06
selftests/bpf: Test for writes to map key from BPF helpers
Kumar Kartikeya Dwivedi
2
-0
/
+39
2022-04-06
selftests/bpf: Test passing rdonly mem to global func
Kumar Kartikeya Dwivedi
4
-6
/
+46
2022-04-06
selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocations
Artem Savkov
2
-2
/
+3
2022-04-06
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
1
-1
/
+1
2022-04-06
selftests/bpf: Fix issues in parse_num_list()
Yuntao Wang
1
-1
/
+1
2022-04-06
bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets
Maxim Mikityanskiy
1
-19
/
+59
2022-04-06
KVM: arm64: selftests: Introduce vcpu_width_config
Reiji Watanabe
3
-0
/
+124
2022-04-05
selftests/bpf: Fix file descriptor leak in load_kallsyms()
Yuntao Wang
1
-4
/
+5
2022-04-05
selftests/bpf: Add urandom_read shared lib and USDTs
Andrii Nakryiko
8
-9
/
+275
2022-04-05
selftests/bpf: Add basic USDT selftests
Andrii Nakryiko
6
-6
/
+970
2022-04-05
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
1
-0
/
+105
2022-04-05
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
1
-1
/
+167
2022-04-05
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
1
-1
/
+581
2022-04-05
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
6
-11
/
+587
2022-04-05
libbpf: Add BPF-side of USDT support
Andrii Nakryiko
2
-1
/
+257
2022-04-05
objtool: Fix SLS validation for kcov tail-call replacement
Peter Zijlstra
1
-0
/
+11
2022-04-05
objtool: Fix IBT tail-call detection
Peter Zijlstra
1
-5
/
+14
2022-04-05
kbuild: Allow kernel installation packaging to override pkg-config
Chun-Tse Shao
1
-2
/
+2
2022-04-04
libbpf: Support Debian in resolve_full_path()
Ilya Leoshkevich
1
-1
/
+39
2022-04-04
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2
-14
/
+17
2022-04-04
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64
Ilya Leoshkevich
1
-0
/
+2
2022-04-04
bpftool: Handle libbpf_probe_prog_type errors
Milan Landaverde
1
-1
/
+1
2022-04-04
bpftool: Add missing link types
Milan Landaverde
1
-0
/
+3
2022-04-04
bpftool: Add syscall prog type
Milan Landaverde
1
-0
/
+1
2022-04-04
selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
Quentin Monnet
1
-1
/
+1
2022-04-04
kunit: tool: Do not colorize output when redirected
Kees Cook
1
-0
/
+7
2022-04-04
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
3
-3
/
+5
2022-04-04
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
3
-21
/
+33
2022-04-04
kunit: tool: readability tweaks in KernelCI json generation logic
Daniel Latypov
1
-10
/
+10
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
3
-37
/
+24
2022-04-04
kunit: tool: drop last uses of collections.namedtuple
Daniel Latypov
2
-11
/
+15
2022-04-04
kunit: tool: drop unused KernelDirectoryPath var
Daniel Latypov
1
-2
/
+0
2022-04-04
kunit: tool: make --json handling a bit clearer
Daniel Latypov
3
-16
/
+11
2022-04-04
selftests/harness: Pass variant to teardown
Willem de Bruijn
1
-5
/
+7
2022-04-04
selftests/harness: Run TEARDOWN for ASSERT failures
Kees Cook
1
-15
/
+34
2022-04-04
selftests: fix an unused variable warning in pidfd selftest
Axel Rasmussen
1
-1
/
+0
2022-04-04
selftests: fix header dependency for pid_namespace selftests
Axel Rasmussen
1
-3
/
+3
2022-04-04
selftests: x86: add 32bit build warnings for SUSE
Geliang Tang
1
-0
/
+4
2022-04-04
selftests/proc: fix array_size.cocci warning
Guo Zhengkui
1
-2
/
+4
[prev]
[next]