summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
Commit message (Expand)AuthorAgeFilesLines
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
*-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-011-4/+26
|\ \
| | * RDMA/uverbs: Export ib_open_qp() capability to user spaceSean Hefty2011-10-131-1/+2
| | * RDMA/core: Export ib_open_qp() to share XRC TGT QPsSean Hefty2011-10-131-2/+2
| | * RDMA/uverbs: Export XRC TGT QPs to user spaceSean Hefty2011-10-131-2/+6
| | * RDMA/uverbs: Export XRC SRQs to user spaceSean Hefty2011-10-131-0/+1
| | * RDMA/uverbs: Export XRC domains to user spaceSean Hefty2011-10-131-0/+17
| |/ |/|
| * RDMA/ucm: Removed checks for unsigned value < 0Hefty, Sean2011-10-061-2/+1
|/
* RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues2011-07-041-1/+2
* IB/uverbs: Add devnode method to set path/modeRoland Dreier2011-05-231-0/+8
* IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier2010-04-211-4/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-071-8/+3
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-20/+4
|\
| * switch infiniband uverbs to anon_inodesAl Viro2010-03-031-75/+7
* | Merge branch 'misc' into for-nextRoland Dreier2010-03-011-56/+5
|\ \
| * | IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2010-02-241-56/+4
| |/
* | IB/uverbs: Whitespace cleanupAlexander Chiang2010-02-241-34/+34
* | IB/uverbs: Increase maximum devices supportedAlexander Chiang2010-02-241-6/+50
* | IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang2010-02-241-1/+3
* | IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang2010-02-241-5/+7
* | IB/uverbs: Remove dev_tableAlexander Chiang2010-02-241-19/+5
* | IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang2010-02-241-13/+10
|/
* switch alloc_file() to passing struct pathAl Viro2009-12-161-2/+7
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein2009-09-051-2/+4
* IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier2009-09-051-3/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+3
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-6/+7
|\
| * IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein2008-06-181-1/+1
| * IB: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+6
* | IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier2008-07-041-7/+13
* | infiniband: more BKL pushdownJonathan Corbet2008-06-201-2/+7
|/
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-25/+26
* IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier2008-04-161-12/+7
* IB/uverbs: Don't store struct file * for event filesRoland Dreier2008-04-161-5/+4
* IB/uverbs: Make ib_uverbs_release_event_file() staticRoland Dreier2007-10-091-8/+8
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-081-8/+3
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-1/+1
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-3/+3
* [PATCH] struct path: convert infinibandJosef Sipek2006-12-081-3/+3
* IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2006-08-031-1/+7
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-06-251-6/+0
|\
| * IB/uverbs: Remove unnecessary list_del()sRoland Dreier2006-06-221-6/+0
* | [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-3/+4
|/
* IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier2006-06-171-17/+18
* IB/uverbs: Support for query SRQ from userspaceDotan Barak2006-03-201-0/+1