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
2022-11-17
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
2
-1
/
+292
2022-11-17
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
3
-47
/
+51
2022-11-17
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
3
-0
/
+22
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2
-1
/
+62
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
3
-9
/
+349
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
1
-9
/
+12
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
3
-11
/
+79
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
6
-23
/
+190
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2
-14
/
+67
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
8
-404
/
+573
2022-11-17
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
1
-5
/
+0
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2
-14
/
+43
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2
-25
/
+67
2022-11-17
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
4
-0
/
+77
2022-11-17
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
4
-18
/
+225
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
3
-2
/
+39
2022-11-17
bpf: Populate field_offs for inner_map_meta
Kumar Kartikeya Dwivedi
1
-12
/
+32
2022-11-17
bpf: Free inner_map_meta when btf_record_dup fails
Kumar Kartikeya Dwivedi
1
-1
/
+3
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
3
-6
/
+14
2022-11-17
bpf: Fix early return in map_check_btf
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-11-17
selftests/bpf: Pass target triple to get_sys_includes macro
Björn Töpel
1
-4
/
+8
2022-11-17
selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
Björn Töpel
1
-1
/
+1
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
2
-20
/
+17
2022-11-17
bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst
Daniel Müller
1
-0
/
+3
2022-11-16
selftests/bpf: fix memory leak of lsm_cgroup
Wang Yufen
2
-4
/
+21
2022-11-15
selftests/bpf: allow unpriv bpf for selftests by default
Eduard Zingerman
1
-0
/
+1
2022-11-15
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
1
-3
/
+3
2022-11-15
docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
Donald Hunter
1
-1
/
+1
2022-11-15
Merge branch 'propagate nullness information for reg to reg comparisons'
Alexei Starovoitov
2
-2
/
+207
2022-11-15
selftests/bpf: check nullness propagation for reg to reg comparisons
Eduard Zingerman
1
-0
/
+174
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
1
-2
/
+33
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
8
-17
/
+17
2022-11-15
dev: Move received_rps counter next to RPS members in softnet data
Toke Høiland-Jørgensen
1
-1
/
+1
2022-11-15
bpf/docs: Document how to run CI without patch submission
Daniel Müller
1
-0
/
+24
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
8
-66
/
+60
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
6
-20
/
+17
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
2
-4
/
+4
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
7
-4
/
+239
2022-11-14
bpf: Fix copy_map_value, zero_map_value
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-11-14
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
2
-6
/
+5
2022-11-14
bpf: Remove local kptr references in documentation
Kumar Kartikeya Dwivedi
1
-5
/
+6
2022-11-14
Merge branch 'libbpf: Fixed various checkpatch issues'
Andrii Nakryiko
3
-21
/
+33
2022-11-14
libbpf: checkpatch: Fixed code alignments in ringbuf.c
Kang Minchul
1
-2
/
+2
2022-11-14
libbpf: Fixed various checkpatch issues in libbpf.c
Kang Minchul
1
-17
/
+28
2022-11-14
libbpf: checkpatch: Fixed code alignments in btf.c
Kang Minchul
1
-2
/
+3
2022-11-14
bpf, docs: Fixup cpumap sphinx >= 3.1 warning
Maryam Tahhan
1
-2
/
+1
2022-11-14
libbpf: Fix uninitialized warning in btf_dump_dump_type_data
David Michael
1
-1
/
+1
2022-11-14
Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
22
-127
/
+331
2022-11-14
net: fec: add xdp and page pool statistics
Shenwei Wang
3
-5
/
+95
[prev]
[next]