| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | RDMA/i40iw: fix a potential NULL pointer dereference | Xiyu Yang | 2020-01-03 | 1 | -0/+2 |
| * | | RDMA/rxe: Fix error type of mmap_offset | Jiewei Ke | 2020-01-03 | 1 | -1/+1 |
| * | | RDMA/mlx5: use true,false for bool variable | zhengbin | 2020-01-03 | 2 | -3/+3 |
| * | | RDMA/mlx4: use true,false for bool variable | zhengbin | 2020-01-03 | 1 | -2/+2 |
| * | | IB/iser: use true,false for bool variable | zhengbin | 2020-01-03 | 2 | -2/+2 |
| * | | IB/hfi1: use true,false for bool variable | zhengbin | 2020-01-03 | 1 | -1/+1 |
| * | | RDMA/siw: use true,false for bool variable | zhengbin | 2020-01-03 | 1 | -1/+1 |
| * | | IB/core: Fix ODP with IB_ACCESS_HUGETLB handling | Yishai Hadas | 2020-01-03 | 1 | -17/+4 |
| * | | IB/core: Fix ODP get user pages flow | Yishai Hadas | 2020-01-03 | 1 | -1/+1 |
| * | | IB/mlx5: Unify ODP MR code paths to allow extra flexibility | Artemy Kovalyov | 2020-01-03 | 4 | -67/+67 |
| * | | IB/rdmavt: Correct comments in rdmavt_qp.h header | Mike Marciniszyn | 2020-01-03 | 1 | -1/+8 |
| * | | IB/hfi1: List all receive contexts from debugfs | Michael J. Ruhl | 2020-01-03 | 2 | -4/+10 |
| * | | IB/hfi1: Add accessor API routines to access context members | Mike Marciniszyn | 2020-01-03 | 9 | -85/+183 |
| * | | RDMA/mlx4: Redo TX checksum offload in line with docs | Eugene Crosser | 2020-01-03 | 1 | -11/+7 |
| * | | RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load() | Danit Goldberg | 2020-01-03 | 1 | -30/+13 |
| * | | RDMA/srpt: Remove unnecessary assertion in srpt_queue_response | Aditya Pakki | 2020-01-03 | 1 | -2/+0 |
| * | | RDMA/netlink: Do not always generate an ACK for some netlink operations | HÃ¥kon Bugge | 2020-01-03 | 2 | -3/+3 |
| * | | IB/mlx5: Fix outstanding_pi index for GSI qps | Prabhath Sajeepa | 2020-01-03 | 1 | -2/+1 |
| * | | RDMA/siw: Simplify QP representation | Bernard Metzler | 2020-01-03 | 7 | -70/+42 |
| * | | RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs | Yixian Liu | 2020-01-03 | 3 | -48/+35 |
| * | | RDMA/bnxt_re: Report more number of completion vectors | Selvin Xavier | 2020-01-03 | 1 | -1/+1 |
| * | | RDMA/qedr: Add kernel capability flags for dpm enabled mode | Michal Kalderon | 2020-01-03 | 1 | -1/+12 |
* | | | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard | 2020-01-31 | 7 | -11/+11 |
* | | | IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP | John Hubbard | 2020-01-31 | 8 | -14/+13 |
* | | | IB/umem: use get_user_pages_fast() to pin DMA pages | John Hubbard | 2020-01-31 | 1 | -11/+6 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-28 | 36 | -198/+297 |
|\ \ \ |
|
| * \ \ | Merge tag 'rds-odp-for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2020-01-21 | 35 | -193/+290 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths | Jason Gunthorpe | 2020-01-16 | 2 | -6/+15 |
| | * | | IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs | Moni Shoua | 2020-01-16 | 1 | -0/+17 |
| | * | | RDMA/mlx5: Don't fake udata for kernel path | Leon Romanovsky | 2020-01-16 | 1 | -18/+16 |
| | * | | IB/mlx5: Add ODP WQE handlers for kernel QPs | Moni Shoua | 2020-01-16 | 3 | -70/+117 |
| | * | | IB/core: Add interface to advise_mr for kernel users | Moni Shoua | 2020-01-16 | 1 | -0/+11 |
| | * | | IB/core: Introduce ib_reg_user_mr | Moni Shoua | 2020-01-16 | 3 | -1/+34 |
| | * | | IB: Allow calls to ib_umem_get from kernel ULPs | Moni Shoua | 2020-01-16 | 32 | -98/+80 |
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 5 | -16/+27 |
| |\| | |
|
| * | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae... | Saeed Mahameed | 2020-01-16 | 1 | -4/+6 |
| |\ \ \ |
|
| | * | | | net/mlx5: Refactor mlx5_create_auto_grouped_flow_table | Paul Blakey | 2020-01-16 | 1 | -4/+6 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-22 | 15 | -78/+178 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-01-28 | 2 | -5/+5 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v5.5-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2020-01-20 | 5 | -16/+27 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branch | Ingo Molnar | 2019-12-25 | 2 | -5/+5 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts | Ingo Molnar | 2019-12-10 | 164 | -12911/+4079 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | ftrace: Rework event_create_dir() | Peter Zijlstra | 2019-11-27 | 2 | -5/+5 |
* | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-01-28 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'x86/mm' into efi/core, to pick up dependencies | Ingo Molnar | 2020-01-10 | 1 | -1/+1 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h> | Ingo Molnar | 2019-12-10 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
* | | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2020-01-27 | 7 | -10/+10 |
|\ \ \ \ \ |
|
| * | | | | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 7 | -10/+10 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2020-01-26 | 1 | -12/+0 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|