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-02-05
selftests: net: let big_tcp test cope with slow env
Paolo Abeni
1
-1
/
+3
2024-02-05
selftests/powerpc/papr_vpd: Check devfd before get_system_loc_code()
R Nageswara Sastry
1
-2
/
+2
2024-02-04
workqueue: Implement BH workqueues to eventually replace tasklets
Tejun Heo
1
-2
/
+9
2024-02-04
Merge 6.8-rc3 into usb-next
Greg Kroah-Hartman
77
-619
/
+1067
2024-02-04
selftests: netdevsim: stop using ifconfig
Jakub Kicinski
1
-20
/
+20
2024-02-03
Merge tag 'perf-tools-fixes-for-v6.8-1-2024-02-01' of git://git.kernel.org/pu...
Linus Torvalds
31
-383
/
+588
2024-02-02
tools: ynl: auto-gen for all genetlink families
Jakub Kicinski
1
-1
/
+4
2024-02-02
tools: ynl: generate code for ovs families
Jakub Kicinski
3
-1
/
+62
2024-02-02
tools: ynl: include dpll and mptcp_pm in C codegen
Jakub Kicinski
2
-1
/
+3
2024-02-02
selftests: net: avoid just another constant wait
Paolo Abeni
1
-5
/
+13
2024-02-02
selftests: net: fix tcp listener handling in pmtu.sh
Paolo Abeni
1
-1
/
+4
2024-02-02
selftests: net: fix setup_ns usage in rtnetlink.sh
Paolo Abeni
1
-4
/
+2
2024-02-02
selftests: net: cut more slack for gro fwd tests.
Paolo Abeni
2
-3
/
+13
2024-02-02
selftests/bpf: add more cases for __arg_trusted __arg_nullable args
Andrii Nakryiko
1
-3
/
+29
2024-02-02
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
2
-3
/
+9
2024-02-02
perf bpf: Clean up the generated/copied vmlinux.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-02-02
selftests/bpf: trace_helpers.c: do not use poisoned type
Shung-Hsi Yu
1
-1
/
+1
2024-02-02
selftests/bpf: States pruning checks for scalar vs STACK_MISC
Eduard Zingerman
1
-0
/
+154
2024-02-02
selftests/bpf: Add test cases for narrowing fill
Maxim Mikityanskiy
1
-0
/
+111
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
1
-7
/
+19
2024-02-02
selftests/bpf: Test tracking spilled unbounded scalars
Maxim Mikityanskiy
1
-0
/
+27
2024-02-02
bpf: Track spilled unbounded scalars
Maxim Mikityanskiy
1
-3
/
+3
2024-02-02
perf jevents: Drop or simplify small integer values
Ian Rogers
2
-14
/
+31
2024-02-02
perf parse-events: Print all errors
Ian Rogers
6
-58
/
+67
2024-02-02
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
1
-4
/
+5
2024-02-02
perf tsc: Add missing newlines to debug statements
Ian Rogers
1
-2
/
+2
2024-02-02
selftests: openvswitch: Test ICMP related matches work with SNAT
Brad Cowie
1
-0
/
+62
2024-02-02
selftests/landlock: Fix capability for net_test
Mickaël Salaün
2
-9
/
+44
2024-02-01
perf Documentation: Add some more hints to tips.txt
Andi Kleen
1
-5
/
+26
2024-02-01
perf test: Simplify metric value validation test final report
Weilin Wang
2
-108
/
+127
2024-02-01
perf report: Prevent segfault with --no-parent
Andi Kleen
1
-1
/
+1
2024-02-01
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
1
-1
/
+0
2024-02-01
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
6
-115
/
+120
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
41
-212
/
+382
2024-02-01
selftests/bpf: Fix bench runner SIGSEGV
Andrii Nakryiko
1
-2
/
+10
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
3
-3
/
+7
2024-02-01
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
2
-1
/
+7
2024-02-01
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
1
-1
/
+1
2024-02-01
libbpf: Call memfd_create() syscall directly
Andrii Nakryiko
1
-1
/
+10
2024-02-01
Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
26
-123
/
+232
2024-02-01
Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2024-02-01
selftests/seccomp: user_notification_addfd check nextfd is available
Terry Tritton
1
-5
/
+19
2024-02-01
selftests/seccomp: Change the syscall used in KILL_THREAD test
Terry Tritton
1
-4
/
+4
2024-02-01
selftests/seccomp: Handle EINVAL on unshare(CLONE_NEWPID)
Terry Tritton
1
-1
/
+8
2024-02-01
selftests: mptcp: join: stop transfer when check is done (part 2)
Matthieu Baerts (NGI0)
1
-14
/
+9
2024-02-01
selftests: mptcp: join: stop transfer when check is done (part 1)
Matthieu Baerts (NGI0)
1
-2
/
+2
2024-02-01
selftests: mptcp: allow changing subtests prefix
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-02-01
selftests: mptcp: decrease BW in simult flows
Matthieu Baerts (NGI0)
1
-4
/
+4
2024-02-01
selftests: mptcp: increase timeout to 30 min
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-02-01
selftests: mptcp: add missing kconfig for NF Mangle
Matthieu Baerts (NGI0)
1
-0
/
+1
[prev]
[next]