Searched hist:ddcdc368b1033e19fd3a5f750752e10e28a87826 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | clock.c | diff ddcdc368b1033e19fd3a5f750752e10e28a87826 Tue Apr 16 06:07:29 CDT 2019 Jason Gunthorpe <jgg@mellanox.com> RDMA/mlx5: Use get_zeroed_page() for clock_info
get_zeroed_page() returns a virtual address for the page which is better than allocating a struct page and doing a permanent kmap on it.
Cc: stable@vger.kernel.org Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | diff ddcdc368b1033e19fd3a5f750752e10e28a87826 Tue Apr 16 06:07:29 CDT 2019 Jason Gunthorpe <jgg@mellanox.com> RDMA/mlx5: Use get_zeroed_page() for clock_info
get_zeroed_page() returns a virtual address for the page which is better than allocating a struct page and doing a permanent kmap on it.
Cc: stable@vger.kernel.org Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/include/linux/mlx5/ |
H A D | driver.h | diff ddcdc368b1033e19fd3a5f750752e10e28a87826 Tue Apr 16 06:07:29 CDT 2019 Jason Gunthorpe <jgg@mellanox.com> RDMA/mlx5: Use get_zeroed_page() for clock_info
get_zeroed_page() returns a virtual address for the page which is better than allocating a struct page and doing a permanent kmap on it.
Cc: stable@vger.kernel.org Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|