summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA/i40iw: fix a potential NULL pointer dereferenceXiyu Yang2020-01-031-0/+2
| * | RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-01-031-1/+1
| * | RDMA/mlx5: use true,false for bool variablezhengbin2020-01-032-3/+3
| * | RDMA/mlx4: use true,false for bool variablezhengbin2020-01-031-2/+2
| * | IB/iser: use true,false for bool variablezhengbin2020-01-032-2/+2
| * | IB/hfi1: use true,false for bool variablezhengbin2020-01-031-1/+1
| * | RDMA/siw: use true,false for bool variablezhengbin2020-01-031-1/+1
| * | IB/core: Fix ODP with IB_ACCESS_HUGETLB handlingYishai Hadas2020-01-031-17/+4
| * | IB/core: Fix ODP get user pages flowYishai Hadas2020-01-031-1/+1
| * | IB/mlx5: Unify ODP MR code paths to allow extra flexibilityArtemy Kovalyov2020-01-034-67/+67
| * | IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn2020-01-031-1/+8
| * | IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl2020-01-032-4/+10
| * | IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-039-85/+183
| * | RDMA/mlx4: Redo TX checksum offload in line with docsEugene Crosser2020-01-031-11/+7
| * | RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg2020-01-031-30/+13
| * | RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki2020-01-031-2/+0
| * | RDMA/netlink: Do not always generate an ACK for some netlink operationsHÃ¥kon Bugge2020-01-032-3/+3
| * | IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa2020-01-031-2/+1
| * | RDMA/siw: Simplify QP representationBernard Metzler2020-01-037-70/+42
| * | RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-01-033-48/+35
| * | RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier2020-01-031-1/+1
| * | RDMA/qedr: Add kernel capability flags for dpm enabled modeMichal Kalderon2020-01-031-1/+12
* | | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-317-11/+11
* | | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-318-14/+13
* | | IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard2020-01-311-11/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2836-198/+297
|\ \ \
| * \ \ Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2020-01-2135-193/+290
| |\ \ \ | | | |/ | | |/|
| | * | RDMA/mlx5: Fix handling of IOVA != user_va in ODP pathsJason Gunthorpe2020-01-162-6/+15
| | * | IB/mlx5: Mask out unsupported ODP capabilities for kernel QPsMoni Shoua2020-01-161-0/+17
| | * | RDMA/mlx5: Don't fake udata for kernel pathLeon Romanovsky2020-01-161-18/+16
| | * | IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua2020-01-163-70/+117
| | * | IB/core: Add interface to advise_mr for kernel usersMoni Shoua2020-01-161-0/+11
| | * | IB/core: Introduce ib_reg_user_mrMoni Shoua2020-01-163-1/+34
| | * | IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-1632-98/+80
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-195-16/+27
| |\| |
| * | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed2020-01-161-4/+6
| |\ \ \
| | * | | net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey2020-01-161-4/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-2215-78/+178
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-5/+5
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-205-16/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-252-5/+5
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-10164-12911/+4079
| | |\ \ \ | | | | |/ | | | |/|
| | * | | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-272-5/+5
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-1/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
| | | |_|/ | | |/| |
* | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-277-10/+10
|\ \ \ \ \
| * | | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-067-10/+10
| | |_|/ / | |/| | |
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-12/+0
|\ \ \ \ \ | |_|/ / / |/| | | |