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
2023-04-06
Merge branch 'bpf: Improve verifier for cond_op and spilled loop index variab...
Alexei Starovoitov
4
-1
/
+662
2023-04-06
selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...
Yonghong Song
1
-0
/
+460
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
2
-1
/
+13
2023-04-06
selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
Yonghong Song
2
-0
/
+181
2023-04-06
bpf: Improve verifier JEQ/JNE insn branch taken checking
Yonghong Song
1
-0
/
+8
2023-04-06
Merge branch 'xsk: Fix unaligned descriptor validation'
Martin KaFai Lau
4
-7
/
+28
2023-04-06
selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
Kal Conley
2
-0
/
+25
2023-04-06
xsk: Fix unaligned descriptor validation
Kal Conley
2
-7
/
+3
2023-04-05
kallsyms: move module-related functions under correct configs
Viktor Malik
1
-61
/
+74
2023-04-05
Merge branch 'bpftool: Add inline annotations when dumping program CFGs'
Alexei Starovoitov
9
-88
/
+226
2023-04-05
bpftool: Clean up _bpftool_once_attr() calls in bash completion
Quentin Monnet
1
-13
/
+3
2023-04-05
bpftool: Support printing opcodes and source file references in CFG
Quentin Monnet
7
-15
/
+83
2023-04-05
bpftool: Support "opcodes", "linum", "visual" simultaneously
Quentin Monnet
3
-39
/
+47
2023-04-05
bpftool: Return an error on prog dumps if both CFG and JSON are required
Quentin Monnet
2
-6
/
+11
2023-04-05
bpftool: Support inline annotations when dumping the CFG of a program
Quentin Monnet
6
-26
/
+88
2023-04-05
bpftool: Fix bug for long instructions in program CFG dumps
Quentin Monnet
1
-0
/
+7
2023-04-05
bpftool: Fix documentation about line info display for prog dumps
Quentin Monnet
1
-6
/
+4
2023-04-05
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
1
-2
/
+6
2023-04-05
selftests: xsk: Deflakify STATS_RX_DROPPED test
Kal Conley
1
-2
/
+8
2023-04-05
selftests: xsk: Disable IPv6 on VETH1
Kal Conley
1
-0
/
+1
2023-04-05
Merge branch 'selftests: xsk: Add test case for packets at end of UMEM'
Martin KaFai Lau
2
-7
/
+10
2023-04-05
selftests: xsk: Add test case for packets at end of UMEM
Kal Conley
1
-2
/
+5
2023-04-05
selftests: xsk: Use correct UMEM size in testapp_invalid_desc
Kal Conley
2
-5
/
+5
2023-04-05
selftests: xsk: Add xskxceiver.h dependency to Makefile
Kal Conley
1
-1
/
+1
2023-04-04
kallsyms: Disable preemption for find_kallsyms_symbol_value
Jiri Olsa
1
-3
/
+13
2023-04-04
Merge branch 'bpf: Follow up to RCU enforcement in the verifier.'
Andrii Nakryiko
13
-97
/
+131
2023-04-04
selftests/bpf: Add tracing tests for walking skb and req.
Alexei Starovoitov
1
-0
/
+16
2023-04-04
bpf: Undo strict enforcement for walking untagged fields.
Alexei Starovoitov
1
-3
/
+8
2023-04-04
bpf: Allowlist few fields similar to __rcu tag.
Alexei Starovoitov
1
-2
/
+37
2023-04-04
bpf: Refactor NULL-ness check in check_reg_type().
Alexei Starovoitov
1
-4
/
+8
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
5
-11
/
+11
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
3
-41
/
+33
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
7
-25
/
+16
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
4
-11
/
+2
2023-04-04
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
1
-1
/
+1
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-02
bpf, docs: Add docs on extended 64-bit immediate instructions
Dave Thaler
2
-8
/
+72
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
1
-15
/
+2
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
1
-0
/
+2
2023-04-01
Merge branch 'Enable RCU semantics for task kptrs'
Alexei Starovoitov
8
-174
/
+155
2023-04-01
bpf,docs: Update documentation to reflect new task kfuncs
David Vernet
1
-6
/
+43
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
6
-162
/
+14
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
6
-16
/
+108
2023-04-01
Merge branch 'Prepare veristat for packaging'
Alexei Starovoitov
1
-5
/
+25
2023-04-01
veristat: small fixed found in -O2 mode
Andrii Nakryiko
1
-1
/
+3
2023-04-01
veristat: avoid using kernel-internal headers
Andrii Nakryiko
1
-1
/
+4
2023-04-01
veristat: improve version reporting
Andrii Nakryiko
1
-2
/
+17
2023-04-01
veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensed
Andrii Nakryiko
1
-1
/
+1
2023-03-31
selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...
James Hilliard
2
-2
/
+2
2023-03-31
Merge branch 'selftests/bpf: Add read_build_id function'
Alexei Starovoitov
8
-51
/
+119
[next]