IB/ehca: Change meaning of hca_cap_mr_pgsize
[safe/jmp/linux-2.6] / drivers / infiniband / hw / ehca /
2007-10-18 Joachim FenkesIB/ehca: Change meaning of hca_cap_mr_pgsize
2007-10-18 Joachim FenkesIB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()
2007-10-18 Joachim FenkesIB/ehca: Fix masking error in {,re}reg_phys_mr()
2007-10-18 Joachim FenkesIB/ehca: Supply QP token for SRQ base QPs
2007-10-10 Roland DreierIB/ehca: Fix clipping of device limits to INT_MAX
2007-10-10 Joachim FenkesIB/ehca: Return srq_attr->max_sge in ehca_query_srq()
2007-10-10 Hoang-Nam NguyenIB/ehca: Adjust 64-bit alignment of create QP response...
2007-10-10 Hoang-Nam NguyenIB/ehca: Fix mem leak of firmware ctrlblock in ehca_cre...
2007-10-10 Satyam SharmaIB/ehca: Misc cpuinit section annotations and #ifdef...
2007-10-10 Joachim FenkesIB/ehca: Only use MR large pages for hugetlb regions
2007-10-10 Hoang-Nam NguyenIB/ehca: Fix large page HW cap defines
2007-10-10 Joachim FenkesIB/ehca: Bump version number and change its format
2007-10-10 Joachim FenkesIB/ehca: Replace get_paca()->paca_index by the more...
2007-10-10 Joachim FenkesIB/ehca: Serialize MR alloc and MR free hvCalls
2007-10-10 Joachim FenkesIB/ehca: Path migration support
2007-10-10 Joachim FenkesIB/ehca: Add check for max #SGE to create_qp()
2007-10-10 Joachim FenkesIB/ehca: ehca_gen_warn() should always print
2007-10-10 Joachim FenkesIB/ehca: Print return codes as signed decimal integers
2007-10-10 Joachim FenkesIB/ehca: Refactor hvcall tracing
2007-10-10 Hoang-Nam NguyenIB/ehca: Use remap_4k_pfn() to map firmware contexts...
2007-10-10 Stefan RoscherIB/ehca: Support more than 4k QPs for userspace and...
2007-10-10 Stefan RoscherIB/ehca: Small QP userspace support
2007-10-10 Anton BlanchardIB/ehca: Export module parameters in sysfs
2007-10-10 Anton BlanchardIB/ehca: Make output clearer by removing some debug...
2007-10-10 Roland DreierIB/ehca: Include <linux/mutex.h> from ehca_classes.h
2007-08-31 Joachim FenkesIB/ehca: SRQ fixes to enable IPoIB CM
2007-08-31 Stefan RoscherIB/ehca: Fix Small QP regressions
2007-07-31 Eddy L O Janssonin-string typos of "error"
2007-07-29 Hoang-Nam NguyenIB/ehca: Move extern declarations from .c files to...
2007-07-28 Hoang-Nam NguyenIB/ehca: Fix include order to better match kernel style
2007-07-21 Stefan RoscherIB/ehca: Support small QP queues
2007-07-21 Joachim FenkesIB/ehca: Make internal_create/destroy_qp() static
2007-07-21 Hoang-Nam NguyenIB/ehca: Move ehca2ib_return_code() out of line
2007-07-21 Hoang-Nam NguyenIB/ehca: Generate async event when SRQ limit reached
2007-07-21 Hoang-Nam NguyenIB/ehca: Support large page MRs
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-18 Hoang-Nam NguyenIB/ehca: Fix warnings issued by checkpatch.pl
2007-07-18 Hoang-Nam NguyenIB/ehca: Restructure ehca_set_pagebuf()
2007-07-18 Hoang-Nam NguyenIB/ehca: MR/MW structure refactoring
2007-07-18 Hoang-Nam NguyenIB/ehca: Use macro to calculate number of chunks in...
2007-07-18 Hoang-Nam NguyenIB/ehca: Use #define for "pages per register_rpage...
2007-07-18 Hoang-Nam NguyenIB/ehca: Use common error code mapping instead of speci...
2007-07-18 Hoang-Nam NguyenIB/ehca: Fix memory leak in error path of ehca_get_dma_mr()
2007-07-18 Joachim FenkesIB/ehca: Fix HW level autodetection
2007-07-10 Hoang-Nam NguyenIB/ehca: Improve latency by unlocking after triggering...
2007-07-10 Joachim FenkesIB/ehca: Notify consumers of LID/PKEY/SM changes after...
2007-07-10 Joachim FenkesIB/ehca: Return QP pointer in poll_cq()
2007-07-10 Joachim FenkesIB/ehca: Change idr spinlocks into rwlocks
2007-07-10 Joachim FenkesIB/ehca: Refactor sync between completions and destroy_...
2007-07-10 Joachim FenkesIB/ehca: Lock renaming, static initializers
2007-07-10 Hoang-Nam NguyenIB/ehca: Report RDMA atomic attributes in query_qp()
2007-07-10 Stefan RoscherIB/ehca: Set SEND_GRH flag for all non-LL UD QPs on...
2007-07-10 Stefan RoscherIB/ehca: Support UD low-latency QPs
2007-07-10 Joachim FenkesIB/ehca: add Shared Receive Queue support
2007-07-10 Joachim FenkesIB/ehca: QP code restructuring in preparation for SRQ
2007-07-10 Joachim FenkesIB/ehca: HW level, HW caps and MTU autodetection
2007-07-10 Hoang-Nam NguyenIB/ehca: Change scaling_code parameter description...
2007-07-10 Jan EngelhardtIB: Use menuconfig for InfiniBand menu
2007-07-09 Joachim FenkesIB/ehca: Refactor "maybe missed event" code
2007-05-24 Stefan RoscherIB/ehca: Fix number of send WRs reported for new QP
2007-05-19 Hoang-Nam NguyenIB/ehca: Return proper error code if register_mr fails
2007-05-14 Joachim FenkesIB/ehca: Disable scaling code by default, bump version...
2007-05-14 Joachim FenkesIB/ehca: Beautify sysfs attribute code and fix compiler...
2007-05-14 Joachim FenkesIB/ehca: Remove _irqsave, move #ifdef
2007-05-14 Hoang-Nam NguyenIB/ehca: Fix AQP0/1 QP number
2007-05-14 Joachim FenkesIB/ehca: Correctly set GRH mask bit in ehca_modify_qp()
2007-05-14 Stefan RoscherIB/ehca: Serialize hypervisor calls in ehca_register_mr()
2007-05-10 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Roland DreierIB/uverbs: Export ib_umem_get()/ib_umem_release() to...
2007-05-08 Paul MackerrasMerge branch 'linux-2.6'
2007-05-07 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-05-07 Roland DreierIB: Return "maybe missed event" hint from ib_req_notify...
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-05-02 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-30 Paul MackerrasMerge branch 'linux-2.6' into for-2.6.22
2007-04-26 Paul MackerrasRevert "[POWERPC] Rename get_property to of_get_propert...
2007-04-25 Joachim FenkesIB/ehca: Implement modify_port
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-12 Stephen Rothwell[POWERPC] get_property returns const
2007-03-22 Joachim FenkesIB/ehca: Make scaling code work without CPU hotplug
2007-03-01 Hoang-Nam NguyenIB/ehca: Fix sync between completion handler and destroy cq
2007-02-16 Hoang-Nam NguyenIB/ehca: Change query_port() to return LINK_UP instead...
2007-02-16 Hoang-Nam NguyenIB/ehca: Allow en/disabling scaling code via module...
2007-02-16 Hoang-Nam NguyenIB/ehca: Fix race condition/locking issues in scaling...
2007-02-16 Hoang-Nam NguyenIB/ehca: Rework irq handler
2007-02-14 Thomas Gleixner[PATCH] Scheduled removal of SA_xxx interrupt flags...
2007-02-14 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-10 Akinobu MitaIB/ehca: Fix memleak on module unloading
2007-02-04 Hoang-Nam NguyenIB/ehca: Remove obsolete prototypes
2007-02-04 Hoang-Nam NguyenIB/ehca: Remove use of do_mmap()
2007-02-04 Michael S. TsirkinIB: Return qp pointer as part of ib_wc
2007-01-23 Hoang-Nam NguyenIB/ehca: Fix mismatched spin_unlock in irq handler
2007-01-23 Hoang-Nam NguyenIB/ehca: Fix improper use of yield() with spinlock...
2007-01-09 Hoang-Nam NguyenIB/ehca: Use proper GFP_ flags for get_zeroed_page()
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-11-29 Hoang-Nam NguyenIB/ehca: Use WQE offset instead of WQE addr for pending...
2006-11-13 Hoang-Nam NguyenIB/ehca: Activate scaling code by default
2006-11-13 Hoang-Nam NguyenIB/ehca: Use named constant for max mtu
next