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-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
25
-28
/
+45
2021-07-30
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
4
-5
/
+12
2021-07-30
selftests/bpf: Check consistency between bpftool source, doc, completion
Quentin Monnet
1
-0
/
+486
2021-07-30
tools: bpftool: Slightly ease bash completion updates
Quentin Monnet
1
-25
/
+29
2021-07-30
Revert "perf map: Fix dso->nsinfo refcounting"
Arnaldo Carvalho de Melo
1
-2
/
+0
2021-07-30
libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf
Hengqi Chen
4
-6
/
+20
2021-07-29
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-29
libbpf: Add split BTF support for btf__load_from_kernel_by_id()
Quentin Monnet
3
-2
/
+9
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
7
-29
/
+42
2021-07-29
tools: Free BTF objects at various locations
Quentin Monnet
4
-4
/
+9
2021-07-29
libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id()
Quentin Monnet
4
-11
/
+24
2021-07-29
libbpf: Rename btf__load() as btf__load_into_kernel()
Quentin Monnet
4
-2
/
+5
2021-07-29
libbpf: Return non-null error on failures in libbpf_find_prog_btf_id()
Quentin Monnet
1
-1
/
+3
2021-07-29
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
1
-6
/
+7
2021-07-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-2
/
+435
2021-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+229
2021-07-28
tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option
Peilin Ye
1
-0
/
+24
2021-07-27
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
3
-15
/
+35
2021-07-27
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
1
-1
/
+14
2021-07-27
libbpf: Fix comment typo
Jason Wang
1
-3
/
+3
2021-07-27
KVM: selftests: Introduce access_tracking_perf_test
David Matlack
3
-0
/
+431
2021-07-27
KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing
David Matlack
1
-0
/
+1
2021-07-27
tools/memory-model: Document data_race(READ_ONCE())
Paul E. McKenney
1
-14
/
+35
2021-07-27
tools/memory-model: Heuristics using data_race() must handle all values
Manfred Spraul
1
-0
/
+5
2021-07-27
tools/memory-model: Add example for heuristic lockless reads
Paul E. McKenney
1
-0
/
+93
2021-07-27
torture: Make kvm-test-1-run-qemu.sh check for reboot loops
Paul E. McKenney
1
-1
/
+5
2021-07-27
torture: Add timestamps to kvm-test-1-run-qemu.sh output
Paul E. McKenney
1
-5
/
+5
2021-07-27
torture: Don't use "test" command's "-a" argument
Paul E. McKenney
1
-5
/
+5
2021-07-27
torture: Make kvm-test-1-run-batch.sh select per-scenario affinity masks
Paul E. McKenney
4
-2
/
+26
2021-07-27
torture: Consistently name "qemu*" test output files
Paul E. McKenney
3
-10
/
+10
2021-07-27
torture: Use numeric taskset argument in jitter.sh
Paul E. McKenney
1
-7
/
+3
2021-07-27
rcutorture: Upgrade two-CPU scenarios to four CPUs
Paul E. McKenney
3
-3
/
+3
2021-07-27
torture: Make kvm-test-1-run-qemu.sh apply affinity
Paul E. McKenney
1
-3
/
+10
2021-07-27
torture: Don't redirect qemu-cmd comment lines
Paul E. McKenney
1
-1
/
+1
2021-07-27
torture: Make kvm.sh select per-scenario affinity masks
Paul E. McKenney
4
-2
/
+207
2021-07-27
perf pmu: Fix alias matching
John Garry
1
-9
/
+24
2021-07-27
perf cs-etm: Split --dump-raw-trace by AUX records
James Clark
1
-2
/
+18
2021-07-27
Merge 5.14-rc3 into driver-core-next
Greg Kroah-Hartman
4
-9
/
+269
2021-07-26
selftests/bpf: Use ping6 only if available in tc_redirect
Jussi Maki
1
-6
/
+17
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
5
-1297
/
+1319
2021-07-26
libbpf: Move CO-RE types into relo_core.h.
Alexei Starovoitov
3
-93
/
+102
2021-07-26
libbpf: Split bpf_core_apply_relo() into bpf_program independent helper.
Alexei Starovoitov
1
-46
/
+71
2021-07-26
libbpf: Cleanup the layering between CORE and bpf_program.
Alexei Starovoitov
1
-36
/
+38
2021-07-26
tests: add move_mount(MOVE_MOUNT_SET_GROUP) selftest
Pavel Tikhomirov
5
-0
/
+385
2021-07-26
Merge 5.14-rc3 into char-misc-next
Greg Kroah-Hartman
4
-9
/
+269
2021-07-23
selftest: use mmap instead of posix_memalign to allocate memory
Peter Collingbourne
1
-2
/
+4
2021-07-23
selftests/bpf: Document vmtest.sh dependencies
Evgeniy Litvinenko
1
-0
/
+7
2021-07-23
libbpf: Add bpf_map__pin_path function
Evgeniy Litvinenko
4
-0
/
+16
2021-07-23
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
5
-9
/
+384
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
54
-126
/
+774
[prev]
[next]