aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/uverbs: Support for query QP from userspaceDotan Barak2006-03-201-0/+1
* IB: Whitespace cleanupsRoland Dreier2006-03-201-1/+0
* IB: Add userspace support for resizing CQsRoland Dreier2006-03-201-1/+2
* IB/uverbs: Flush scheduled work before unloading moduleMichael S. Tsirkin2006-01-171-0/+1
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-4/+4
* IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein2005-11-291-4/+17
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-3/+1
* [IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier2005-10-311-6/+3
* [IB] fix up class_device_create() callsRoland Dreier2005-10-281-1/+2
* [IB] uverbs: Fix device lifetime problemsRoland Dreier2005-10-281-56/+147
* Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-241-0/+7
|\
| * [IB] Add idr_destroy() calls on module unloadRoland Dreier2005-10-241-0/+7
* | [IB] uverbs: Implement more commandsRoland Dreier2005-10-171-1/+15
* | [IB] uverbs: Add a mask of device methods allowed for userspaceRoland Dreier2005-10-171-1/+2
* | [IB] uverbs: unlock correctly in error pathsRoland Dreier2005-10-171-2/+6
* | [IB] uverbs: Add device-specific ABI version attributeRoland Dreier2005-10-171-0/+11
* | [IB] uverbs: ABI-breaking fixes for userspace verbsRoland Dreier2005-10-171-141/+151
|/
* [IB] uverbs: Close some exploitable racesRoland Dreier2005-09-261-8/+19
* Make sure that userspace does not retrieve stale asynchronous orRoland Dreier2005-09-091-36/+62
* [PATCH] IB: userspace SRQ supportRoland Dreier2005-08-261-1/+19
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-261-0/+2
* [PATCH] IB: fix use-after-free in user verbs cleanupRoland Dreier2005-08-261-1/+2
* [IB/uverbs]: Add O_ASYNC supportGleb Natapov2005-07-271-1/+13
* [PATCH] IB uverbs: core implementationRoland Dreier2005-07-071-0/+698