index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
usnic
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/usnic: use iommu_map_atomic() under spin_lock()
Yang Yingliang
2023-02-15
1
-4
/
+4
*
treewide: Change list_sort to use const pointers
Sami Tolvanen
2021-09-30
1
-1
/
+2
*
RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
Dinghao Liu
2021-01-19
1
-0
/
+3
*
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
2020-10-16
1
-1
/
+2
*
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2020-09-09
2
-3
/
+3
*
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2020-09-09
2
-2
/
+3
*
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
2020-08-31
1
-1
/
+1
|
\
|
*
RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
Colin Ian King
2020-08-18
1
-1
/
+1
*
|
RDMA/usnic: Remove the query_pkey callback
Kamal Heib
2020-08-27
3
-15
/
+0
|
/
*
RDMA/usnic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-16
1
-2
/
+2
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
2020-06-02
1
-1
/
+0
*
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
2020-03-04
1
-1
/
+1
*
RDMA: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-20
1
-1
/
+1
*
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-1
/
+1
*
IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
John Hubbard
2020-01-31
1
-1
/
+1
*
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
akpm@linux-foundation.org
2019-09-24
1
-4
/
+1
*
RDMA/usnic: Avoid overly large buffers on stack
Arnd Bergmann
2019-09-13
1
-2
/
+8
*
RDMA: Introduce ib_port_phys_state enum
Kamal Heib
2019-08-12
1
-3
/
+4
*
IB/usnic: Use dev_get_drvdata
Chuhong Yuan
2019-07-25
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-15
5
-26
/
+22
|
\
|
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-28
1
-0
/
+1
|
|
\
|
*
|
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
4
-16
/
+12
|
*
|
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
2019-06-11
2
-4
/
+2
|
*
|
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
|
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
|
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+2
|
*
|
RDMA: Convert put_page() to put_user_page*()
John Hubbard
2019-05-27
1
-3
/
+4
*
|
|
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
2019-06-02
1
-5
/
+10
|
|
/
|
/
|
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
1
-4
/
+5
*
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
2
-6
/
+2
*
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
3
-5
/
+3
*
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
2
-9
/
+8
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
3
-15
/
+9
*
IB/usnic: Fix deadlock
Parvi Kaustubhi
2019-02-19
3
-28
/
+19
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
1
-2
/
+3
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-08
3
-24
/
+10
*
IB/usnic: Fix locking when unregistering
Parvi Kaustubhi
2019-02-08
1
-2
/
+4
*
drivers/IB,usnic: reduce scope of mmap_sem
Davidlohr Bueso
2019-02-07
3
-55
/
+6
*
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-02-07
1
-4
/
+4
*
IB/usnic: Remove stub functions
Gal Pressman
2019-01-30
3
-75
/
+0
*
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
1
-1
/
+1
*
infiniband: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-01-25
1
-1
/
+1
*
infiniband: usnic: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-24
1
-26
/
+0
*
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-15
/
+11
*
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
RDMA: Clear CTX objects during their allocation
Leon Romanovsky
2019-01-10
1
-1
/
+1
*
IB/usnic: Fix out of bounds index check in query pkey
Gal Pressman
2019-01-10
1
-1
/
+1
[next]