index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/uverbs: Implement memory windows support in uverbs
Shani Michaeli
2013-02-21
1
-2
/
+11
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-7
/
+5
*
switch infinibarf users of fget() to fget_light()
Al Viro
2012-09-26
1
-2
/
+3
*
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2012-01-03
1
-1
/
+1
*
-
.
Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...
Roland Dreier
2011-11-01
1
-4
/
+26
|
\
\
|
|
*
RDMA/uverbs: Export ib_open_qp() capability to user space
Sean Hefty
2011-10-13
1
-1
/
+2
|
|
*
RDMA/core: Export ib_open_qp() to share XRC TGT QPs
Sean Hefty
2011-10-13
1
-2
/
+2
|
|
*
RDMA/uverbs: Export XRC TGT QPs to user space
Sean Hefty
2011-10-13
1
-2
/
+6
|
|
*
RDMA/uverbs: Export XRC SRQs to user space
Sean Hefty
2011-10-13
1
-0
/
+1
|
|
*
RDMA/uverbs: Export XRC domains to user space
Sean Hefty
2011-10-13
1
-0
/
+17
|
|
/
|
/
|
|
*
RDMA/ucm: Removed checks for unsigned value < 0
Hefty, Sean
2011-10-06
1
-2
/
+1
|
/
*
RDMA: Check for NULL mode in .devnode methods
Goldwyn Rodrigues
2011-07-04
1
-1
/
+2
*
IB/uverbs: Add devnode method to set path/mode
Roland Dreier
2011-05-23
1
-0
/
+8
*
IB: Explicitly rule out llseek to avoid BKL in default_llseek()
Roland Dreier
2010-04-21
1
-4
/
+7
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
driver core: Convert some drivers to CLASS_ATTR_STRING
Andi Kleen
2010-03-07
1
-8
/
+3
*
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
2010-03-07
1
-1
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-03-04
1
-20
/
+4
|
\
|
*
switch infiniband uverbs to anon_inodes
Al Viro
2010-03-03
1
-75
/
+7
*
|
Merge branch 'misc' into for-next
Roland Dreier
2010-03-01
1
-56
/
+5
|
\
\
|
*
|
IB/uverbs: Use anon_inodes instead of private infinibandeventfs
Roland Dreier
2010-02-24
1
-56
/
+4
|
|
/
*
|
IB/uverbs: Whitespace cleanup
Alexander Chiang
2010-02-24
1
-34
/
+34
*
|
IB/uverbs: Increase maximum devices supported
Alexander Chiang
2010-02-24
1
-6
/
+50
*
|
IB/uverbs: use stack variable 'base' in ib_uverbs_add_one
Alexander Chiang
2010-02-24
1
-1
/
+3
*
|
IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one
Alexander Chiang
2010-02-24
1
-5
/
+7
*
|
IB/uverbs: Remove dev_table
Alexander Chiang
2010-02-24
1
-19
/
+5
*
|
IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device
Alexander Chiang
2010-02-24
1
-13
/
+10
|
/
*
switch alloc_file() to passing struct path
Al Viro
2009-12-16
1
-2
/
+7
*
headers: remove sched.h from poll.h
Alexey Dobriyan
2009-10-04
1
-0
/
+1
*
IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)
Jack Morgenstein
2009-09-05
1
-2
/
+4
*
IB: Use DEFINE_SPINLOCK() for static spinlocks
Roland Dreier
2009-09-05
1
-3
/
+1
*
saner FASYNC handling on file close
Al Viro
2008-11-01
1
-2
/
+0
*
device create: infiniband: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-6
/
+3
*
RDMA: Remove subversion $Id tags
Roland Dreier
2008-07-14
1
-2
/
+0
*
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
2008-07-14
1
-6
/
+7
|
\
|
*
IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()
Jack Morgenstein
2008-06-18
1
-1
/
+1
|
*
IB: fix race in device_create
Greg Kroah-Hartman
2008-05-20
1
-5
/
+6
*
|
IB/uverbs: BKL is not needed for ib_uverbs_open()
Roland Dreier
2008-07-04
1
-7
/
+13
*
|
infiniband: more BKL pushdown
Jonathan Corbet
2008-06-20
1
-2
/
+7
|
/
*
IB: convert struct class_device to struct device
Tony Jones
2008-04-19
1
-25
/
+26
*
IB/uverbs: Use alloc_file() instead of get_empty_filp()
Roland Dreier
2008-04-16
1
-12
/
+7
*
IB/uverbs: Don't store struct file * for event files
Roland Dreier
2008-04-16
1
-5
/
+4
*
IB/uverbs: Make ib_uverbs_release_event_file() static
Roland Dreier
2007-10-09
1
-8
/
+8
*
IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules
Roland Dreier
2007-05-08
1
-8
/
+3
*
IB: Add CQ comp_vector support
Michael S. Tsirkin
2007-05-06
1
-1
/
+1
*
[PATCH] mark struct file_operations const 3
Arjan van de Ven
2007-02-12
1
-3
/
+3
*
[PATCH] struct path: convert infiniband
Josef Sipek
2006-12-08
1
-3
/
+3
*
IB/uverbs: Avoid a crash on device hot remove
Jack Morgenstein
2006-08-03
1
-1
/
+7
*
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...
Linus Torvalds
2006-06-25
1
-6
/
+0
|
\
|
*
IB/uverbs: Remove unnecessary list_del()s
Roland Dreier
2006-06-22
1
-6
/
+0
[next]