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-07
mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()
Tudor Ambarus
1
-6
/
+2
2019-11-07
mtd: spi-nor: Rename label as it is no longer generic
Tudor Ambarus
1
-11
/
+11
2019-11-07
mtd: spi-nor: Check for errors after each Register Operation
Tudor Ambarus
1
-21
/
+60
2019-11-07
mtd: spi-nor: Print debug info inside Reg Ops methods
Tudor Ambarus
1
-42
/
+127
2019-11-07
mtd: spi-nor: Use dev_dbg insted of dev_err for low level info
Tudor Ambarus
1
-21
/
+21
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read_raw()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: fix silent truncation in spi_nor_read()
Sergei Shtylyov
1
-1
/
+1
2019-11-02
mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
Mika Westerberg
1
-0
/
+1
2019-11-02
mtd: spi-nor: Print device info in case of error
Tudor Ambarus
1
-2
/
+2
2019-11-01
mtd: spi-nor: Constify data to write to the Status Register
Tudor Ambarus
1
-2
/
+2
2019-11-01
mtd: spi-nor: Fix retlen handling in sst_write()
Tudor Ambarus
1
-4
/
+5
2019-11-01
mtd: spi-nor: Drop redundant error reports in Reg Ops callers
Tudor Ambarus
1
-40
/
+10
2019-11-01
mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()
Tudor Ambarus
1
-25
/
+30
2019-11-01
mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()
Tudor Ambarus
1
-18
/
+20
2019-11-01
mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()
Tudor Ambarus
1
-53
/
+64
2019-11-01
mtd: spi-nor: Don't overwrite errno from Reg Ops
Tudor Ambarus
1
-7
/
+6
2019-11-01
mtd: spi-nor: Drop explicit cast to int to already int value
Tudor Ambarus
1
-9
/
+6
2019-11-01
mtd: spi-nor: Stop compare with negative in Reg Ops methods
Tudor Ambarus
1
-10
/
+13
2019-11-01
mtd: spi-nor: Group all Reg Ops to avoid forward declarations
Tudor Ambarus
1
-213
/
+213
2019-11-01
mtd: spi-nor: Drop duplicated new line
Tudor Ambarus
1
-1
/
+0
2019-11-01
mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methods
Tudor Ambarus
1
-54
/
+56
2019-10-23
mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definition
Tudor Ambarus
1
-8
/
+7
2019-10-23
mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'
Tudor Ambarus
8
-117
/
+166
2019-10-23
mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignment
Tudor Ambarus
1
-1
/
+0
2019-10-23
mtd: spi-nor: add support for en25qh16
DENG Qingfang
1
-0
/
+2
2019-10-23
mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flash
Jethro Beekman
3
-0
/
+17
2019-10-23
mtd: spi-nor: intel-spi: support chips without software sequencer
Jethro Beekman
1
-7
/
+16
2019-10-20
Linux 5.4-rc4
Linus Torvalds
1
-1
/
+1
2019-10-20
Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-6
/
+9
2019-10-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-38
/
+84
2019-10-20
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-17
/
+43
2019-10-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2019-10-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+6
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
179
-892
/
+1486
2019-10-19
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
1
-8
/
+17
2019-10-19
net: dsa: fix switch tree list
Vivien Didelot
1
-1
/
+1
2019-10-19
net: ethernet: dwmac-sun8i: show message only when switching to promisc
Mans Rullgard
1
-1
/
+2
2019-10-19
net: aquantia: add an error handling in aq_nic_set_multicast_list
Chenwandun
1
-0
/
+2
2019-10-19
Merge branch 'netem-fix-further-issues-with-packet-corruption'
David S. Miller
1
-3
/
+8
2019-10-19
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
1
-0
/
+2
2019-10-19
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
1
-3
/
+6
2019-10-19
macb: propagate errors when getting optional clocks
Michael Tretter
1
-6
/
+6
2019-10-19
xen/netback: fix error path of xenvif_connect_data()
Juergen Gross
1
-1
/
+0
2019-10-19
net: hns3: fix mis-counting IRQ vector numbers issue
Yonglong Liu
6
-6
/
+58
2019-10-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
27
-139
/
+165
2019-10-19
scripts/gdb: fix debugging modules on s390
Ilya Leoshkevich
1
-1
/
+7
2019-10-19
kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
Song Liu
1
-2
/
+11
2019-10-19
mm/thp: allow dropping THP from page cache
Kirill A. Shutemov
1
-0
/
+12
2019-10-19
mm/vmscan.c: support removing arbitrary sized pages from mapping
William Kucharski
1
-4
/
+1
2019-10-19
mm/thp: fix node page state in split_huge_page_to_list()
Kirill A. Shutemov
1
-2
/
+7
[next]