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
2024-04-03
selftests/xsk: Test AF_XDP functionality under minimal ring configurations
Tushar Vyavahare
1
-0
/
+21
2024-04-03
selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...
Tushar Vyavahare
3
-2
/
+66
2024-04-03
selftests/bpf: Implement set_hw_ring_size function to configure interface rin...
Tushar Vyavahare
2
-0
/
+25
2024-04-03
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
4
-15
/
+28
2024-04-03
selftests/xsk: Make batch size variable
Tushar Vyavahare
2
-10
/
+13
2024-04-03
tools: Add ethtool.h header to tooling infra
Tushar Vyavahare
1
-31
/
+2198
2024-04-02
bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.
Puranjay Mohan
1
-2
/
+0
2024-04-02
tools: ynl: add ynl_dump_empty() helper
Jakub Kicinski
2
-0
/
+14
2024-04-02
selftests/bpf: Add pid limit for mptcpify prog
Geliang Tang
2
-0
/
+6
2024-04-02
tools/power turbostat: Add proper re-initialization for perf file descriptors
Patryk Wlazlyn
1
-0
/
+26
2024-04-02
tools/power turbostat: Clear added counters when in no-msr mode
Patryk Wlazlyn
1
-1
/
+46
2024-04-02
tools/power turbostat: add early exits for permission checks
Patryk Wlazlyn
1
-5
/
+61
2024-04-02
tools/power turbostat: detect and disable unavailable BICs at runtime
Patryk Wlazlyn
1
-63
/
+125
2024-04-02
tools/power turbostat: Add reading aperf and mperf via perf API
Patryk Wlazlyn
1
-73
/
+301
2024-04-02
tools/power turbostat: Add --no-perf option
Patryk Wlazlyn
2
-3
/
+24
2024-04-02
tools/power turbostat: Add --no-msr option
Patryk Wlazlyn
2
-56
/
+151
2024-04-02
tools/power turbostat: enhance -D (debug counter dump) output
Len Brown
1
-5
/
+11
2024-04-02
tools/power turbostat: Fix warning upon failed /dev/cpu_dma_latency read
Len Brown
1
-1
/
+2
2024-04-02
tools/power turbostat: Read base_hz and bclk from CPUID.16H if available
Patryk Wlazlyn
1
-0
/
+9
2024-04-02
Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
2
-2
/
+2
2024-04-02
libbpf: Use local bpf_helpers.h include
Tobias Böhm
1
-1
/
+1
2024-04-02
Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
65
-612
/
+2829
2024-04-02
selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPP
Pu Lehui
2
-2
/
+2
2024-04-02
bpftool: Use __typeof__() instead of typeof() in BPF skeleton
Andrii Nakryiko
1
-2
/
+2
2024-04-02
selftests/bpf: Using llvm may_goto inline asm for cond_break macro
Yonghong Song
1
-0
/
+11
2024-04-02
bpf: Fix typo in uapi doc comments
David Lechner
1
-2
/
+2
2024-04-02
bpftool: Clean-up typos, punctuation, list formatting in docs
Rameez Rehman
3
-40
/
+35
2024-04-02
bpftool: Remove useless emphasis on command description in man pages
Rameez Rehman
11
-61
/
+61
2024-04-02
bpftool: Use simpler indentation in source rST for documentation
Rameez Rehman
14
-991
/
+908
2024-04-01
doc: netlink: Add hyperlinks to generated Netlink docs
Donald Hunter
1
-18
/
+42
2024-04-01
doc: netlink: Change generated docs to limit TOC to depth 3
Donald Hunter
1
-1
/
+1
2024-04-01
selftests: mptcp: join: fix dev in check_endpoint
Geliang Tang
1
-1
/
+3
2024-04-01
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
1
-0
/
+9
2024-04-01
selftests: reuseaddr_conflict: add missing new line at the end of the output
Jakub Kicinski
1
-1
/
+1
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-3
/
+4
2024-04-01
tools: move alignment-related macros to new <linux/align.h>
Alexander Lobakin
3
-5
/
+14
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
2
-3
/
+3
2024-03-30
objtool: Fix compile failure when using the x32 compiler
Mikulas Patocka
1
-1
/
+1
2024-03-29
selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode
Andrii Nakryiko
2
-2
/
+2
2024-03-29
Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
3
-2
/
+5
2024-03-29
Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+1
2024-03-29
selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.
Kuniyuki Iwashima
1
-6
/
+257
2024-03-29
selftest: tcp: Add bind() tests for IPV6_V6ONLY.
Kuniyuki Iwashima
1
-0
/
+116
2024-03-29
selftest: tcp: Add more bind() calls.
Kuniyuki Iwashima
1
-59
/
+166
2024-03-29
selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.
Kuniyuki Iwashima
1
-0
/
+100
2024-03-29
selftest: tcp: Define the reverse order bind() tests explicitly.
Kuniyuki Iwashima
1
-8
/
+59
2024-03-29
selftest: tcp: Make bind() selftest flexible.
Kuniyuki Iwashima
1
-34
/
+58
2024-03-29
selftests: dmabuf-heap: add config file for the test
Muhammad Usama Anjum
1
-0
/
+3
2024-03-29
selftests/seccomp: Try to fit runtime of benchmark into timeout
Mark Brown
1
-1
/
+1
2024-03-29
selftests/ftrace: Fix event filter target_func selection
Mark Rutland
1
-1
/
+1
[prev]
[next]