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-08
selftests: nl_netdev: add a trivial Netlink netdev test
Jakub Kicinski
2
-0
/
+25
2024-04-08
selftests: net: add scaffolding for Netlink tests in Python
Jakub Kicinski
7
-1
/
+223
2024-04-06
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
3
-3
/
+50
2024-04-06
libbpf: ringbuf: Allow to consume up to a certain amount of items
Andrea Righi
1
-7
/
+12
2024-04-06
libbpf: Start v1.5 development cycle
Andrea Righi
2
-1
/
+4
2024-04-05
ynl: support binary and integer sub-type for indexed-array
Hangbin Liu
1
-0
/
+10
2024-04-05
ynl: rename array-nest to indexed-array
Hangbin Liu
2
-11
/
+20
2024-04-05
tools: ynl: ethtool.py: Output timestamping statistics from tsinfo-get operation
Rahul Rameshbabu
1
-1
/
+10
2024-04-05
Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2024-04-05
selftests/mm: include strings.h for ffsl
Edward Liaw
1
-1
/
+1
2024-04-05
selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL
David Vernet
4
-2
/
+135
2024-04-05
selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.
Kui-Feng Lee
2
-0
/
+37
2024-04-05
selftests/bpf: add test for bpf_for_each_map_elem() with different maps
Philo Lu
2
-0
/
+111
2024-04-04
selftests/bpf: add fp-leaking precise subprog result tests
Andrii Nakryiko
2
-0
/
+107
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-83
/
+793
2024-04-04
bpf: Pack struct bpf_fib_lookup
Anton Protopopov
1
-1
/
+1
2024-04-04
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
5
-16
/
+92
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-77
/
+733
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+2
2024-04-04
tools: ynl: copy netlink error to NlError
Jakub Kicinski
1
-1
/
+2
2024-04-04
selftests/harness: Prevent infinite loop due to Assert in FIXTURE_TEARDOWN
Shengyu Li
1
-1
/
+4
2024-04-04
selftests/ftrace: Limit length in subsystem-enable tests
Yuanhe Shu
1
-3
/
+3
2024-04-04
memblock tests: fix undefined reference to `panic'
Wei Yang
2
-0
/
+20
2024-04-04
memblock tests: fix undefined reference to `early_pfn_to_nid'
Wei Yang
1
-0
/
+5
2024-04-03
tools: ynl: ethtool.py: Make tool invokable from any CWD
Rahul Rameshbabu
1
-2
/
+6
2024-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-3
/
+53
2024-04-03
selftests/xsk: Add new test case for AF_XDP under max ring sizes
Tushar Vyavahare
1
-0
/
+25
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
[prev]
[next]