index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
bpf: Enable cgroups to be used as kptrs
David Vernet
1
-3
/
+80
2022-11-23
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
3
-5
/
+6
2022-11-23
Revert "selftests/bpf: Temporarily disable linked list tests"
Alexei Starovoitov
4
-34
/
+16
2022-11-21
selftests/bpf: Make sure zero-len skbs aren't redirectable
Stanislav Fomichev
2
-0
/
+183
2022-11-21
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2
-8
/
+6
2022-11-21
selftests/bpf: Add test for cgroup iterator on a dead cgroup
Hou Tao
1
-0
/
+76
2022-11-21
selftests/bpf: Add cgroup helper remove_cgroup()
Hou Tao
2
-0
/
+20
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
1
-0
/
+14
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-4
/
+8
2022-11-21
Merge branch 'clean-up bpftool from legacy support'
Alexei Starovoitov
13
-93
/
+49
2022-11-21
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
1
-6
/
+1
2022-11-21
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
8
-45
/
+39
2022-11-21
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
1
-3
/
+2
2022-11-21
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
1
-4
/
+2
2022-11-21
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
7
-36
/
+6
2022-11-21
Merge branch 'bpf: Implement two type cast kfuncs'
Alexei Starovoitov
7
-2
/
+293
2022-11-21
bpf: Add type cast unit tests
Yonghong Song
3
-0
/
+198
2022-11-21
bpf: Add a kfunc for generic type cast
Yonghong Song
2
-2
/
+24
2022-11-21
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
4
-0
/
+53
2022-11-21
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2
-1
/
+19
2022-11-21
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2
-2
/
+3
2022-11-20
Merge branch 'Support storing struct task_struct objects as kptrs'
Alexei Starovoitov
16
-70
/
+886
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
5
-0
/
+640
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
1
-3
/
+75
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
10
-57
/
+164
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2
-12
/
+9
2022-11-19
bpf, samples: Use "grep -E" instead of "egrep"
Tiezhu Yang
1
-1
/
+1
2022-11-19
bpf, docs: DEVMAPs and XDP_REDIRECT
Maryam Tahhan
4
-2
/
+310
2022-11-19
libbpf: Ignore hashmap__find() result explicitly in btf_dump
Andrii Nakryiko
1
-1
/
+1
2022-11-18
selftests/bpf: Skip spin lock failure test on s390x
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-11-18
Merge branch 'Allocated objects, BPF linked lists'
Alexei Starovoitov
26
-567
/
+3931
2022-11-18
selftests/bpf: Temporarily disable linked list tests
Kumar Kartikeya Dwivedi
4
-16
/
+34
2022-11-18
selftests/bpf: Add BTF sanity tests
Kumar Kartikeya Dwivedi
1
-0
/
+485
2022-11-18
selftests/bpf: Add BPF linked list API tests
Kumar Kartikeya Dwivedi
6
-0
/
+1264
2022-11-18
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
2
-1
/
+292
2022-11-18
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
3
-47
/
+51
2022-11-18
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-18
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
3
-0
/
+22
2022-11-18
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2
-1
/
+62
2022-11-18
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
3
-9
/
+349
2022-11-18
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
1
-9
/
+12
2022-11-18
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
3
-11
/
+79
2022-11-18
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
6
-23
/
+190
2022-11-18
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2
-14
/
+67
2022-11-18
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
8
-404
/
+573
2022-11-18
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
1
-5
/
+0
2022-11-18
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
2
-14
/
+43
2022-11-18
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2
-25
/
+67
2022-11-18
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
4
-0
/
+77
2022-11-18
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
4
-18
/
+225
[next]