summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ehca
Commit message (Expand)AuthorAgeFilesLines
* IB/ehca: Deprecate driver, move to staging, schedule deletionDoug Ledford2015-09-1131-13985/+0
* IB/mad: Remove improper use of BUG_ONIra Weiny2015-07-141-2/+3
* IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg2015-06-301-8/+2
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-122-3/+11
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+2
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-122-2/+7
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+4
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-122-2/+8
* IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-022-9/+9
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-202-7/+1
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-183-0/+10
* IB/ehca: use correct destination for memcpyNicholas Mc Guire2015-05-111-2/+2
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-151-1/+1
*---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-032-12/+1
|\ \ \
| | | * IB/ehca: Remove ib_sg_dma_address() and ib_sg_dma_len() overloadsMike Marciniszyn2014-04-011-12/+0
| | |/ | |/|
| | * IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud2014-04-011-0/+1
| |/
* / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-042-152/+95
|/
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-1/+1
* treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-131-0/+1
|\
| * IB/ehca: Fix error return code in ehca_create_slab_caches()Wei Yongjun2013-06-201-0/+1
* | ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-121-3/+2
|/
* IB/ehca: convert to idr_alloc()Tejun Heo2013-02-272-39/+22
* IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-212-2/+5
* Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-20/+0
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-068-39/+33
|\
| * IB/ehca: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman2012-09-058-22/+21
| * IB/ehca: Don't use phys_to_abs(), it's a nopMichael Ellerman2012-09-051-19/+14
* | infiniband: ehca: Fix compiler warningsPaul E. McKenney2012-08-201-4/+4
* | infiniband: ehca: Fix while->do-while conversion typoPaul E. McKenney2012-08-201-1/+1
* | infiniband: Ehca: Use hotplug thread infrastructureThomas Gleixner2012-08-132-164/+92
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
*-. Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-192-2/+3
|\ \
| | * IB/ehca: Fix ilog2() compile failureKyle McMartin2012-03-051-1/+1
| | * IB/ehca: Use kthread_create_on_node()Eric Dumazet2012-02-251-1/+2
| |/
* / IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-6/+6
* module_param: avoid bool abuse, add bint for special cases.Rusty Russell2012-01-131-1/+1
*-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-012-2/+5
|\ \
| | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+3
| |/ |/|
| * IB/ehca: Remove IRQF_DISABLED, since it's a no-opYong Zhang2011-10-061-2/+2
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-3/+2
* IB/ehca: Fix driver on relocatable kernelSonny Rao2010-10-061-3/+3
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-122-3/+3
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-077-22/+41
|\ \ | |/ |/|