headers: remove sched.h from poll.h
[safe/jmp/linux-2.6] / drivers / infiniband / core / uverbs_main.c
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-09-06 Jack MorgensteinIB/uverbs: Return ENOSYS for unimplemented commands...
2009-09-06 Roland DreierIB: Use DEFINE_SPINLOCK() for static spinlocks
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-16 Greg Kroah-Hartmandevice create: infiniband: convert device_create_drvdat...
2008-07-15 Roland DreierRDMA: Remove subversion $Id tags
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-04 Roland DreierIB/uverbs: BKL is not needed for ib_uverbs_open()
2008-06-20 Jonathan Corbetinfiniband: more BKL pushdown
2008-06-18 Jack MorgensteinIB/uverbs: Fix check of is_closed flag check in ib_uver...
2008-05-20 Greg Kroah-HartmanIB: fix race in device_create
2008-04-20 Tony JonesIB: convert struct class_device to struct device
2008-04-17 Roland DreierIB/uverbs: Use alloc_file() instead of get_empty_filp()
2008-04-17 Roland DreierIB/uverbs: Don't store struct file * for event files
2007-10-10 Roland DreierIB/uverbs: Make ib_uverbs_release_event_file() static
2007-05-09 Roland DreierIB/uverbs: Export ib_umem_get()/ib_umem_release() to...
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
2006-12-08 Josef Sipek[PATCH] struct path: convert infiniband
2006-08-03 Jack MorgensteinIB/uverbs: Avoid a crash on device hot remove
2006-06-25 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-22 Roland DreierIB/uverbs: Remove unnecessary list_del()s
2006-06-18 Roland DreierIB/uverbs: Don't serialize with ib_uverbs_idr_mutex
2006-03-20 Dotan BarakIB/uverbs: Support for query SRQ from userspace
2006-03-20 Dotan BarakIB/uverbs: Support for query QP from userspace
2006-03-20 Roland DreierIB: Whitespace cleanups
2006-03-20 Roland DreierIB: Add userspace support for resizing CQs
2006-01-17 Michael S. TsirkinIB/uverbs: Flush scheduled work before unloading module
2006-01-13 Ingo MolnarIB: convert from semaphores to mutexes
2005-11-30 Jack MorgensteinIB/uverbs: track multicast group membership for userspa...
2005-11-02 Roland Dreier[IB] kzalloc() conversions
2005-10-31 Roland Dreier[IB] uverbs: Avoid NULL pointer deref on CQ async event
2005-10-28 Roland Dreier[IB] fix up class_device_create() calls
2005-10-28 Roland Dreier[IB] uverbs: Fix device lifetime problems
2005-10-24 Roland DreierManual merge of for-linus to upstream (fix conflicts...
2005-10-24 Roland Dreier[IB] Add idr_destroy() calls on module unload
2005-10-17 Roland Dreier[IB] uverbs: Implement more commands
2005-10-17 Roland Dreier[IB] uverbs: Add a mask of device methods allowed for...
2005-10-17 Roland Dreier[IB] uverbs: unlock correctly in error paths
2005-10-17 Roland Dreier[IB] uverbs: Add device-specific ABI version attribute
2005-10-17 Roland Dreier[IB] uverbs: ABI-breaking fixes for userspace verbs
2005-09-26 Roland Dreier[IB] uverbs: Close some exploitable races
2005-09-09 Roland DreierMake sure that userspace does not retrieve stale asynch...
2005-08-27 Roland Dreier[PATCH] IB: userspace SRQ support
2005-08-27 Roland Dreier[PATCH] IB: Add copyright notices
2005-08-27 Roland Dreier[PATCH] IB: fix use-after-free in user verbs cleanup
2005-07-27 Gleb Natapov[IB/uverbs]: Add O_ASYNC support
2005-07-08 Roland Dreier[PATCH] IB uverbs: core implementation