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
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
12
-17
/
+21
2018-10-08
netlink: Add extack message to nlmsg_parse for invalid header length
David Ahern
1
-1
/
+3
2018-10-08
netlink: Pass extack to dump handlers
David Ahern
2
-1
/
+12
2018-10-08
isdn/gigaset: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-10-08
Merge branch 'net-sched-cls_u32-Various-improvements'
David S. Miller
1
-83
/
+38
2018-10-08
net: sched: cls_u32: simplify the hell out u32_delete() emptiness check
Al Viro
1
-47
/
+1
2018-10-08
net: sched: cls_u32: keep track of knodes count in tc_u_common
Al Viro
1
-0
/
+6
2018-10-08
net: sched: cls_u32: get rid of tp_c
Al Viro
1
-7
/
+4
2018-10-08
net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data
Al Viro
1
-3
/
+2
2018-10-08
net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode
Al Viro
1
-4
/
+4
2018-10-08
net: sched: cls_u32: clean tc_u_common hashtable
Al Viro
1
-15
/
+9
2018-10-08
net: sched: cls_u32: get rid of tc_u_common ->rcu
Al Viro
1
-1
/
+0
2018-10-08
net: sched: cls_u32: get rid of tc_u_knode ->tp
Al Viro
1
-3
/
+0
2018-10-08
net: sched: cls_u32: get rid of unused argument of u32_destroy_key()
Al Viro
1
-7
/
+6
2018-10-08
net: sched: cls_u32: make sure that divisor is a power of 2
Al Viro
1
-1
/
+5
2018-10-08
net: sched: cls_u32: disallow linking to root hnode
Al Viro
1
-0
/
+4
2018-10-08
net: sched: cls_u32: mark root hnode explicitly
Al Viro
1
-1
/
+3
2018-10-08
Merge branch 'net-phy-mscc-add-support-for-VSC8584-and-VSC8574-Microsemi-quad...
David S. Miller
2
-0
/
+1067
2018-10-08
net: phy: mscc: add support for VSC8574 PHY
Quentin Schulz
1
-1
/
+319
2018-10-08
net: phy: mscc: add support for VSC8584 PHY
Quentin Schulz
1
-0
/
+747
2018-10-08
dt-bindings: net: vsc8531: add two additional LED modes for VSC8584
Quentin Schulz
1
-0
/
+2
2018-10-08
Merge branch 'net-phy-mscc-various-improvements-to-Microsemi-PHY-driver'
David S. Miller
1
-97
/
+255
2018-10-08
net: phy: mscc: remove unneeded temporary variable
Quentin Schulz
1
-8
/
+4
2018-10-08
net: phy: mscc: shorten `x != 0` condition to `x`
Quentin Schulz
1
-4
/
+4
2018-10-08
net: phy: mscc: remove unneeded parenthesis
Quentin Schulz
1
-1
/
+1
2018-10-08
net: phy: mscc: Add EEE init sequence
Raju Lakkaraju
1
-0
/
+65
2018-10-08
net: phy: mscc: add ethtool statistics counters
Raju Lakkaraju
1
-0
/
+119
2018-10-08
net: phy: mscc: migrate to phy_select/restore_page functions
Quentin Schulz
1
-84
/
+62
2018-10-08
net: dpaa2: fix and improve dpaa2-ptp driver
Yangbo Lu
1
-16
/
+9
2018-10-08
net: dpaa2: remove unused code for dprtc
Yangbo Lu
3
-723
/
+0
2018-10-08
net: dpaa2: rename rtc as ptp in dpaa2-ptp driver
Yangbo Lu
1
-15
/
+15
2018-10-08
net: dpaa2: fix dependency of config FSL_DPAA2_ETH
Yangbo Lu
1
-1
/
+1
2018-10-08
MAINTAINERS: update files maintained under DPAA2 PTP/ETHERNET
Yangbo Lu
1
-3
/
+8
2018-10-08
net: dpaa2: move DPAA2 PTP driver out of staging/
Yangbo Lu
11
-27
/
+23
2018-10-08
Merge branch 'bpf-to-bpf-calls-nfp'
Daniel Borkmann
10
-46
/
+589
2018-10-08
bpf: allow offload of programs with BPF-to-BPF function calls
Quentin Monnet
1
-7
/
+3
2018-10-08
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
3
-1
/
+6
2018-10-08
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
3
-23
/
+78
2018-10-08
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
1
-1
/
+27
2018-10-08
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
2
-3
/
+24
2018-10-08
nfp: bpf: account for additional stack usage when checking stack limit
Quentin Monnet
2
-8
/
+68
2018-10-08
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
5
-4
/
+295
2018-10-08
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
2
-11
/
+27
2018-10-08
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
Quentin Monnet
2
-4
/
+13
2018-10-08
nfp: bpf: copy eBPF subprograms information from kernel verifier
Quentin Monnet
3
-0
/
+29
2018-10-08
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
3
-8
/
+8
2018-10-08
bpf: add verifier callback to get stack usage info for offloaded progs
Quentin Monnet
6
-2
/
+37
2018-10-08
bpf, doc: Document Jump X addressing mode
Arthur Fabre
1
-14
/
+16
2018-10-08
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
13
-62
/
+13
2018-10-08
xsk: proper AF_XDP socket teardown ordering
Björn Töpel
2
-13
/
+11
[prev]
[next]