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-09-11
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix doorbell setting
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix qp structure memory leak
Michal Kalderon
1
-0
/
+2
2020-09-11
RDMA/ocrdma: Remove fbo from MR
Jason Gunthorpe
3
-4
/
+3
2020-09-11
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
2
-14
/
+2
2020-09-11
RDMA/mlx4: Use ib_umem_num_dma_blocks()
Jason Gunthorpe
5
-19
/
+6
2020-09-11
RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
3
-4
/
+6
2020-09-11
RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-12
/
+5
2020-09-11
RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding
Jason Gunthorpe
1
-30
/
+19
2020-09-11
RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()
Jason Gunthorpe
1
-46
/
+24
2020-09-11
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-4
/
+3
2020-09-11
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
Jason Gunthorpe
1
-25
/
+16
2020-09-11
RDMA/i40iw: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-9
/
+1
2020-09-11
RDMA/efa: Use ib_umem_num_dma_pages()
Jason Gunthorpe
1
-3
/
+3
2020-09-11
RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()
Jason Gunthorpe
5
-6
/
+11
2020-09-11
Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
12
-28
/
+70
2020-09-11
Merge tag 'drm-intel-fixes-2020-09-10' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-6
/
+4
2020-09-10
powercap/intel_rapl: add support for AlderLake
Zhang Rui
1
-0
/
+1
2020-09-10
powercap/intel_rapl: add support for RocketLake
Zhang Rui
1
-0
/
+1
2020-09-10
powercap/intel_rapl: add support for TigerLake Desktop
Zhang Rui
1
-0
/
+1
2020-09-10
test_firmware: Test platform fw loading on non-EFI systems
Kees Cook
1
-5
/
+5
2020-09-09
RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block
Jason Gunthorpe
4
-15
/
+13
2020-09-09
RDMA/umem: Add rdma_umem_for_each_dma_block()
Jason Gunthorpe
4
-7
/
+4
2020-09-09
RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-3
/
+8
2020-09-09
RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()
Jason Gunthorpe
1
-0
/
+6
2020-09-09
RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary
Jason Gunthorpe
1
-2
/
+7
2020-09-09
RDMA: Make counters destroy symmetrical
Leon Romanovsky
2
-2
/
+5
2020-09-09
RDMA: Restore ability to return error for destroy WQ
Leon Romanovsky
8
-16
/
+25
2020-09-09
RDMA: Change XRCD destroy return value
Leon Romanovsky
4
-6
/
+11
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
30
-35
/
+62
2020-09-09
RDMA/core: Delete function indirection for alloc/free kernel CQ
Leon Romanovsky
1
-15
/
+12
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
26
-45
/
+54
2020-09-09
RDMA/mlx5: Issue FW command to destroy SRQ on reentry
Leon Romanovsky
1
-3
/
+12
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
21
-35
/
+41
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
28
-34
/
+51
2020-09-09
IB/isert: Fix unaligned immediate-data handling
Sagi Grimberg
2
-56
/
+78
2020-09-09
RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init
Md Haris Iqbal
2
-3
/
+80
2020-09-09
RDMA/rtrs-srv: Set .release function for rtrs srv device during device init
Md Haris Iqbal
2
-8
/
+8
2020-09-09
RDMA/hns: Avoid unncessary initialization
Lijun Ou
6
-24
/
+24
2020-09-09
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
YueHaibing
1
-2
/
+0
2020-09-09
RDMA/core: Change how failing destroy is handled during uobj abort
Jason Gunthorpe
1
-15
/
+15
2020-09-09
spi: stm32: fix pm_runtime_get_sync() error checking
Dan Carpenter
1
-1
/
+1
2020-09-09
spi: Fix memory leak on splited transfers
Gustav Wiklander
1
-2
/
+7
2020-09-09
i2c: algo: pca: Reapply i2c bus settings after reset
Evan Nimmo
1
-12
/
+23
2020-09-09
Merge tag 'at24-fixes-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-4
/
+7
2020-09-09
nvme-fabrics: allow to queue requests for live queues
Sagi Grimberg
1
-4
/
+8
2020-09-09
Merge tag 'drm-xlnx-dpsub-fixes-20200905' of git://linuxtv.org/pinchartl/medi...
Dave Airlie
2
-1
/
+2
2020-09-08
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-23
/
+39
2020-09-08
nvme-tcp: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-08
nvme-rdma: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
[prev]
[next]