1. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 13 years ago
  2. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  3. b4b8d1e IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() by Michael Ellerman · 13 years ago
  4. aa97c32 IB/ehca: Don't use phys_to_abs(), it's a nop by Michael Ellerman · 13 years ago
  5. bff4a394 infiniband: ehca: Fix compiler warnings by Paul E. McKenney · 13 years ago
  6. c0e12e5 infiniband: ehca: Fix while->do-while conversion typo by Paul E. McKenney · 13 years ago
  7. 8194262 infiniband: Ehca: Use hotplug thread infrastructure by Thomas Gleixner · 13 years ago
  8. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  9. f0e88ae Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-next by Roland Dreier · 13 years ago
  10. bd50f89 IB/ehca: Fix ilog2() compile failure by Kyle McMartin · 13 years ago
  11. 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 13 years ago
  12. 6aeaa48 IB/ehca: Use kthread_create_on_node() by Eric Dumazet · 13 years ago
  13. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 14 years ago
  14. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 14 years ago
  15. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 14 years ago
  16. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 14 years ago
  17. 10889a3 IB/ehca: Remove IRQF_DISABLED, since it's a no-op by Yong Zhang · 14 years ago
  18. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  19. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 15 years ago
  20. 625fbd3 IB/ehca: Fix driver on relocatable kernel by Sonny Rao · 15 years ago
  21. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 15 years ago
  22. 3cc08fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  23. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 15 years ago
  24. 03b37ec Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 15 years ago
  25. 2db0032 IB/ehca: Drop unnecessary NULL test by Julia Lawall · 15 years ago
  26. bd5d0cc IB/ehca: Init irq tasklet before irq can happen by Alexander Schmidt · 15 years ago
  27. a2ebf07 IB: Rename RAW_ETY to RAW_ETHERTYPE by Aleksey Senin · 15 years ago
  28. e675b6d IB/ehca: Catch failing ioremap() by Alexander Schmidt · 15 years ago
  29. 91fb0dd IB/ehca: Fix bitmask handling for lock_hcalls by Alexander Schmidt · 15 years ago
  30. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  31. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  32. 1dee31f ehca: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
  33. 8e9815a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  34. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  35. 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 15 years ago
  36. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  37. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  38. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  39. 45e354e IB/ehca: Require in_wc in process_mad() by Alexander Schmidt · 15 years ago
  40. fa55e30 IB/ehca: Allow access for ib_query_qp() by Alexander Schmidt · 16 years ago
  41. 25ef756 IB/ehca: Do not turn off irqs in tasklet context by Alexander Schmidt · 16 years ago
  42. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 16 years ago
  43. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  44. e147de0 IB/ehca: Fix error paths in post_send and post_recv by Frank Zago · 16 years ago
  45. 9420269 IB/ehca: Rework destroy_eq() by Alexander Schmidt · 16 years ago
  46. ca0c958 this_cpu: Straight transformations by Christoph Lameter · 16 years ago
  47. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 16 years ago
  48. 908eedc walk system ram range by KAMEZAWA Hiroyuki · 16 years ago
  49. a4dbd67 driver model: constify attribute groups by David Brownell · 16 years ago
  50. 6303e74 IB/ehca: Fix CQE flags reporting by Joachim Fenkes · 16 years ago
  51. d706834 IB/ehca: Construct MAD redirect replies from request MAD by Joachim Fenkes · 16 years ago
  52. 50d40b8 IB/ehca: Make port autodetect mode the default by Alexander Schmidt · 16 years ago
  53. 1d4d6da IB/ehca: Bump version number by Alexander Schmidt · 16 years ago
  54. af04662 IB/ehca: Ensure that guid_entry index is not negative by Roel Kluin · 16 years ago
  55. 0cf89dc IB/ehca: Tolerate dynamic memory operations before driver load by Hannes Hering · 16 years ago
  56. f899c2d infiniband: ehca: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago
  57. 8d34ff3 Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 16 years ago
  58. 25a5239 IB/ehca: Remove superfluous bitmasks from QP control block by Joachim Fenkes · 16 years ago
  59. 5b891a9 infiniband: Remove void casts by Jack Stone · 16 years ago
  60. bde2cfa IB/ehca: Increment version number by Stefan Roscher · 16 years ago
  61. 1988d1f IB/ehca: Remove unnecessary memory operations for userspace queue pairs by Stefan Roscher · 16 years ago
  62. c94f156 IB/ehca: Fall back to vmalloc() for big allocations by Stefan Roscher · 16 years ago
  63. bf31a1a IB/ehca: Replace vmalloc() with kmalloc() for queue allocation by Anton Blanchard · 16 years ago
  64. 9c3da09 IB: Remove __constant_{endian} uses by Harvey Harrison · 17 years ago
  65. ee96aae IB/ehca: Use consistent types for ehca_plpar_hcall9() by Stephen Rothwell · 17 years ago
  66. 3750f60 IB/ehca: Fix printk format warnings from u64 type change by Stephen Rothwell · 17 years ago
  67. ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  68. 7ddccb2 IB/ehca: spin_lock_irqsave() takes an unsigned long by Stephen Rothwell · 17 years ago
  69. b29179c cpumask: use new cpumask API in drivers/infiniband/hw/ehca by Rusty Russell · 17 years ago
  70. 259c4dd cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c by Rusty Russell · 17 years ago
  71. 139cdab IB/ehca: Remove redundant test of vpage by Julia Lawall · 17 years ago
  72. 1c72194 IB/ehca: Replace modulus operations in flush error completion path by Stefan Roscher · 17 years ago
  73. 75c21ae IB/ehca: Fix locking for shca_list_lock by Joachim Fenkes · 17 years ago
  74. 7ec4f46 IB/ehca: Fix problem with generated flush work completions by Stefan Roscher · 17 years ago
  75. 6b1f9d6 IB/ehca: Change misleading error message on memory hotplug by Joachim Fenkes · 17 years ago
  76. fad96ab IB/ehca: Remove reference to special QP in case of port activation failure by Stefan Roscher · 17 years ago
  77. 263c24a IB/ehca: Reject dynamic memory add/remove when ehca adapter is present by Stefan Roscher · 17 years ago
  78. 19f4282 IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter by Stefan Roscher · 17 years ago
  79. 0540bbb IB/ehca: Don't allow creating UC QP with SRQ by Hoang-Nam Nguyen · 17 years ago
  80. b9012e0 IB/ehca: Generate flush status CQ entries by Alexander Schmidt · 17 years ago
  81. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 17 years ago
  82. 6773f07 IB/ehca: Discard double CQE for one WR by Alexander Schmidt · 17 years ago
  83. 129a10f IB/ehca: Check idr_find() return value by Alexander Schmidt · 17 years ago
  84. 17c2b53 IB/ehca: Repoll CQ on invalid opcode by Alexander Schmidt · 17 years ago
  85. 6c02eed IB/ehca: Rename goto label in ehca_poll_cq_one() by Alexander Schmidt · 17 years ago
  86. 51ad241 IB/ehca: Update qp_state on cached modify_qp() by Alexander Schmidt · 17 years ago
  87. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 17 years ago
  88. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  89. 1a867c3 IB/ehca: Release mutex in error path of alloc_small_queue_page() by Julia Lawall · 17 years ago
  90. 593e4d4 IB/ehca: Use default value for Local CA ACK Delay if FW returns 0 by Joachim Fenkes · 17 years ago
  91. 5b673b7 IB/ehca: Filter PATH_MIG events if QP was never armed by Joachim Fenkes · 17 years ago
  92. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
  93. 038919f IB/ehca: Make device table externally visible by Joachim Fenkes · 17 years ago
  94. 6f7bc01 IB/ehca: In case of lost interrupts, trigger EOI to reenable interrupts by Stefan Roscher · 17 years ago
  95. 3e255ea IB/ehca: Reject receive work requests if QP is in RESET state by Joachim Fenkes · 17 years ago
  96. 00f7ec3 RDMA/core: Add memory management extensions support by Steve Wise · 17 years ago
  97. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 17 years ago
  98. 088af15 IB/ehca: Reject send WRs only for RESET, INIT and RTR state by Joachim Fenkes · 17 years ago
  99. 5d7bfd0 infiniband: use performance variant for_each_cpu_mask_nr by Mike Travis · 17 years ago
  100. 12137c5 IB/ehca: Wait for async events to finish before destroying QP by Stefan Roscher · 17 years ago