1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 0933e2d driver core: Convert some drivers to CLASS_ATTR_STRING by Andi Kleen · 14 years ago
  3. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  4. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  5. b1e4594 switch infiniband uverbs to anon_inodes by Al Viro · 14 years ago
  6. fe8875e Merge branch 'misc' into for-next by Roland Dreier · 14 years ago
  7. a265e55 IB/uverbs: Use anon_inodes instead of private infinibandeventfs by Roland Dreier · 14 years ago
  8. 9afed76 IB/uverbs: Whitespace cleanup by Alexander Chiang · 14 years ago
  9. 6d6a0e7 IB/uverbs: Increase maximum devices supported by Alexander Chiang · 14 years ago
  10. ddbd688 IB/uverbs: use stack variable 'base' in ib_uverbs_add_one by Alexander Chiang · 14 years ago
  11. 3870798 IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one by Alexander Chiang · 14 years ago
  12. 2a72f21 IB/uverbs: Remove dev_table by Alexander Chiang · 14 years ago
  13. 055422d IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device by Alexander Chiang · 14 years ago
  14. 2c48b9c switch alloc_file() to passing struct path by Al Viro · 15 years ago
  15. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  16. b1b8afb IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL) by Jack Morgenstein · 15 years ago
  17. 6276e08 IB: Use DEFINE_SPINLOCK() for static spinlocks by Roland Dreier · 15 years ago
  18. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  19. 91bd418 device create: infiniband: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  20. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  21. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  22. 5b2d281 IB/uverbs: BKL is not needed for ib_uverbs_open() by Roland Dreier · 16 years ago
  23. 057e7c7 infiniband: more BKL pushdown by Jonathan Corbet · 16 years ago
  24. fb77bce IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler() by Jack Morgenstein · 16 years ago
  25. 6c06aec IB: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  26. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 16 years ago
  27. a7dab9e IB/uverbs: Use alloc_file() instead of get_empty_filp() by Roland Dreier · 16 years ago
  28. 1ae5c18 IB/uverbs: Don't store struct file * for event files by Roland Dreier · 16 years ago
  29. 04d29b0 IB/uverbs: Make ib_uverbs_release_event_file() static by Roland Dreier · 17 years ago
  30. f7c6a7b IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules by Roland Dreier · 17 years ago
  31. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 17 years ago
  32. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  33. 1cfd6e6 [PATCH] struct path: convert infiniband by Josef Sipek · 17 years ago
  34. fd60ae4 IB/uverbs: Avoid a crash on device hot remove by Jack Morgenstein · 18 years ago
  35. 61b9175 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
  36. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  37. 9b8efc0 IB/uverbs: Remove unnecessary list_del()s by Roland Dreier · 18 years ago
  38. 9ead190 IB/uverbs: Don't serialize with ib_uverbs_idr_mutex by Roland Dreier · 18 years ago
  39. 8bdb0e8 IB/uverbs: Support for query SRQ from userspace by Dotan Barak · 18 years ago
  40. 7ccc9a2 IB/uverbs: Support for query QP from userspace by Dotan Barak · 18 years ago
  41. a74cd4a IB: Whitespace cleanups by Roland Dreier · 18 years ago
  42. 33b9b3e IB: Add userspace support for resizing CQs by Roland Dreier · 18 years ago
  43. cc76e33 IB/uverbs: Flush scheduled work before unloading module by Michael S. Tsirkin · 18 years ago
  44. 95ed644 IB: convert from semaphores to mutexes by Ingo Molnar · 18 years ago
  45. f4e4015 IB/uverbs: track multicast group membership for userspace QPs by Jack Morgenstein · 18 years ago
  46. de6eb66 [IB] kzalloc() conversions by Roland Dreier · 19 years ago
  47. 7162a3e [IB] uverbs: Avoid NULL pointer deref on CQ async event by Roland Dreier · 19 years ago
  48. 4cce339 [IB] fix up class_device_create() calls by Roland Dreier · 19 years ago
  49. 70a30e1 [IB] uverbs: Fix device lifetime problems by Roland Dreier · 19 years ago
  50. ec329a1 Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c) by Roland Dreier · 19 years ago
  51. 5d7edb3 [IB] Add idr_destroy() calls on module unload by Roland Dreier · 19 years ago
  52. 67cdb40 [IB] uverbs: Implement more commands by Roland Dreier · 19 years ago
  53. 883a99c [IB] uverbs: Add a mask of device methods allowed for userspace by Roland Dreier · 19 years ago
  54. 305a7e8 [IB] uverbs: unlock correctly in error paths by Roland Dreier · 19 years ago
  55. 274c089 [IB] uverbs: Add device-specific ABI version attribute by Roland Dreier · 19 years ago
  56. 6b73597e [IB] uverbs: ABI-breaking fixes for userspace verbs by Roland Dreier · 19 years ago
  57. 63c47c2 [IB] uverbs: Close some exploitable races by Roland Dreier · 19 years ago
  58. 63aaf64 Make sure that userspace does not retrieve stale asynchronous or by Roland Dreier · 19 years ago
  59. f520ba5 [PATCH] IB: userspace SRQ support by Roland Dreier · 19 years ago
  60. 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 19 years ago
  61. e1bcfcaa [PATCH] IB: fix use-after-free in user verbs cleanup by Roland Dreier · 19 years ago
  62. abdf119 [IB/uverbs]: Add O_ASYNC support by Gleb Natapov · 19 years ago
  63. bc38a6a [PATCH] IB uverbs: core implementation by Roland Dreier · 19 years ago