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
2019-04-13
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
Jiong Wang
1
-10
/
+20
2019-04-13
bpf: refactor propagate_liveness to eliminate code redundance
Jiong Wang
1
-14
/
+20
2019-04-13
bpf: refactor propagate_liveness to eliminate duplicated for loop
Jiong Wang
1
-3
/
+1
2019-04-13
bpf: Fix distinct pointer types warning for ARCH=i386
Andrey Ignatov
1
-1
/
+1
2019-04-12
Merge branch 'bpf-sysctl-hook'
Alexei Starovoitov
19
-8
/
+2697
2019-04-12
selftests/bpf: C based test for sysctl and strtoX
Andrey Ignatov
2
-1
/
+126
2019-04-12
selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
1
-0
/
+485
2019-04-12
selftests/bpf: Test ARG_PTR_TO_LONG arg type
Andrey Ignatov
1
-0
/
+160
2019-04-12
selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
Andrey Ignatov
1
-0
/
+19
2019-04-12
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-1
/
+50
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
4
-1
/
+187
2019-04-12
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
Andrey Ignatov
2
-0
/
+31
2019-04-12
selftests/bpf: Test file_pos field in bpf_sysctl ctx
Andrey Ignatov
1
-0
/
+64
2019-04-12
selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
1
-0
/
+222
2019-04-12
selftests/bpf: Test sysctl_get_current_value helper
Andrey Ignatov
1
-0
/
+228
2019-04-12
selftests/bpf: Test bpf_sysctl_get_name helper
Andrey Ignatov
1
-0
/
+222
2019-04-12
selftests/bpf: Test BPF_CGROUP_SYSCTL
Andrey Ignatov
2
-1
/
+293
2019-04-12
selftests/bpf: Test sysctl section name
Andrey Ignatov
1
-0
/
+5
2019-04-12
libbpf: Support sysctl hook
Andrey Ignatov
2
-0
/
+4
2019-04-12
bpf: Sync bpf.h to tools/
Andrey Ignatov
1
-1
/
+89
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
5
-8
/
+63
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
5
-10
/
+142
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
3
-1
/
+88
2019-04-12
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
2
-2
/
+90
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
8
-0
/
+141
2019-04-12
bpf: Add base proto function for cgroup-bpf programs
Andrey Ignatov
1
-1
/
+7
2019-04-12
Merge branch 'smc-next'
David S. Miller
8
-274
/
+294
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
4
-59
/
+58
2019-04-12
net/smc: improve smc_listen_work reason codes
Karsten Graul
2
-46
/
+54
2019-04-12
net/smc: code cleanup smc_listen_work
Karsten Graul
1
-15
/
+14
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
3
-6
/
+10
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
7
-141
/
+139
2019-04-12
net/smc: check for ip prefix and subnet
Karsten Graul
2
-3
/
+10
2019-04-12
net/smc: fallback to TCP after connect problems
Karsten Graul
1
-4
/
+4
2019-04-12
net/smc: nonblocking connect rework
Ursula Braun
2
-42
/
+47
2019-04-12
xen-netback: add reference from xenvif to backend_info to facilitate coredump...
Dongli Zhang
2
-16
/
+19
2019-04-12
Merge branch 'sctp-skb-list'
David S. Miller
3
-41
/
+71
2019-04-12
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().
David Miller
3
-20
/
+13
2019-04-12
sctp: Make sctp_enqueue_event tak an skb list.
David Miller
2
-15
/
+39
2019-04-12
sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
David Miller
1
-1
/
+10
2019-04-12
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
David Miller
1
-6
/
+10
2019-04-12
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
David Miller
1
-1
/
+1
2019-04-12
net: sched: flower: fix filter net reference counting
Vlad Buslov
1
-11
/
+6
2019-04-12
selftests: Add debugging options to pmtu.sh
David Ahern
1
-89
/
+124
2019-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
75
-425
/
+4603
2019-04-12
bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+6
2019-04-12
tools: add smp_* barrier variants to include infrastructure
Daniel Borkmann
2
-2
/
+15
2019-04-12
Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'
David S. Miller
2
-125
/
+149
2019-04-12
ipv6: Refactor __ip6_route_redirect
David Ahern
1
-23
/
+33
2019-04-12
ipv6: Refactor rt6_device_match
David Ahern
1
-13
/
+25
[next]