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: mptcp: add tc check for check_tools
Geliang Tang
4
-3
/
+9
2024-04-08
testing: net-drv: add a driver test for stats reporting
Jakub Kicinski
1
-0
/
+86
2024-04-08
selftests: drivers: add scaffolding for Netlink tests in Python
Jakub Kicinski
7
-1
/
+224
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-08
RISC-V: KVM: selftests: Add ebreak test support
Chao Du
2
-0
/
+83
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-05
perf script: Add capstone support for '-F +brstackdisasm'
Andi Kleen
5
-9
/
+86
2024-04-05
perf script: Support 32bit code under 64bit OS with capstone
Andi Kleen
3
-10
/
+28
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
perf stat: Do not fail on metrics on s390 z/VM systems
Thomas Richter
1
-14
/
+14
2024-04-04
perf report: Fix PAI counter names for s390 virtual machines
Thomas Richter
1
-1
/
+1
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
rcutorture: Disable tracing to permit Tasks Rude RCU testing
Paul E. McKenney
1
-1
/
+1
2024-04-04
scftorture: Increase memory provided to guest OS
Paul E. McKenney
1
-1
/
+1
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
perf annotate: Initialize 'arch' variable not to trip some -Werror=maybe-unin...
Arnaldo Carvalho de Melo
1
-1
/
+3
2024-04-03
perf build: Add LIBTRACEEVENT_DIR build option
Yang Jihong
1
-4
/
+16
2024-04-03
selftests: cgroup: skip test_cgcore_lesser_ns_open when cgroup2 mounted witho...
Tianchen Ding
11
-13
/
+20
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
perf beauty: Fix AT_EACCESS undeclared build error for system with kernel ver...
Yang Jihong
1
-0
/
+8
2024-04-03
perf annotate: Add symbol name when using capstone
Namhyung Kim
1
-3
/
+71
2024-04-03
perf annotate: Use libcapstone to disassemble
Namhyung Kim
1
-0
/
+160
2024-04-03
perf annotate: Split out util/disasm.c
Namhyung Kim
5
-1657
/
+1709
2024-04-03
perf annotate: Add and use ins__is_nop()
Namhyung Kim
2
-1
/
+7
2024-04-03
perf annotate: Use ins__is_xxx() if possible
Namhyung Kim
1
-4
/
+4
2024-04-03
perf evsel: Use evsel__name_is() helper
Yang Jihong
6
-33
/
+22
2024-04-03
perf sched timehist: Fix -g/--call-graph option failure
Yang Jihong
1
-2
/
+5
2024-04-03
perf annotate: Honor output options with --data-type
Namhyung Kim
1
-6
/
+38
2024-04-03
perf annotate: Get rid of duplicate --group option item
Namhyung Kim
1
-2
/
+0
2024-04-03
selftests/xsk: Add new test case for AF_XDP under max ring sizes
Tushar Vyavahare
1
-0
/
+25
[prev]
[next]