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-12-30
samples/bpf: Fix tracex2 by using BPF_KSYSCALL macro
Daniel T. Lee
1
-3
/
+3
2022-12-30
samples/bpf: Change _kern suffix to .bpf with syscall tracing program
Daniel T. Lee
12
-10
/
+11
2022-12-30
samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...
Daniel T. Lee
5
-14
/
+7
2022-12-30
samples/bpf: Use kyscall instead of kprobe in syscall tracing program
Daniel T. Lee
7
-31
/
+12
2022-12-29
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
4
-24
/
+26
2022-12-29
libbpf: fix errno is overwritten after being closed.
Xin Liu
1
-3
/
+2
2022-12-28
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
1
-7
/
+16
2022-12-28
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
1
-12
/
+9
2022-12-28
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
1
-24
/
+21
2022-12-28
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
1
-16
/
+15
2022-12-28
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
2
-29
/
+28
2022-12-28
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
1
-4
/
+12
2022-12-22
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
1
-1
/
+0
2022-12-22
selftests/bpf: Add jit probe_mem corner case tests to s390x denylist
Daniel Borkmann
1
-0
/
+1
2022-12-22
selftests/bpf: Add verifier test exercising jit PROBE_MEM logic
Dave Marchevsky
2
-0
/
+89
2022-12-22
bpf, x86: Improve PROBE_MEM runtime load check
Dave Marchevsky
1
-31
/
+39
2022-12-21
libbpf: start v1.2 development cycle
Andrii Nakryiko
2
-1
/
+4
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
1
-2
/
+2
2022-12-21
Merge branch 'bpftool: improve error handing for missing .BTF section'
Andrii Nakryiko
3
-0
/
+7
2022-12-21
bpf: makefiles: Do not generate empty vmlinux.h
Changbin Du
2
-0
/
+6
2022-12-21
libbpf: Show error info about missing ".BTF" section
Changbin Du
1
-0
/
+1
2022-12-21
libbpf: Fix build warning on ref_ctr_off for 32-bit architectures
Khem Raj
1
-1
/
+1
2022-12-21
docs: BPF_MAP_TYPE_SOCK[MAP|HASH]
Maryam Tahhan
1
-0
/
+498
2022-12-20
selftests/bpf: Add BPF_F_NO_TUNNEL_KEY test
Christian Ehrig
2
-3
/
+58
2022-12-20
bpf: Add flag BPF_F_NO_TUNNEL_KEY to bpf_skb_set_tunnel_key()
Christian Ehrig
3
-1
/
+12
2022-12-20
Merge branch 'samples/bpf: fix LLVM compilation warning'
Martin KaFai Lau
3
-9
/
+6
2022-12-20
samples/bpf: fix uninitialized warning with test_current_task_under_cgroup
Daniel T. Lee
1
-2
/
+4
2022-12-20
samples/bpf: replace meaningless counter with tracex4
Daniel T. Lee
1
-2
/
+2
2022-12-20
samples/bpf: remove unused function with test_lru_dist
Daniel T. Lee
1
-5
/
+0
2022-12-20
bpf: Remove trace_printk_lock
Jiri Olsa
3
-26
/
+28
2022-12-20
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
3
-11
/
+13
2022-12-20
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
4
-27
/
+41
2022-12-16
tools/resolve_btfids: Use pkg-config to locate libelf
Shen Jiamin
1
-2
/
+6
2022-12-16
libbpf: Fix btf_dump's packed struct determination
Andrii Nakryiko
2
-27
/
+25
2022-12-15
selftests/bpf: Add few corner cases to test padding handling of btf_dump
Andrii Nakryiko
2
-1
/
+164
2022-12-15
libbpf: Fix BTF-to-C converter's padding logic
Andrii Nakryiko
3
-65
/
+164
2022-12-15
libbpf: Fix btf__align_of() by taking into account field offsets
Andrii Nakryiko
1
-0
/
+13
2022-12-15
selftests/bpf: Add non-standardly sized enum tests for btf_dump
Andrii Nakryiko
1
-0
/
+36
2022-12-15
libbpf: Handle non-standardly sized enums better in BTF-to-C dumper
Andrii Nakryiko
1
-0
/
+38
2022-12-15
libbpf: Fix single-line struct definition output in btf_dump
Andrii Nakryiko
1
-2
/
+5
2022-12-14
libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
Xin Liu
1
-4
/
+12
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2013
-34345
/
+165926
2022-12-14
Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
10
-11
/
+234
2022-12-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
70
-340
/
+393
2022-12-14
Merge tag 'x86_sev_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+2
2022-12-14
Merge tag 'x86_paravirt_for_v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-49
/
+12
2022-12-14
Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-476
/
+410
2022-12-14
Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
30
-662
/
+538
2022-12-14
Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-512
/
+547
2022-12-14
Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-187
/
+223
[next]