aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-21IB: Explicitly rule out llseek to avoid BKL in default_llseek()Roland Dreier1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-8/+3
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-20/+4
2010-03-03switch infiniband uverbs to anon_inodesAl Viro1-75/+7
2010-03-01Merge branch 'misc' into for-nextRoland Dreier1-56/+5
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier1-56/+4
2010-02-24IB/uverbs: Whitespace cleanupAlexander Chiang1-34/+34
2010-02-24IB/uverbs: Increase maximum devices supportedAlexander Chiang1-6/+50
2010-02-24IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang1-1/+3
2010-02-24IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang1-5/+7
2010-02-24IB/uverbs: Remove dev_tableAlexander Chiang1-19/+5
2010-02-24IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang1-13/+10
2009-12-16switch alloc_file() to passing struct pathAl Viro1-2/+7
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-05IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein1-2/+4
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier1-3/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-6/+3
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-6/+7
2008-07-04IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier1-7/+13
2008-06-20infiniband: more BKL pushdownJonathan Corbet1-2/+7
2008-06-18IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein1-1/+1
2008-05-20IB: fix race in device_createGreg Kroah-Hartman1-5/+6
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-25/+26
2008-04-16IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier1-12/+7
2008-04-16IB/uverbs: Don't store struct file * for event filesRoland Dreier1-5/+4
2007-10-09IB/uverbs: Make ib_uverbs_release_event_file() staticRoland Dreier1-8/+8
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-8/+3
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-3/+3
2006-12-08[PATCH] struct path: convert infinibandJosef Sipek1-3/+3
2006-08-03IB/uverbs: Avoid a crash on device hot removeJack Morgenstein1-1/+7
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-6/+0
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-06-22IB/uverbs: Remove unnecessary list_del()sRoland Dreier1-6/+0
2006-06-17IB/uverbs: Don't serialize with ib_uverbs_idr_mutexRoland Dreier1-17/+18
2006-03-20IB/uverbs: Support for query SRQ from userspaceDotan Barak1-0/+1
2006-03-20IB/uverbs: Support for query QP from userspaceDotan Barak1-0/+1
2006-03-20IB: Whitespace cleanupsRoland Dreier1-1/+0
2006-03-20IB: Add userspace support for resizing CQsRoland Dreier1-1/+2
2006-01-17IB/uverbs: Flush scheduled work before unloading moduleMichael S. Tsirkin1-0/+1
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-4/+4
2005-11-29IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein1-4/+17
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-3/+1
2005-10-31[IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier1-6/+3
2005-10-28[IB] fix up class_device_create() callsRoland Dreier1-1/+2
2005-10-28[IB] uverbs: Fix device lifetime problemsRoland Dreier1-56/+147