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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-25
dmaengine: axi-dmac: wrap entire dt parse in a function
Alexandru Ardelean
1
-16
/
+24
2020-08-25
dmaengine: axi-dmac: move clock enable earlier
Alexandru Ardelean
1
-7
/
+10
2020-08-25
dmaengine: axi-dmac: move active_descs list init after device-tree init
Alexandru Ardelean
1
-2
/
+2
2020-08-25
dmaengine: axi-dmac: move version read in probe
Alexandru Ardelean
1
-5
/
+5
2020-08-25
dmaengine: pl330: fix instruction dump formatting
Ćukasz Stelmach
1
-1
/
+1
2020-08-25
dmaengine: dw-edma: Fix typo in comments offset
Gustavo Pimentel
1
-1
/
+1
2020-08-25
dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checks
Peter Ujfalusi
1
-10
/
+0
2020-08-19
dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' static
Wei Yongjun
1
-1
/
+1
2020-08-17
dmaengine: dw: Add DMA-channels mask cell support
Serge Semin
2
-2
/
+9
2020-08-17
dmaengine: dw: Ignore burst setting for memory peripherals
Serge Semin
2
-6
/
+4
2020-08-17
dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculation
Serge Semin
1
-1
/
+1
2020-08-17
dmaengine: dw: Activate FIFO-mode for memory peripherals only
Serge Semin
1
-1
/
+1
2020-08-17
dmaengine: xilinx: dpdma: Add debugfs support
Laurent Pinchart
1
-0
/
+209
2020-08-17
dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2UL
Peter Ujfalusi
1
-0
/
+3
2020-08-17
dmaengine: ti: k3-psil: add map for j7200
Peter Ujfalusi
4
-1
/
+181
2020-08-17
dmaengine: ti: k3-psil: Use soc_device_match to get the psil map
Peter Ujfalusi
1
-5
/
+13
2020-08-17
dmaengine: idxd: clear misc interrupt cause after read
Dave Jiang
1
-1
/
+1
2020-08-17
dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variable
Krzysztof Kozlowski
1
-1
/
+1
2020-08-17
dmaengine: pch_dma: use generic power management
Vaibhav Gupta
1
-26
/
+9
2020-08-16
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-64
/
+44
2020-08-16
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-2
/
+0
2020-08-15
Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+47
2020-08-15
Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-86
/
+115
2020-08-15
Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-67
/
+184
2020-08-15
Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
57
-431
/
+1232
2020-08-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-35
/
+16
2020-08-15
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-15
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-15
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
2
-2
/
+2
2020-08-15
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-15
mm: add thp_size
Matthew Wilcox (Oracle)
2
-7
/
+3
2020-08-15
input: i8042 - Remove special Cayman handling
Geert Uytterhoeven
1
-2
/
+0
2020-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
16
-97
/
+164
2020-08-15
Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
20
-38
/
+50
2020-08-14
Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-14
/
+24
2020-08-14
Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2020-08-14
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2
-67
/
+184
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
14
-47
/
+72
2020-08-14
Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
33
-247
/
+379
2020-08-13
Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-2
/
+2
2020-08-13
drm/xen-front: Pass dumb buffer data offset to the backend
Oleksandr Andrushchenko
3
-4
/
+7
2020-08-13
drm/xen-front: Add YUYV to supported formats
Oleksandr Andrushchenko
1
-0
/
+1
2020-08-13
drm/xen-front: Fix misused IS_ERR_OR_NULL checks
Oleksandr Andrushchenko
3
-7
/
+7
2020-08-13
xen/gntdev: Fix dmabuf import with non-zero sgt offset
Oleksandr Andrushchenko
1
-0
/
+8
2020-08-13
mfd: syscon: Use a unique name with regmap_config
Suman Anna
1
-1
/
+3
2020-08-13
mfd: Replace HTTP links with HTTPS ones
Alexander A. Klimov
12
-12
/
+12
2020-08-13
mfd: dln2: Run event handler loop under spinlock
Andy Shevchenko
1
-0
/
+4
2020-08-13
mfd: madera: Improve handling of regulator unbinding
Charles Keepax
1
-8
/
+15
2020-08-13
mfd: mfd-core: Add mechanism for removal of a subset of children
Charles Keepax
1
-1
/
+15
[next]