Age | Commit message (Expand) | Author | Files | Lines |
2015-09-11 | IB/ehca: Deprecate driver, move to staging, schedule deletion | Doug Ledford | 1 | -482/+0 |
2014-03-04 | IB: Refactor umem to use linear SG table | Yishai Hadas | 1 | -1/+1 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -2/+2 |
2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -1/+1 |
2009-12-09 | IB/ehca: Rework destroy_eq() | Alexander Schmidt | 1 | -0/+1 |
2008-12-05 | IB/ehca: Replace modulus operations in flush error completion path | Stefan Roscher | 1 | -0/+7 |
2008-12-01 | IB/ehca: Fix problem with generated flush work completions | Stefan Roscher | 1 | -1/+3 |
2008-10-22 | IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter | Stefan Roscher | 1 | -0/+2 |
2008-09-20 | IB/ehca: Generate flush status CQ entries | Alexander Schmidt | 1 | -1/+13 |
2008-08-12 | IB/ehca: Discard double CQE for one WR | Alexander Schmidt | 1 | -0/+9 |
2008-07-22 | IB/ehca: Filter PATH_MIG events if QP was never armed | Joachim Fenkes | 1 | -0/+1 |
2008-05-07 | IB/ehca: Wait for async events to finish before destroying QP | Stefan Roscher | 1 | -0/+2 |
2008-04-29 | IB/ehca: Allocate event queue size depending on max number of CQs and QPs | Stefan Roscher | 1 | -0/+5 |
2008-04-23 | IB/ehca: Prevent posting of SQ WQEs if QP not in RTS | Joachim Fenkes | 1 | -0/+1 |
2008-04-16 | IB/ehca: Remove tgid checking | Hoang-Nam Nguyen | 1 | -2/+0 |
2008-02-04 | IB/ehca: Add PMA support | Hoang-Nam Nguyen | 1 | -0/+1 |
2008-01-25 | IB/ehca: Prevent RDMA-related connection failures on some eHCA2 hardware | Joachim Fenkes | 1 | -0/+5 |
2008-01-25 | IB/ehca: Add "port connection autodetect mode" | Hoang-Nam Nguyen | 1 | -0/+16 |
2008-01-25 | IB/ehca: Define array to store SMI/GSI QPs | Hoang-Nam Nguyen | 1 | -1/+1 |
2007-12-13 | IB/ehca: Fix lock flag variable location, bump version number | Joachim Fenkes | 1 | -0/+1 |
2007-11-13 | IB/ehca: Fix static rate calculation | Joachim Fenkes | 1 | -1/+0 |
2007-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+0 |
2007-10-17 | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 1 | -1/+0 |
2007-10-17 | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e... | Joachim Fenkes | 1 | -1/+1 |
2007-10-09 | IB/ehca: Adjust 64-bit alignment of create QP response for userspace | Hoang-Nam Nguyen | 1 | -0/+1 |
2007-10-09 | IB/ehca: Fix large page HW cap defines | Hoang-Nam Nguyen | 1 | -4/+4 |
2007-10-09 | IB/ehca: Use remap_4k_pfn() to map firmware contexts to user space | Hoang-Nam Nguyen | 1 | -1/+3 |
2007-10-09 | IB/ehca: Include <linux/mutex.h> from ehca_classes.h | Roland Dreier | 1 | -0/+1 |
2007-07-28 | IB/ehca: Move extern declarations from .c files to .h files | Hoang-Nam Nguyen | 1 | -0/+1 |
2007-07-20 | IB/ehca: Support small QP queues | Stefan Roscher | 1 | -15/+26 |
2007-07-20 | IB/ehca: Support large page MRs | Hoang-Nam Nguyen | 1 | -0/+9 |
2007-07-17 | IB/ehca: Fix warnings issued by checkpatch.pl | Hoang-Nam Nguyen | 1 | -2/+2 |
2007-07-17 | IB/ehca: MR/MW structure refactoring | Hoang-Nam Nguyen | 1 | -25/+25 |
2007-07-09 | IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive events | Joachim Fenkes | 1 | -0/+6 |
2007-07-09 | IB/ehca: Change idr spinlocks into rwlocks | Joachim Fenkes | 1 | -2/+2 |
2007-07-09 | IB/ehca: Refactor sync between completions and destroy_cq using atomic_t | Joachim Fenkes | 1 | -2/+2 |
2007-07-09 | IB/ehca: Lock renaming, static initializers | Joachim Fenkes | 1 | -1/+0 |
2007-07-09 | IB/ehca: add Shared Receive Queue support | Joachim Fenkes | 1 | -8/+18 |
2007-07-09 | IB/ehca: QP code restructuring in preparation for SRQ | Joachim Fenkes | 1 | -7/+39 |
2007-07-09 | IB/ehca: HW level, HW caps and MTU autodetection | Joachim Fenkes | 1 | -0/+2 |
2007-05-14 | IB/ehca: Serialize hypervisor calls in ehca_register_mr() | Stefan Roscher | 1 | -0/+1 |
2007-05-08 | IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules | Roland Dreier | 1 | -0/+1 |
2007-04-24 | IB/ehca: Implement modify_port | Joachim Fenkes | 1 | -0/+1 |
2007-03-01 | IB/ehca: Fix sync between completion handler and destroy cq | Hoang-Nam Nguyen | 1 | -1/+5 |
2007-02-16 | IB/ehca: Allow en/disabling scaling code via module parameter | Hoang-Nam Nguyen | 1 | -0/+1 |
2007-02-16 | IB/ehca: Rework irq handler | Hoang-Nam Nguyen | 1 | -5/+13 |
2007-02-04 | IB/ehca: Remove obsolete prototypes | Hoang-Nam Nguyen | 1 | -14/+0 |
2007-02-04 | IB/ehca: Remove use of do_mmap() | Hoang-Nam Nguyen | 1 | -8/+7 |
2006-09-22 | IB/ehca: Add driver for IBM eHCA InfiniBand adapters | Heiko J Schick | 1 | -0/+346 |