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
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
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
9
-10
/
+735
2019-11-16
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
3
-0
/
+65
2019-11-16
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
1
-54
/
+98
2019-11-16
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
4
-46
/
+130
2019-11-16
bpf, doc: Change right arguments for JIT example code
Mao Wenan
1
-4
/
+4
2019-11-16
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
1
-0
/
+2
2019-11-16
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
1
-1
/
+0
2019-11-16
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
1
-8
/
+66
2019-11-16
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2
-2
/
+8
2019-11-12
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
1
-1
/
+2
2019-11-11
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
1
-1
/
+4
2019-11-11
Merge branch 'share-umem'
Alexei Starovoitov
6
-59
/
+195
2019-11-11
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
1
-5
/
+23
2019-11-11
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
1
-12
/
+29
2019-11-11
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-11
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
4
-42
/
+135
2019-11-11
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
1
-10
/
+17
2019-11-11
Merge branch 'map-pinning'
Alexei Starovoitov
7
-55
/
+120
2019-11-11
libbpf: Add getter for program size
Toke Høiland-Jørgensen
3
-0
/
+9
2019-11-11
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
3
-28
/
+67
2019-11-11
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2
-6
/
+7
2019-11-11
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
1
-16
/
+11
2019-11-11
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2
-4
/
+18
2019-11-11
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
1
-1
/
+8
2019-11-09
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
12
-178
/
+178
2019-11-09
samples: bpf: Update outdated error message
Daniel T. Lee
5
-7
/
+7
2019-11-07
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2
-16
/
+63
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
4
-13
/
+12
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
1
-2
/
+2
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
2019-11-07
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
1
-7
/
+7
2019-11-07
libbpf: Fix potential overflow issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix memory leak/double free issue
Andrii Nakryiko
1
-1
/
+1
2019-11-07
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
1
-0
/
+2
2019-11-07
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
Ilya Leoshkevich
1
-16
/
+5
2019-11-07
s390/bpf: Wrap JIT macro parameter usages in parentheses
Ilya Leoshkevich
1
-31
/
+31
2019-11-07
s390/bpf: Use kvcalloc for addrs array
Ilya Leoshkevich
1
-2
/
+3
2019-11-07
tools, bpf_asm: Warn when jumps are out of range
Ilya Leoshkevich
1
-2
/
+12
2019-11-07
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
1
-1
/
+1
2019-11-07
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
Andrii Nakryiko
2
-28
/
+18
2019-11-07
selftests/bps: Clean up removed ints relocations negative tests
Andrii Nakryiko
1
-6
/
+0
2019-11-04
Merge branch 'bpf-libbpf-bitfield-size-relo'
Daniel Borkmann
23
-161
/
+682
2019-11-04
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
5
-5
/
+122
2019-11-04
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
9
-2
/
+294
2019-11-04
libbpf: Add support for field size relocations
Andrii Nakryiko
2
-8
/
+39
2019-11-04
libbpf: Add support for relocatable bitfields
Andrii Nakryiko
3
-60
/
+227
2019-11-04
selftests/bpf: Remove too strict field offset relo test cases
Andrii Nakryiko
9
-90
/
+4
2019-11-04
Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
25
-359
/
+393
2019-11-04
mISDN: remove unused variable 'faxmodulation_s'
YueHaibing
1
-1
/
+0
[next]