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-06-15
perf: sched map skips redundant lines with cpu filters
Fernand Sieber
1
-6
/
+6
2024-06-15
selftests: mm: make map_fixed_noreplace test names stable
Mark Brown
1
-8
/
+16
2024-06-14
selftests: forwarding: Add test for minimum and maximum MTU
Amit Cohen
2
-0
/
+284
2024-06-14
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-0
/
+43
2024-06-14
selftests/bpf: Add tests for add_const
Alexei Starovoitov
2
-3
/
+249
2024-06-14
bpf: Support can_loop/cond_break on big endian
Alexei Starovoitov
1
-0
/
+28
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
1
-11
/
+11
2024-06-14
selftests/hid: add subprog call test
Benjamin Tissoires
2
-0
/
+65
2024-06-14
selftests/hid: convert the hid_bpf selftests with struct_ops
Benjamin Tissoires
3
-65
/
+89
2024-06-13
perf test pmu: Warn don't fail for legacy mixed case event names
Ian Rogers
1
-3
/
+19
2024-06-13
tools/perf: Fix timing issue with parallel threads in perf bench wake-up-para...
Athira Rajeev
1
-1
/
+1
2024-06-13
tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline
Athira Rajeev
2
-2
/
+2
2024-06-13
tools/perf: Fix perf bench futex to enable the run when some CPU's are offline
Athira Rajeev
5
-5
/
+5
2024-06-13
perf record: Ensure space for lost samples
Ian Rogers
2
-25
/
+15
2024-06-13
selftests: bpf: add testmod kfunc for nullable params
Vadim Fedorenko
4
-0
/
+61
2024-06-13
selftests: bpf: crypto: adjust bench to use nullable IV
Vadim Fedorenko
1
-6
/
+4
2024-06-13
selftests: bpf: crypto: use NULL instead of 0-sized dynptr
Vadim Fedorenko
1
-12
/
+4
2024-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-31
/
+233
2024-06-13
bpf: selftests: Do not use generated kfunc prototypes for arena progs
Daniel Xu
4
-0
/
+4
2024-06-13
selftests/bpf: Add test coverage for reg_set_min_max handling
Daniel Borkmann
2
-0
/
+43
2024-06-13
Merge tag 'net-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+3
2024-06-13
selftests/bpf: Validate CHECKSUM_COMPLETE option
Vadim Fedorenko
2
-1
/
+11
2024-06-13
bpf: Add CHECKSUM_COMPLETE to bpf test progs
Vadim Fedorenko
1
-0
/
+2
2024-06-13
kselftest/arm64: Fix a couple of spelling mistakes
Colin Ian King
1
-2
/
+2
2024-06-12
selftests: forwarding: router_mpath_hash: Add a new selftest
Petr Machata
2
-0
/
+334
2024-06-12
selftests: forwarding: lib: Split sysctl_save() out of sysctl_set()
Petr Machata
1
-1
/
+8
2024-06-12
bpftool: Support dumping kfunc prototypes from BTF
Daniel Xu
1
-0
/
+55
2024-06-12
bpf: selftests: xfrm: Opt out of using generated kfunc prototypes
Daniel Xu
1
-0
/
+1
2024-06-12
bpf: selftests: nf: Opt out of using generated kfunc prototypes
Daniel Xu
3
-0
/
+3
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2
-8
/
+8
2024-06-12
bpf: selftests: Namespace struct_opt callbacks in bpf_dctcp
Daniel Xu
1
-18
/
+18
2024-06-12
bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototype
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototype
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: selftests: Fix fentry test kfunc prototypes
Daniel Xu
1
-4
/
+3
2024-06-12
bpf: selftests: Fix bpf_iter_task_vma_new() prototype
Daniel Xu
1
-1
/
+1
2024-06-12
kselftest/arm64: Fix redundancy of a testcase
Dev Jain
1
-1
/
+1
2024-06-12
selftests/livepatch: define max test-syscall processes
Ryan Sullivan
1
-1
/
+4
2024-06-12
kselftest/arm64: Include kernel mode NEON in fp-stress
Mark Brown
4
-9
/
+343
2024-06-12
tools/x86/kcpuid: Add missing dir via Makefile
Christian Heusel
1
-2
/
+2
2024-06-11
selftests: mptcp: lib: use wait_local_port_listen helper
Geliang Tang
1
-14
/
+2
2024-06-11
selftests: mptcp: lib: use setup/cleanup_ns helpers
Geliang Tang
1
-9
/
+8
2024-06-11
selftests: net: lib: remove 'ns' var in setup_ns
Geliang Tang
1
-8
/
+12
2024-06-11
selftests: net: lib: do not set ns var as readonly
Matthieu Baerts (NGI0)
1
-3
/
+3
2024-06-11
selftests: net: lib: remove ns from list after clean-up
Matthieu Baerts (NGI0)
1
-4
/
+17
2024-06-11
selftests: net: lib: ignore possible errors
Matthieu Baerts (NGI0)
1
-9
/
+1
2024-06-12
selftests/bpf: Add uretprobe shadow stack test
Jiri Olsa
1
-0
/
+60
2024-06-12
selftests/bpf: Add uretprobe syscall call from user space test
Jiri Olsa
2
-0
/
+112
2024-06-12
selftests/bpf: Add uretprobe syscall test for regs changes
Jiri Olsa
2
-1
/
+189
2024-06-12
selftests/bpf: Add uretprobe syscall test for regs integrity
Jiri Olsa
3
-0
/
+182
2024-06-12
selftests/x86: Add return uprobe shadow stack test
Jiri Olsa
1
-0
/
+145
[prev]
[next]