Linux RDMA (remote direct memory access) and InfiniBand Development
[Prev Page][Next Page]
- Re: [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
- From: kbuild test robot <lkp@xxxxxxxxx>
- [RFC PATCH] mm/gup: try_pin_compound_head() can be static
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
- From: Jan Kara <jack@xxxxxxx>
- [PATCH v11 16/25] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 05/25] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 19/25] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v5 2/2] mm/hmm/test: add self tests for HMM
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v5 0/2] mm/hmm/test: add self tests for HMM
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] IB/mlx5: Fix outstanding_pi index for GSI qps
- From: Prabhath Sajeepa <psajeepa@xxxxxxxxxxxxxxx>
- Re: [PATCH] IB/mlx5: Fix outstanding_pi index for GSI qps
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH RDMA/netlink v2] RDMA/netlink: Adhere to returning zero on success
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v9 3/3] RDMA/core: Add trace points to follow MR allocation
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v9 2/3] RDMA/core: Trace points for diagnosing completion queue issues
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v9 1/3] RDMA/cma: Add trace points in RDMA Connection Manager
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v9 0/3] Proposed trace points for RDMA/core
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v3 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
- From: "Liuyixian (Eason)" <liuyixian@xxxxxxxxxx>
- [PATCH RDMA/netlink v2] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH for-next v2 2/2] RDMA/bnxt_re: Retrieve the driver gid context from gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next v2 1/2] IB/core: Add option to retrieve driver gid context from ib_gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next v2 0/2] Retrieve HW GID context from ib_gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PULL REQUEST] Please pull rdma.git
- From: Doug Ledford <dledford@xxxxxxxxxx>
- [PULL REQUEST] Please pull rdma.git
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [PATCH] IB/mlx5: Fix outstanding_pi index for GSI qps
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v11 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH for-next 2/2] RDMA/bnxt_re: Retrieve the driver gid context from gid_attr
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH for-next 1/2] IB/core: Add option to retrieve driver gid context from ib_gid_attr
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- RE: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- RE: [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Mark Haywood <mark.haywood@xxxxxxxxxx>
- Re: Problem installing rdma-core 25+ due to incorrect file name in rdma_man_pages
- From: "Mijakovic, Robert" <Robert.Mijakovic@xxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Daniel Vetter <daniel@xxxxxxxx>
- [PATCH] IB/mlx5: Fix outstanding_pi index for GSI qps
- From: Prabhath Sajeepa <psajeepa@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [PATCH rdma-rc 0/3] Fixes for 5.5
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Mark Haywood <mark.haywood@xxxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Max Hirsch <max.hirsch@xxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Gal Pressman <galpress@xxxxxxxxxx>
- Re: [PATCH rdma-rc v2 00/48] Organize code according to IBTA layout
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 3/4] IB/core: Cut down single member ib_cache structure
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 4/4] IB/core: Prefix qp to event_handler_lock
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 2/4] IB/core: Let IB core distribute cache update events
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 1/4] IB/mlx5: Do reverse sequence during device removal
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 0/4] Let IB core distribute cache update events
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- Re: [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- [PATCH mlx5-next 2/5] net/mlx5: Expose vDPA emulation device capabilities
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 5/5] IB/mlx5: Add mmap support for VAR
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 4/5] IB/mlx5: Introduce VAR object and its alloc/destroy methods
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 3/5] IB/mlx5: Extend caps stage to handle VAR capabilities
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH mlx5-next 1/5] net/mlx5: Add Virtio Emulation related device capabilities
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next 0/5] VIRTIO_NET Emulation Offload
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH for-next 2/2] RDMA/bnxt_re: Retrieve the driver gid context from gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 1/2] IB/core: Add option to retrieve driver gid context from ib_gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 0/2] Retrieve HW GID context from ib_gid_attr
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: [PATCH v10 23/25] mm/gup: track FOLL_PIN pages
- From: Jan Kara <jack@xxxxxxx>
- [PATCH rdma-rc 1/2] IB/core: Introduce rdma_user_mmap_entry_insert_range() API
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 2/2] IB/mlx5: Fix device memory flows
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 0/2] Prevent device memory VA reuse
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 48/48] RDMA/cm: Convert private_date access
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 43/48] RDMA/cm: Convert LAP flow label field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 47/48] RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 46/48] RDMA/cm: Convert SIDR_REP to new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 38/48] RDMA/cm: Convert REP failover accepted field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 45/48] RDMA/cm: Delete unused CM ARP functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 44/48] RDMA/cm: Convert LAP fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 42/48] RDMA/cm: Delete unused CM LAP functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 41/48] RDMA/cm: Convert REP SRQ field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 40/48] RDMA/cm: Convert REP RNR retry count field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 39/48] RDMA/cm: Convert REP flow control field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 34/48] RDMA/cm: Convert MRA MRAed field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 37/48] RDMA/cm: Convert REP target ack delay field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 36/48] RDMA/cm: Update REJ struct to use new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 35/48] RDMA/cm: Convert MRA service timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 29/48] RDMA/cm: Convert REQ flow label field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 33/48] RDMA/cm: Convert REQ local ack timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 32/48] RDMA/cm: Convert REQ subnet local fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 31/48] RDMA/cm: Convert REQ SL fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 30/48] RDMA/cm: Convert REQ packet rate
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 25/48] RDMA/cm: Update REQ path MTU field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 28/48] RDMA/cm: Convert REQ SRQ field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 27/48] RDMA/cm: Convert REQ MAX CM retries
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 26/48] RDMA/cm: Convert REQ RNR retry timeout counter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 20/48] RDMA/cm: Simplify QP type to wire protocol translation
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 24/48] RDMA/cm: Convert REQ retry count to use new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 23/48] RDMA/cm: Update REQ local response timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 22/48] RDMA/cm: Convert starting PSN to be u32 variable
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 21/48] RDMA/cm: Convert REQ flow control
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 15/48] RDMA/cm: Service ID Resolution Response (SIDR_REP) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 19/48] RDMA/cm: Convert REQ remote response timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 18/48] RDMA/cm: Convert REQ initiator depth to the new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 17/48] RDMA/cm: Convert REQ responded resources to the new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 16/48] RDMA/cm: Convert QPN and EECN to be u32 variables
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 11/48] RDMA/cm: Reply To Request For Communication Release (DREP) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 14/48] RDMA/cm: Service ID Resolution Request (SIDR_REQ) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 13/48] RDMA/cm: Alternate Path Response (APR) message definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 12/48] RDMA/cm: Load Alternate Path (LAP) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 07/48] RDMA/cm: Reject (REJ) message definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 10/48] RDMA/cm: Request For Communication Release (DREQ) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 09/48] RDMA/cm: Ready To Use (RTU) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 08/48] RDMA/cm: Reply To Request for communication (REP) definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 02/48] RDMA/srpt: Use private_data_len instead of hardcoded value
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 06/48] RDMA/cm: Message Receipt Acknowledgment (MRA) message definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 05/48] RDMA/cm: Request For Communication (REQ) message definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 01/48] RDMA/cm: Provide private data size to CM users
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc v2 00/48] Organize code according to IBTA layout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: "gregkh@xxxxxxxxxxxxxxxxxxx" <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH rdma-rc 3/3] IB/mlx5: Fix steering rule of drop and count
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 2/3] IB/mlx4: Follow mirror sequence of device add during device removal
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 1/3] RDMA/counter: Prevent auto-binding a QP which are not tracked with res
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-rc 0/3] Fixes for 5.5
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v10 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 05/25] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 16/25] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 01/25] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 19/25] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v10 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [ANNOUNCE] rdma-core v27.0 has been tagged/released
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: Problem installing rdma-core 25+ due to incorrect file name in rdma_man_pages
- From: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx>
- Re: [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- RE: [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: "Saleem, Shiraz" <shiraz.saleem@xxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Max Hirsch <max.hirsch@xxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- Re: [PATCH] RDMA/cma: Fix checkpatch error
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-next 0/6] RDMA/bnxt_re driver update
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Tom Talpey <tom@xxxxxxxxxx>
- Re: [PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH for-next 0/6] RDMA/bnxt_re driver update
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
- From: Jan Kara <jack@xxxxxxx>
- [PATCH] RDMA/cma: Fix checkpatch error
- From: Max Hirsch <max.hirsch@xxxxxxxxx>
- Re: [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- [PATCH RDMA/netlink] RDMA/netlink: Adhere to returning zero on success
- From: Håkon Bugge <haakon.bugge@xxxxxxxxxx>
- Re: [PATCH AUTOSEL 4.9 75/91] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Doug Ledford <dledford@xxxxxxxxxx>
- [PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 02/25] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 05/25] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 01/25] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 03/25] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 07/25] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 08/25] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 12/25] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 09/25] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 16/25] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 15/25] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 17/25] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 19/25] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 20/25] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 24/25] mm/gup_benchmark: support pin_user_pages() and related calls
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 18/25] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 14/25] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 11/25] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 13/25] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 22/25] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 25/25] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 21/25] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 23/25] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 11/91] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 75/91] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 61/71] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 07/71] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: KASAN: slab-out-of-bounds Read in ip6_tnl_parse_tlv_enc_lim
- From: syzbot <syzbot+68dce7caebd8543121de@xxxxxxxxxxxxxxxxxxxxxxxxx>
- [PATCH AUTOSEL 4.14 110/130] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 061/130] RDMA/qedr: Fix memory leak in user qp and mr
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 011/130] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 014/177] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 083/177] RDMA/qedr: Fix memory leak in user qp and mr
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 146/177] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 140/350] RDMA/siw: Fix SQ/RQ drain logic
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 171/350] RDMA/qedr: Fix memory leak in user qp and mr
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 174/350] RDMA/core: Set DMA parameters correctly
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 173/350] RDMA/qedr: Fix srqs xarray initialization
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 172/350] RDMA/hns: Fix memory leak on 'context' on error return path
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.3 025/292] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 189/350] net/mlx5e: Verify that rule has at least one fwd/drop action
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 215/350] RDMA/core: Fix return code when modify_port isn't supported
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 285/350] RDMA/qib: Validate ->show()/store() callbacks before calling them
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 347/350] RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 344/350] RDMA/bnxt_re: Fix missing le16_to_cpu
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 345/350] RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 286/350] RDMA/efa: Clear the admin command buffer prior to its submission
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 135/350] RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_que
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 031/350] IB/iser: bound protection_sg size by data_sg size
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- Re: [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Problem installing rdma-core 25+ due to incorrect file name in rdma_man_pages
- From: "Mijakovic, Robert" <Robert.Mijakovic@xxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH for-next v2] RDMA/siw: Simplify QP representation.
- From: Bernard Metzler <bmt@xxxxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH for-next] RDMA/hns: Add support for extended atomic
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- Re: [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
- From: Jan Kara <jack@xxxxxxx>
- [PATCH for-next] RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- Re: Re: [PATCH for-next] RDMA/siw: Simplify QP representation.
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: Jan Kara <jack@xxxxxxx>
- Re: [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
- From: Thorben Römer <thorben.roemer@xxxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 16/26] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 19/26] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v3 03/20] ice: Implement peer communications
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 06/20] RDMA/irdma: Implement device initialization definitions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 12/20] RDMA/irdma: Add PBLE resource manager
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 09/20] RDMA/irdma: Add privileged UDA queue implementation
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 10/20] RDMA/irdma: Add QoS definitions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 14/20] RDMA/irdma: Add RoCEv2 UD OP support
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 13/20] RDMA/irdma: Implement device supported verb APIs
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 11/20] RDMA/irdma: Add connection manager
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 17/20] RDMA/irdma: Add dynamic tracing for CM
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 18/20] RDMA/irdma: Add ABI definitions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 16/20] RDMA/irdma: Add miscellaneous utility definitions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 15/20] RDMA/irdma: Add user/kernel shared libraries
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 20/20] RDMA/irdma: Update MAINTAINERS file
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 07/20] RDMA/irdma: Implement HW Admin Queue OPs
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 08/20] RDMA/irdma: Add HMC backing store setup functions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- [net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
- From: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx>
- Re: [PATCH v2 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [PATCH for-next] RDMA/siw: Simplify QP representation.
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v2] RDMA/cma: add missed unregister_pernet_subsys in init failure
- From: Doug Ledford <dledford@xxxxxxxxxx>
- RE: [PATCH for-next] RDMA/siw: Simplify QP representation.
- From: "Bernard Metzler" <BMT@xxxxxxxxxxxxxx>
- Re: [PATCH for-next] RDMA/siw: Simplify QP representation.
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next v1 05/48] RDMA/cm: Request For Communication (REQ) message definitions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH v3 for-next] RDMA/hns: Add support for reporting wc as software mode
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- Re: [PATCH rdma-next v1 05/48] RDMA/cm: Request For Communication (REQ) message definitions
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v2] RDMA/cma: add missed unregister_pernet_subsys in init failure
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- [PATCH v2] RDMA/cma: add missed unregister_pernet_subsys in init failure
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- [PATCH] xprtrdma: Fix oops in Receive handler after device removal
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- RE: [PATCH] RDMA/cma: add missed unregister_pernet_subsys in init failure
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Robin Murphy <robin.murphy@xxxxxxx>
- [PATCH] RDMA/cma: add missed unregister_pernet_subsys in init failure
- From: Chuhong Yuan <hslester96@xxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Jerome Glisse <jglisse@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- [PATCH for-next v3] IB/hfi1: List all receive contexts from debugfs
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Sagi Grimberg <sagi@xxxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH v2 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 0/2] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- install-step fails for pandoc-prebuilt man-pages in infiniband-diags/man
- From: Thorben Römer <thorben.roemer@xxxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Martin Habets <mhabets@xxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Doug Ledford <dledford@xxxxxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- Re: [PATCH RFC v7 net-next 3/1] netronome: use the new txqueue timeout argument
- From: Jakub Kicinski <jakub.kicinski@xxxxxxxxxxxxx>
- Re: [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- Re: [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
- From: Rob Herring <robh+dt@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- [PATCH v4 0/8] Raspberry Pi 4 PCIe support
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- [PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- [PATCH RFC v7 net-next 3/1] netronome: use the new txqueue timeout argument
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PATCH RFC v7 net-next 2/1] mlx4: use new txqueue timeout argument
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH 2/2] rxe: correctly calculate iCRC for unaligned payloads
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- [PATCH 1/2] Update mailmap info for Steve Wise
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] xprtrdma: Fix completion wait during device removal
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH 2/2] xprtrdma: Fix completion wait during device removal
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH 1/2] xprtrdma: Fix create_qp crash on device unload
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH 0/2] xprtrdma device removal bug fixes
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v8 3/3] RDMA/core: Add trace points to follow MR allocation
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v8 2/3] RDMA/core: Trace points for diagnosing completion queue issues
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v8 1/3] RDMA/cma: Add trace points in RDMA Connection Manager
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- [PATCH v8 0/3] Proposed trace points for RDMA/core
- From: Chuck Lever <chuck.lever@xxxxxxxxxx>
- RE: [PATCH for-next v2 02/11] IB/hfi1: List all receive contexts from debugfs
- From: "Ruhl, Michael J" <michael.j.ruhl@xxxxxxxxx>
- Re: [PATCH v7 17/24] mm/gup: track FOLL_PIN pages
- From: kbuild test robot <lkp@xxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [GIT PULL] Please pull hmm changes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Fix build error without IPV6
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Fix build error without IPV6
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH] net/mlx5e: Fix build error without IPV6
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH for-next] RDMA/siw: Simplify QP representation.
- From: Bernard Metzler <bmt@xxxxxxxxxxxxxx>
- Re: [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: Jan Kara <jack@xxxxxxx>
- [ANNOUNCE] rdma-core: new stable releases
- From: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Rob Townley <rob.townley@xxxxxxxxx>
- Re: [PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
- From: Zhu Yanjun <zyjzyj2000@xxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Stephen Rust <srust@xxxxxxxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: Data corruption in kernel 5.1+ with iSER attached ramdisk
- From: Ming Lei <ming.lei@xxxxxxxxxx>
- Re: [PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] net/mlx5e: Fix build error without IPV6
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [GIT PULL] Please pull RDMA subsystem changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [GIT PULL] Please pull RDMA subsystem changes
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [GIT PULL] Please pull RDMA subsystem changes
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Robin Murphy <robin.murphy@xxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [PATCH v3 0/7] Raspberry Pi 4 PCIe support
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Steve Wise <larrystevenwise@xxxxxxxxx>
- [PATCH] net/mlx5e: Fix build error without IPV6
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH rdma-core 2/2] bnxt_re/lib: Recognize additional 5750x device ID's
- From: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx>
- [PATCH rdma-core 1/2] bnxt_re/lib: Add remaining pci ids for gen P5 devices
- From: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx>
- [PATCH rdma-core 0/2] bnxt_re/lib: libbnxt_re bug fixes
- From: Devesh Sharma <devesh.sharma@xxxxxxxxxxxx>
- Re: [question]can hard roce and soft roce communicate with each other?
- From: Bart Van Assche <bvanassche@xxxxxxx>
- [GIT PULL] Please pull RDMA subsystem changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v3 0/7] Raspberry Pi 4 PCIe support
- From: Bjorn Helgaas <helgaas@xxxxxxxxxx>
- Re: [PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH for-next v2 04/11] IB/hfi1: Add fast and slow handlers for receive context
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 11/11] IB/hfi1: Don't cancel unused work item
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 10/11] IB/rdmavt: Correct comments in rdmavt_qp.h header
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 09/11] IB/hfi1: Return void in packet receiving functions
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 08/11] IB/hfi1: Decouple IRQ name from type
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 07/11] IB/hfi1: Create API for auto activate
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 06/11] IB/hfi1: IB/hfi1: Add an API to handle special case drop
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 05/11] IB/hfi1: Move common receive IRQ code to function
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 03/11] IB/hfi1: Move chip specific functions to chip.c
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 02/11] IB/hfi1: List all receive contexts from debugfs
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 01/11] IB/hfi1: Add accessor API routines to access context members
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next v2 00/11] rdmavt/hfi1 updates for next
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 11/11] IB/hfi1: Don't cancel unused work item
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 10/11] IB/rdmavt: Correct comments in rdmavt_qp.h header
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 09/11] IB/hfi1: Return void in packet receiving functions
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 08/11] IB/hfi1: Decouple IRQ name from type
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 07/11] IB/hfi1: Create API for auto activate
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 06/11] IB/hfi1: IB/hfi1: Add an API to handle special case drop
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 05/11] IB/hfi1: Move common receive IRQ code to function
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 04/11] IB/hfi1: Add fast and slow handlers for receive context
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 03/11] IB/hfi1: Move chip specific functions to chip.c
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 02/11] IB/hfi1: List all receive contexts from debugfs
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 01/11] IB/hfi1: Add accessor API routines to access context members
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- [PATCH for-next 00/11] rdmavt/hfi1 updates for next
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- Re: [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Martin Habets <mhabets@xxxxxxxxxxxxxx>
- [PATCH v3 1/7] linux/log2.h: Add roundup/rounddown_pow_two64() family of functions
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- [PATCH v3 0/7] Raspberry Pi 4 PCIe support
- From: Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>
- [PATCH v2 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 04/19] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 01/19] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 16/19] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 13/19] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH v2 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [GIT PULL] Please pull hmm changes
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH] rdma-core: Recognize IBV_DEVICE_LOCAL_DMA_LKEY in ibv_devinfo
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] rdma-core: Recognize IBV_DEVICE_LOCAL_DMA_LKEY in ibv_devinfo
- From: Andrew Boyer <aboyer@xxxxxxxxxxx>
- Re: [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH] rdma-core: Recognize IBV_DEVICE_LOCAL_DMA_LKEY in ibv_devinfo
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [ANNOUNCE] rdma-core v24.2, v25.3 and v26.1 have been tagged/released
- From: Nicolas Morey-Chaisemartin <NMoreyChaisemartin@xxxxxxxx>
- [PATCH] rdma-core: Recognize IBV_DEVICE_LOCAL_DMA_LKEY in ibv_devinfo
- From: Andrew Boyer <aboyer@xxxxxxxxxxx>
- Re: [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH for-next 6/6] RDMA/bnxt_re: Report more number of completion vectors
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 5/6] RDMA/bnxt_re: Use driver_unregister and unregistration API
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 4/6] RDMA/bnxt_re: Refactor device add/remove functionalities
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 3/6] RDMA/bnxt_re: Add more flags in device init and uninit path
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 2/6] RDMA/bnxt_re: Fix Send Work Entry state check while polling completions
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 1/6] RDMA/bnxt_re: Avoid freeing MR resources if dereg fails
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- [PATCH for-next 0/6] RDMA/bnxt_re driver update
- From: Selvin Xavier <selvin.xavier@xxxxxxxxxxxx>
- Re: [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: kbuild test robot <lkp@xxxxxxxxx>
- [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 13/19] net/xdp: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
- From: zhuyj <zyjzyj2000@xxxxxxxxx>
- [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 01/19] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 16/19] vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 09/19] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCHv2 1/1] RDMA/core: avoid kernel NULL pointer error
- From: Zhu Yanjun <yanjun.zhu@xxxxxxxxxx>
- Re: [PATCH 0/2] mm/gup + IB: allow FOLL_FORCE for gup_fast and use in IB
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- [PATCH 2/2] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 1/2] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- [PATCH 0/2] mm/gup + IB: allow FOLL_FORCE for gup_fast and use in IB
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Tiwei Bie <tiwei.bie@xxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Tiwei Bie <tiwei.bie@xxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Tiwei Bie <tiwei.bie@xxxxxxxxx>
- Re: [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- Re: [PATCH v3 02/14] mm/mmu_notifier: add an interval tree notifier
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH mlx5-next 0/5] Mellanox, mlx5-next updates 2019-11-20
- From: Saeed Mahameed <saeedm@xxxxxxxxxxxx>
- Re: [PATCH for-next 0/4] RDMA/hns: Refactor codes of CQ
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH for-next v2 0/3] EFA RDMA read support
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] IB/hfi1: remove redundant assignment to variable ret
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH V3 for-next 0/3] Broadcom's roce driver bug fixes
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] infiniband: Fix Kconfig indentation
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH rdma-next 0/4] Get IB port and node GUIDs through rtnetlink
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH AUTOSEL 4.19 02/25] RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 02/21] RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 02/13] RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN
- From: Sasha Levin <sashal@xxxxxxxxxx>
- RE: [PATCH rdma-next v1 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA
- From: "Weiny, Ira" <ira.weiny@xxxxxxxxx>
- Re: [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] IB/hfi1: remove redundant assignment to variable ret
- From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxx>
- Re: [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- Re: [PATCH rdma-next 0/4] Get IB port and node GUIDs through rtnetlink
- From: Leon Romanovsky <leonro@xxxxxxxxxxxx>
- RE: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- Re: [PATCH rdma-next 1/4] net/core: Add support for getting VF GUIDs
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH] IB/hfi1: remove redundant assignment to variable ret
- From: Colin King <colin.king@xxxxxxxxxxxxx>
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- From: Jan Kara <jack@xxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [net-next v2 1/1] virtual-bus: Implementation of Virtual Bus
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: [PATCH net] net: rtnetlink: prevent underflows in do_setvfinfo()
- From: Parav Pandit <parav@xxxxxxxxxxxx>
- [question]can hard roce and soft roce communicate with each other?
- From: wangqi <3100102071@xxxxxxxxxx>
- Re: [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-next v1 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- Re: [PATCH rdma-core 2/7] libhns: Optimize bind_mw for fixing null pointer access
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- [PATCH AUTOSEL 4.19 030/219] RDMA/hns: Fix the bug while use multi-hop of pbl
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 032/219] RDMA/vmw_pvrdma: Use atomic memory allocation in create AH
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 087/219] net/mlx5: Continue driver initialization despite debugfs failure
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 103/219] IB/qib: Fix an error code in qib_sdma_verbs_send()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 112/219] RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 129/219] IB/rxe: Make counters thread safe
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 160/219] infiniband: bnxt_re: qplib: Check the return value of send_message
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 161/219] infiniband/qedr: Potential null ptr dereference of qp
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 011/127] RDMA/vmw_pvrdma: Use atomic memory allocation in create AH
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 29/68] IB/qib: Fix an error code in qib_sdma_verbs_send()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
- From: Weihang Li <liweihang@xxxxxxxxxxxxx>
- [PATCH AUTOSEL 4.4 35/68] RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 038/127] net/mlx5: Continue driver initialization despite debugfs failure
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 050/127] IB/qib: Fix an error code in qib_sdma_verbs_send()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 059/127] RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 074/127] IB/rxe: Make counters thread safe
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 27/91] net/mlx5: Continue driver initialization despite debugfs failure
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 42/91] RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 36/91] IB/qib: Fix an error code in qib_sdma_verbs_send()
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 211/219] RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 212/219] RDMA/hns: Bugfix for the scene without receiver queue
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 213/219] RDMA/hns: Fix the state of rereg mr
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 214/219] RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
- From: Sasha Levin <sashal@xxxxxxxxxx>
- RE: [PATCH rdma-core 2/7] libhns: Optimize bind_mw for fixing null pointer access
- From: "Zengtao (B)" <prime.zeng@xxxxxxxxxxxxx>
- RE: [PATCH rdma-core 1/7] libhns: Fix calculation errors with ilog32()
- From: "Zengtao (B)" <prime.zeng@xxxxxxxxxxxxx>
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH rdma-next 1/4] net/core: Add support for getting VF GUIDs
- From: David Ahern <dsahern@xxxxxxxxx>
- Re: [PATCH net] net: rtnetlink: prevent underflows in do_setvfinfo()
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH rdma-next v1 03/48] RDMA/ucma: Mask QPN to be 24 bits according to IBTA
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- Re: [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH rdma-next v1 04/48] RDMA/cm: Add SET/GET implementations to hide IBA wire format
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- [PATCH rdma-next v1 46/48] RDMA/cm: Convert SIDR_REP to new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 48/48] RDMA/cm: Convert private_date access
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 47/48] RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 39/48] RDMA/cm: Convert REP flow control field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 45/48] RDMA/cm: Delete unused CM ARP functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 44/48] RDMA/cm: Convert LAP fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 43/48] RDMA/cm: Convert LAP flow label field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 42/48] RDMA/cm: Delete unused CM LAP functions
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 32/48] RDMA/cm: Convert REQ subnet local fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 41/48] RDMA/cm: Convert REP SRQ field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 40/48] RDMA/cm: Convert REP RNR retry count field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 38/48] RDMA/cm: Convert REP failover accepted field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 37/48] RDMA/cm: Convert REP target ack delay field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 36/48] RDMA/cm: Update REJ struct to use new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 35/48] RDMA/cm: Convert MRA service timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 34/48] RDMA/cm: Convert MRA MRAed field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 33/48] RDMA/cm: Convert REQ local ack timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 31/48] RDMA/cm: Convert REQ SL fields
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 30/48] RDMA/cm: Convert REQ packet rate
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 29/48] RDMA/cm: Convert REQ flow label field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 28/48] RDMA/cm: Convert REQ SRQ field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 24/48] RDMA/cm: Convert REQ retry count to use new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 27/48] RDMA/cm: Convert REQ MAX CM retries
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 26/48] RDMA/cm: Convert REQ RNR retry timeout counter
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 25/48] RDMA/cm: Update REQ path MTU field
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 17/48] RDMA/cm: Convert REQ responded resources to the new scheme
- From: Leon Romanovsky <leon@xxxxxxxxxx>
- [PATCH rdma-next v1 23/48] RDMA/cm: Update REQ local response timeout
- From: Leon Romanovsky <leon@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]