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
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
4
-4
/
+4
2019-04-29
rdma: fix build errors on s390 and MIPS due to bad ZERO_PAGE use
Linus Torvalds
1
-1
/
+1
2019-04-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-3
/
+50
2019-04-24
RDMA/ucontext: Fix regression with disassociate
Jason Gunthorpe
2
-3
/
+50
2019-04-19
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
1
-0
/
+3
2019-03-12
Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2
-43
/
+14
2019-03-06
RDMA/umem: Revert broken 'off by one' fix
John Hubbard
1
-3
/
+6
2019-03-04
RDMA/umem: minor bug fix in error handling path
John Hubbard
1
-3
/
+6
2019-02-26
RDMA/uverbs: Don't do double free of allocated PD
Leon Romanovsky
1
-0
/
+1
2019-02-23
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
3
-17
/
+17
2019-02-22
RDMA/core: Fix a WARN() message
Dan Carpenter
1
-3
/
+1
2019-02-22
IB/core: Abort page fault handler silently during owning process exit
Moni Shoua
1
-1
/
+1
2019-02-22
RDMA/uverbs: Store PR pointer before it is overwritten
Leon Romanovsky
1
-1
/
+1
2019-02-20
RDMA/core: Verify that memory window type is legal
Noa Osherovich
1
-0
/
+5
2019-02-20
RDMA/iwcm: Fix string truncation error
Leon Romanovsky
1
-3
/
+3
2019-02-20
RDMA/core: Cosmetic change - move member initialization to correct block
Yuval Shaia
1
-8
/
+7
2019-02-20
RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support
Steve Wise
1
-0
/
+122
2019-02-20
RDMA/rxe: Close a race after ib_register_device
Jason Gunthorpe
1
-0
/
+9
2019-02-20
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe
Jason Gunthorpe
1
-0
/
+28
2019-02-20
RDMA/device: Provide APIs from the core code to help unregistration
Jason Gunthorpe
1
-36
/
+206
2019-02-20
RDMA/device: Add ib_device_get_by_netdev()
Jason Gunthorpe
1
-12
/
+107
2019-02-20
RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev
Jason Gunthorpe
5
-38
/
+164
2019-02-19
RDMA/cache: Move the cache per-port data into the main ib_port_data
Jason Gunthorpe
1
-58
/
+31
2019-02-19
RDMA/device: Consolidate ib_device per_port data into one place
Jason Gunthorpe
3
-63
/
+35
2019-02-19
RDMA: Add and use rdma_for_each_port
Jason Gunthorpe
8
-42
/
+37
2019-02-19
RDMA/nldev: Don't expose number of not-visible entries
Leon Romanovsky
1
-5
/
+2
2019-02-19
RDMA/nldev: Connect QP number to .doit callback
Leon Romanovsky
2
-1
/
+11
2019-02-19
RDMA/nldev: Provide parent IDs for PD, MR and QP objects
Leon Romanovsky
1
-0
/
+18
2019-02-19
RDMA/nldev: Share with user-space object IDs
Leon Romanovsky
1
-0
/
+20
2019-02-19
RDMA/restrack: Prepare restrack_root to addition of extra fields per-type
Leon Romanovsky
3
-78
/
+43
2019-02-19
RDMA/restrack: Hide restrack DB from IB/core
Leon Romanovsky
4
-34
/
+111
2019-02-19
RDMA/restrack: Reduce scope of synchronization lock while updating DB
Leon Romanovsky
1
-2
/
+0
2019-02-19
RDMA/nldev: Add resource tracker doit callback
Leon Romanovsky
1
-61
/
+129
2019-02-19
RDMA/restrack: Translate from ID to restrack object
Leon Romanovsky
1
-0
/
+25
2019-02-19
RDMA/restrack: Convert internal DB from hash to XArray
Leon Romanovsky
2
-38
/
+78
2019-02-16
RDMA/core: Move device addition deletion to device.c
Parav Pandit
3
-13
/
+14
2019-02-16
RDMA/core: Introduce and use ib_setup_port_attrs()
Parav Pandit
1
-29
/
+35
2019-02-16
RDMA/core: Use simpler device_del() instead of device_unregister()
Parav Pandit
2
-5
/
+3
2019-02-16
RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
Jason Gunthorpe
1
-2
/
+1
2019-02-15
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
5
-28
/
+44
2019-02-15
RDMA/iwpm: Remove set but not used variable 'msg_seq'
YueHaibing
1
-2
/
+0
2019-02-09
RDMA/devices: Re-organize device.c locking
Jason Gunthorpe
1
-140
/
+221
2019-02-09
RDMA/devices: Use xarray to store the client_data
Jason Gunthorpe
1
-178
/
+170
2019-02-09
RDMA/devices: Use xarray to store the clients
Jason Gunthorpe
1
-5
/
+45
2019-02-09
RDMA/device: Use an ida instead of a free page in alloc_name
Jason Gunthorpe
1
-11
/
+17
2019-02-09
RDMA/device: Get rid of reg_state
Jason Gunthorpe
1
-6
/
+2
2019-02-09
RDMA/device: Call ib_cache_release_one() only from ib_device_release()
Jason Gunthorpe
2
-29
/
+15
2019-02-09
RDMA/device: Ensure that security memory is always freed
Jason Gunthorpe
3
-12
/
+6
2019-02-09
RDMA/device: Check that the rename is nop under the lock
Jason Gunthorpe
1
-4
/
+6
2019-02-09
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
4
-17
/
+29
[next]