| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/ehca: use kvfree() in ipz_queue_{cd}tor() | Pekka Enberg | 2015-07-01 | 1 | -8/+2 |
* | IB/mad: Add support for additional MAD info to/from drivers | Ira Weiny | 2015-06-12 | 2 | -3/+11 |
* | IB/core: Add ability for drivers to report an alternate MAD size. | Ira Weiny | 2015-06-12 | 1 | -0/+2 |
* | IB/core: Pass hardware specific data in query_device | Matan Barak | 2015-06-12 | 2 | -2/+7 |
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attr | Matan Barak | 2015-06-12 | 1 | -1/+4 |
* | IB/core: Change provider's API of create_cq to be extendible | Matan Barak | 2015-06-12 | 2 | -2/+8 |
* | IB/core cleanup: Add const on args - device->process_mad | Ira Weiny | 2015-06-02 | 2 | -9/+9 |
* | IB/core: Convert core to use bitfield for caps | Ira Weiny | 2015-05-20 | 2 | -7/+1 |
* | IB/core: Add per port immutable struct to ib_device | Ira Weiny | 2015-05-20 | 1 | -0/+17 |
* | IB/Verbs: Implement new callback query_protocol() | Michael Wang | 2015-05-18 | 3 | -0/+10 |
* | IB/ehca: use correct destination for memcpy | Nicholas Mc Guire | 2015-05-11 | 1 | -2/+2 |
* | IB/core: Replace ib_umem's offset field with a full address | Haggai Eran | 2014-12-16 | 1 | -1/+1 |
*---. | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2014-04-03 | 2 | -12/+1 |
|\ \ \ |
|
| | | * | IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloads | Mike Marciniszyn | 2014-04-01 | 1 | -12/+0 |
| | |/
| |/| |
|
| | * | IB/ehca: Returns an error on ib_copy_to_udata() failure | Yann Droneaud | 2014-04-01 | 1 | -0/+1 |
| |/ |
|
* / | IB: Refactor umem to use linear SG table | Yishai Hadas | 2014-03-04 | 2 | -152/+95 |
|/ |
|
* | IB/core: Ethernet L2 attributes in verbs/cm structures | Matan Barak | 2014-01-14 | 1 | -1/+1 |
* | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks | Joe Perches | 2013-08-20 | 1 | -1/+2 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2013-07-13 | 1 | -0/+1 |
|\ |
|
| * | IB/ehca: Fix error return code in ehca_create_slab_caches() | Wei Yongjun | 2013-06-20 | 1 | -0/+1 |
* | | ibmebus: convert of_platform_driver to platform_driver | Rob Herring | 2013-06-12 | 1 | -3/+2 |
|/ |
|
* | IB/ehca: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 2 | -39/+22 |
* | IB/core: Add "type 2" memory windows support | Shani Michaeli | 2013-02-21 | 2 | -2/+5 |
* | Drivers: infinband: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
* | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate function | Ian Munsie | 2012-11-15 | 1 | -20/+0 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -2/+2 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-10-05 | 8 | -39/+33 |
|\ |
|
| * | IB/ehca: Remove uses of virt_to_abs() and abs_to_virt() | Michael Ellerman | 2012-09-05 | 8 | -22/+21 |
| * | IB/ehca: Don't use phys_to_abs(), it's a nop | Michael Ellerman | 2012-09-05 | 1 | -19/+14 |
* | | infiniband: ehca: Fix compiler warnings | Paul E. McKenney | 2012-08-20 | 1 | -4/+4 |
* | | infiniband: ehca: Fix while->do-while conversion typo | Paul E. McKenney | 2012-08-20 | 1 | -1/+1 |
* | | infiniband: Ehca: Use hotplug thread infrastructure | Thomas Gleixner | 2012-08-13 | 2 | -164/+92 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
*-. | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 2012-03-19 | 2 | -2/+3 |
|\ \ |
|
| | * | IB/ehca: Fix ilog2() compile failure | Kyle McMartin | 2012-03-05 | 1 | -1/+1 |
| | * | IB/ehca: Use kthread_create_on_node() | Eric Dumazet | 2012-02-26 | 1 | -1/+2 |
| |/ |
|
* / | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 2012-03-05 | 1 | -1/+1 |
|/ |
|
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 2 | -6/+6 |
* | module_param: avoid bool abuse, add bint for special cases. | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
*-. | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 2011-11-01 | 2 | -2/+5 |
|\ \ |
|
| | * | RDMA/core: Add SRQ type field | Sean Hefty | 2011-10-13 | 1 | -0/+3 |
| |/
|/| |
|
| * | IB/ehca: Remove IRQF_DISABLED, since it's a no-op | Yong Zhang | 2011-10-06 | 1 | -2/+2 |
|/ |
|
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2011-01-12 | 1 | -3/+2 |
* | IB/ehca: Fix driver on relocatable kernel | Sonny Rao | 2010-10-06 | 1 | -3/+3 |
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-08-12 | 2 | -3/+3 |
|\ |
|
| * | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 2 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-08-08 | 7 | -22/+41 |
|\ \
| |/
|/| |
|
| *-. | Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 's... | Roland Dreier | 2010-08-05 | 7 | -22/+41 |
| |\ \ |
|
| | | * | IB: Rename RAW_ETY to RAW_ETHERTYPE | Aleksey Senin | 2010-08-04 | 1 | -1/+1 |
| | |/
| |/| |
|