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
2021-06-08
nvme: NVME_TCP_OFFLOAD should not default to m
Geert Uytterhoeven
1
-1
/
+0
2021-06-08
Merge branch 'farsync-cleanups'
David S. Miller
1
-283
/
+204
2021-06-08
net: farsync: replace comparison to NULL with "fst_card_array[i]"
Peng Li
1
-2
/
+2
2021-06-08
net: farsync: remove redundant return
Peng Li
1
-1
/
+0
2021-06-08
net: farsync: fix the alignment issue
Peng Li
1
-1
/
+1
2021-06-08
net: farsync: remove redundant parentheses
Peng Li
1
-8
/
+8
2021-06-08
net: farsync: remove redundant spaces
Peng Li
1
-9
/
+9
2021-06-08
net: farsync: remove redundant braces {}
Peng Li
1
-51
/
+35
2021-06-08
net: farsync: add some required spaces
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: fix the code style issue about macros
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: code indent use tabs where possible
Peng Li
1
-18
/
+18
2021-06-08
net: farsync: remove trailing whitespaces
Peng Li
1
-15
/
+15
2021-06-08
net: farsync: fix the comments style issue
Peng Li
1
-152
/
+83
2021-06-08
net: farsync: remove redundant initialization for statics
Peng Li
1
-2
/
+2
2021-06-08
net: farsync: move out assignment in if condition
Peng Li
1
-8
/
+16
2021-06-08
net: farsync: fix the code style issue about "foo* bar"
Peng Li
1
-1
/
+1
2021-06-08
net: farsync: add blank line after declarations
Peng Li
1
-0
/
+2
2021-06-08
net: farsync: remove redundant blank lines
Peng Li
1
-3
/
+0
2021-06-08
Merge branch 'realtek-dt'
David S. Miller
2
-4
/
+116
2021-06-08
net: phy: realtek: add delay to fix RXC generation issue
Joakim Zhang
1
-1
/
+14
2021-06-08
net: phy: realtek: add dt property to enable ALDPS mode
Joakim Zhang
1
-3
/
+17
2021-06-08
net: phy: realtek: add dt property to disable CLKOUT clock
Joakim Zhang
1
-1
/
+41
2021-06-08
dt-bindings: net: add dt binding for realtek rtl82xx phy
Joakim Zhang
1
-0
/
+45
2021-06-08
net: Kconfig: indent with tabs instead of spaces
Marek BehĂșn
1
-11
/
+11
2021-06-08
Merge branch 'page_pool-recycling'
David S. Miller
12
-22
/
+114
2021-06-08
mvneta: recycle buffers
Matteo Croce
1
-4
/
+7
2021-06-08
mvpp2: recycle buffers
Matteo Croce
1
-1
/
+1
2021-06-08
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
4
-7
/
+77
2021-06-08
skbuff: add a parameter to __skb_frag_unref
Matteo Croce
5
-8
/
+10
2021-06-08
mm: add a signature in struct page
Matteo Croce
4
-5
/
+22
2021-06-08
net: moxa: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+2
2021-06-08
l2tp: Fix spelling mistakes
Zheng Yongjun
2
-2
/
+2
2021-06-08
net/ncsi: Fix spelling mistakes
Zheng Yongjun
2
-3
/
+3
2021-06-08
ipv4: Fix spelling mistakes
Zheng Yongjun
4
-6
/
+6
2021-06-08
netlabel: Fix spelling mistakes
Zheng Yongjun
2
-2
/
+2
2021-06-08
net: micrel: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-08
net: mvpp2: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-08
net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname
Yang Yingliang
1
-14
/
+7
2021-06-08
net: enetc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+1
2021-06-08
net: macb: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-08
net: bcmgenet: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-08
net: tulip: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-08
net: mscc: ocelot: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+5
2021-06-08
Merge branch 'hns3-error-handling'
David S. Miller
4
-39
/
+47
2021-06-08
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
Yufeng Mo
2
-23
/
+0
2021-06-08
net: hns3: add scheduling logic for error handling task
Jiaran Zhang
1
-14
/
+6
2021-06-08
net: hns3: add a separate error handling task
Jiaran Zhang
3
-2
/
+41
2021-06-07
qed: Fix duplicate included linux/kernel.h
Jiapeng Chong
1
-1
/
+0
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
20
-152
/
+474
2021-06-07
Merge branch 'ax88772-phylib'
David S. Miller
8
-94
/
+286
[prev]
[next]