summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca
AgeCommit message (Expand)AuthorLines
2015-09-11IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford-13985/+0
2015-07-14IB/mad: Remove improper use of BUG_ONIra Weiny-2/+3
2015-06-30IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg-8/+2
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny-3/+11
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny-0/+2
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak-2/+7
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak-1/+4
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak-2/+8
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny-9/+9
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang-0/+10
2015-05-11IB/ehca: use correct destination for memcpyNicholas Mc Guire-2/+2
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran-1/+1
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier-12/+1
2014-04-01IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn-12/+0
2014-04-01IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud-0/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas-152/+95
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak-1/+1
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches-1/+2
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-0/+1
2013-06-20IB/ehca: Fix error return code in ehca_create_slab_caches()Wei Yongjun-0/+1
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring-3/+2
2013-02-27IB/ehca: convert to idr_alloc()Tejun Heo-39/+22
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli-2/+5
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman-3/+3
2012-11-15powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie-20/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-2/+2
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-39/+33
2012-09-05IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman-22/+21
2012-09-05IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman-19/+14
2012-08-20infiniband: ehca: Fix compiler warningsPaul E. McKenney-4/+4
2012-08-20infiniband: ehca: Fix while->do-while conversion typoPaul E. McKenney-1/+1
2012-08-13infiniband: Ehca: Use hotplug thread infrastructureThomas Gleixner-164/+92
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier-2/+3
2012-03-05IB/ehca: Fix ilog2() compile failureKyle McMartin-1/+1
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz-1/+1
2012-02-25IB/ehca: Use kthread_create_on_node()Eric Dumazet-1/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-6/+6
2012-01-13module_param: avoid bool abuse, add bint for special cases.Rusty Russell-1/+1
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier-2/+5
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty-0/+3
2011-10-06IB/ehca: Remove IRQF_DISABLED, since it's a no-opYong Zhang-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches-3/+2
2010-10-06IB/ehca: Fix driver on relocatable kernelSonny Rao-3/+3
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-3/+3
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-22/+41
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-3/+3