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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
1
-3
/
+15
2024-03-06
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
1
-23
/
+26
2024-03-06
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
1
-1
/
+5
2024-03-06
Merge branch 'bpf-introduce-may_goto-and-cond_break'
Andrii Nakryiko
9
-53
/
+292
2024-03-06
selftests/bpf: Test may_goto
Alexei Starovoitov
2
-3
/
+101
2024-03-06
bpf: Add cond_break macro
Alexei Starovoitov
1
-0
/
+12
2024-03-06
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
1
-21
/
+30
2024-03-06
Merge branch 'mm-enforce-ioremap-address-space-and-introduce-sparse-vm_area'
Andrii Nakryiko
2
-2
/
+75
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
6
-30
/
+150
2024-03-06
mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().
Alexei Starovoitov
2
-2
/
+62
2024-03-06
mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.
Alexei Starovoitov
1
-0
/
+13
2024-03-04
Merge branch 'Allow struct_ops maps with a large number of programs'
Martin KaFai Lau
7
-60
/
+279
2024-03-04
selftests/bpf: Test struct_ops maps with a large number of struct_ops program.
Kui-Feng Lee
3
-0
/
+176
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
3
-50
/
+96
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
2
-10
/
+7
2024-03-04
selftests/bpf: xdp_hw_metadata reduce sleep interval
Song Yoong Siang
1
-1
/
+1
2024-03-04
selftests/bpf: Extend uprobe/uretprobe triggering benchmarks
Andrii Nakryiko
4
-46
/
+103
2024-03-04
libbpf: Correct debug message in btf__load_vmlinux_btf
Chen Shen
1
-1
/
+1
2024-03-04
bpf, docs: Rename legacy conformance group to packet
Dave Thaler
1
-2
/
+2
2024-03-02
bpf, docs: Use IETF format for field definitions in instruction-set.rst
Dave Thaler
1
-241
/
+290
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
150
-995
/
+3589
2024-03-01
Merge branch 'inet_dump_ifaddr-no-rtnl'
David S. Miller
2
-92
/
+79
2024-03-01
inet: use xa_array iterator to implement inet_dump_ifaddr()
Eric Dumazet
1
-58
/
+37
2024-03-01
inet: prepare inet_base_seq() to run without RTNL
Eric Dumazet
2
-3
/
+4
2024-03-01
inet: annotate data-races around ifa->ifa_flags
Eric Dumazet
1
-9
/
+13
2024-03-01
inet: annotate data-races around ifa->ifa_preferred_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_valid_lft
Eric Dumazet
1
-8
/
+8
2024-03-01
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
Eric Dumazet
1
-10
/
+13
2024-03-01
Merge branch 'netdevsim-link'
David S. Miller
6
-5
/
+342
2024-03-01
netdevsim: fix rtnetlink.sh selftest
David Wei
1
-0
/
+2
2024-03-01
netdevsim: add selftest for forwarding skb between connected ports
David Wei
2
-0
/
+144
2024-03-01
netdevsim: add ndo_get_iflink() implementation
David Wei
1
-0
/
+16
2024-03-01
netdevsim: forward skbs from one connected port to another
David Wei
2
-5
/
+23
2024-03-01
netdevsim: allow two netdevsim ports to be connected
David Wei
3
-0
/
+157
2024-03-01
Merge branch 'selftests-xfail'
David S. Miller
10
-141
/
+178
2024-03-01
selftests: ip_local_port_range: use XFAIL instead of SKIP
Jakub Kicinski
1
-3
/
+3
2024-03-01
selftests: kselftest_harness: support using xfail
Jakub Kicinski
1
-1
/
+48
2024-03-01
selftests: kselftest_harness: let PASS / FAIL provide diagnostic
Jakub Kicinski
1
-5
/
+4
2024-03-01
selftests: kselftest_harness: separate diagnostic message with # in ksft_test...
Jakub Kicinski
2
-1
/
+6
2024-03-01
selftests: kselftest_harness: print test name for SKIP
Jakub Kicinski
2
-4
/
+6
2024-03-01
selftests: kselftest: add ksft_test_result_code(), handling all exit codes
Jakub Kicinski
2
-2
/
+46
2024-03-01
selftests: kselftest_harness: use exit code to store skip
Jakub Kicinski
1
-14
/
+5
2024-03-01
selftests: kselftest_harness: save full exit code in metadata
Jakub Kicinski
7
-35
/
+41
2024-03-01
selftests: kselftest_harness: generate test name once
Jakub Kicinski
1
-6
/
+10
2024-03-01
selftests: kselftest_harness: use KSFT_* exit codes
Jakub Kicinski
1
-6
/
+5
2024-03-01
selftests/harness: Merge TEST_F_FORK() into TEST_F()
Mickaël Salaün
2
-91
/
+27
2024-03-01
selftests/landlock: Redefine TEST_F() as TEST_F_FORK()
Mickaël Salaün
1
-1
/
+5
2024-03-01
Merge branch 'net-asp22-optimizations'
David S. Miller
6
-118
/
+204
2024-03-01
net: bcmasp: Add support for PHY interrupts
Justin Chen
3
-0
/
+26
2024-03-01
net: bcmasp: Keep buffers through power management
Justin Chen
2
-108
/
+85
[next]