summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-6/+0
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-1013-14/+14
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-102-2/+2
* drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-28/+7
* drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-9/+1
* parisc: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-102-17/+5
* drivers/crypto/qat: use seq_hex_dump() to dump buffersAndy Shevchenko2015-09-101-14/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-09196-2523/+63057
|\
| * IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe2015-09-031-2/+10
| * IB/ipoib: Clean up send-only multicast joinsDoug Ledford2015-09-031-11/+27
| * IB/srp: Fix possible protection faultSagi Grimberg2015-09-031-6/+10
| * IB/core: Move SM class defines from ib_mad.h to ib_smi.hIra Weiny2015-09-031-0/+1
| * IB/hfi1: Add CSRs for CONFIG_SDMA_VERBOSITYJubin John2015-09-032-2/+5
| * mlx5: Fix incorrect wc pkey_index assignment for GSI messagesSagi Grimberg2015-09-033-6/+14
| * IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flowHaggai Eran2015-09-031-12/+0
| * IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig2015-09-031-1/+9
| * IB/cxgb4: Fix if statement in pick_local_ip6adddrsNicholas Krause2015-09-031-1/+1
| * IB/sa: Fix rdma netlink message flagsKaike Wan2015-09-021-1/+1
| * IB/ucma: HW Device hot-removal supportYishai Hadas2015-08-311-11/+129
| * IB/mlx4_ib: Disassociate supportYishai Hadas2015-08-312-2/+150
| * IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas2015-08-312-68/+301
| * IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas2015-08-313-39/+88
| * IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2015-08-312-14/+32
| * IB/uverbs: Fix reference counting usage of event filesYishai Hadas2015-08-313-16/+40
| * IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2015-08-314-16/+38
| * IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2015-08-312-19/+25
| * IB/srp: Register the indirect data buffer descriptorBart Van Assche2015-08-312-3/+58
| * IB/srp: Introduce srp_device.use_fmrBart Van Assche2015-08-312-11/+12
| * IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche2015-08-311-21/+15
| * IB/srp: Remove the memory registration backtracking codeBart Van Assche2015-08-312-55/+13
| * IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2015-08-312-6/+20
| * IB/srp: Use multiple registrations for large memory regionsBart Van Assche2015-08-311-10/+0
| * IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche2015-08-311-9/+5
| * ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-12/+4
| * IB/srp: Use pd->local_dma_lkeyJason Gunthorpe2015-08-311-1/+1
| * iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-23/+11
| * IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-314-5/+5
| * IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-313-17/+2
| * IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-20/+4
| * IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-313-17/+4
| * IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-312-24/+3
| * IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2015-08-312-5/+43
| * IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-314-77/+99
| * IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg2015-08-311-1/+9
| * IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-315-7/+60
| * IB/iser: Pass registration pool a size parameterSagi Grimberg2015-08-313-25/+36
| * IB/iser: Unify fast memory registration flowsSagi Grimberg2015-08-313-131/+113
| * IB/iser: Make reg_desc_get a per device routineSagi Grimberg2015-08-312-13/+41
| * IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg2015-08-311-8/+8
| * IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev2015-08-313-54/+68