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
2021-10-25
lkdtm/bugs: Check that a per-task stack canary exists
Kees Cook
2
-0
/
+2
2021-10-25
selftests/lkdtm: Add way to repeat a test
Kees Cook
1
-1
/
+9
2021-10-24
selftests: net: dsa: add a stress test for unlocked FDB operations
Vladimir Oltean
1
-0
/
+47
2021-10-24
selftests: lib: forwarding: allow tests to not require mz and jq
Vladimir Oltean
1
-2
/
+8
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.c
Yonghong Song
1
-2
/
+7
2021-10-22
selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedef
Yonghong Song
1
-6
/
+41
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit tests
Yonghong Song
1
-0
/
+36
2021-10-22
selftests/bpf: Fix flow dissector tests
Stanislav Fomichev
3
-20
/
+18
2021-10-22
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2
-2
/
+14
2021-10-22
bpftool: Avoid leaking the JSON writer prepared for program metadata
Quentin Monnet
1
-7
/
+9
2021-10-22
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
8
-22
/
+22
2021-10-22
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2
-8
/
+8
2021-10-22
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
1
-2
/
+2
2021-10-22
perf bpf: Switch to new btf__raw_data API
Hengqi Chen
1
-1
/
+1
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
6
-50
/
+64
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-10-22
selftests/bpf: Make perf_buffer selftests work on 4.9 kernel again
Andrii Nakryiko
2
-2
/
+23
2021-10-22
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
1
-1
/
+1
2021-10-22
fcnal-test: kill hanging ping/nettest binaries on cleanup
Florian Westphal
1
-0
/
+3
2021-10-22
KVM: selftests: Fix nested SVM tests when built with clang
Jim Mattson
1
-1
/
+13
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
17
-50
/
+523
2021-10-22
KVM: selftests: set CPUID before setting sregs in vcpu creation
Michael Roth
2
-4
/
+2
2021-10-21
Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-5
/
+415
2021-10-21
selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal maps
Andrii Nakryiko
6
-7
/
+14
2021-10-21
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
1
-0
/
+10
2021-10-21
selftests/bpf: Demonstrate use of custom .rodata/.data sections
Andrii Nakryiko
2
-0
/
+47
2021-10-21
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
1
-29
/
+101
2021-10-21
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
1
-6
/
+45
2021-10-21
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
1
-47
/
+60
2021-10-21
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
1
-120
/
+140
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
3
-162
/
+196
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
1
-36
/
+34
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
4
-102
/
+102
2021-10-21
selftests/bpf: Use nanosleep tracepoint in perf buffer test
Jiri Olsa
1
-1
/
+1
2021-10-21
selftests/bpf: Fix possible/online index mismatch in perf_buffer test
Jiri Olsa
1
-6
/
+7
2021-10-21
selftests/bpf: Fix perf_buffer test on system with offline cpus
Jiri Olsa
1
-2
/
+2
2021-10-21
selftests/bpf: Add verif_stats test
Dave Marchevsky
1
-0
/
+28
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
1
-0
/
+1
2021-10-21
libbpf: Fix ptr_is_aligned() usages
Ilya Leoshkevich
1
-8
/
+12
2021-10-21
selftests/bpf: Test bpf_skc_to_unix_sock() helper
Hengqi Chen
2
-0
/
+94
2021-10-21
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
1
-0
/
+7
2021-10-21
selftests: kvm: fix mismatched fclose() after popen()
Shuah Khan
1
-1
/
+1
2021-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-1
/
+145
2021-10-21
Merge branch kvm/selftests/memslot into kvmarm-master/next
Marc Zyngier
2
-22
/
+36
2021-10-21
KVM: selftests: Build the memslot tests for arm64
Ricardo Koller
1
-0
/
+2
2021-10-21
KVM: selftests: Make memslot_perf_test arch independent
Ricardo Koller
1
-22
/
+34
2021-10-21
selftests: arm64: Factor out utility functions for assembly FP tests
Mark Brown
5
-329
/
+185
2021-10-20
selftests/bpf: Some more atomic tests
Brendan Jackman
3
-0
/
+120
[prev]
[next]