summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/usnic/usnic_uiom.c
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-211-2/+2
|\
| * RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang2023-01-301-4/+4
* | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-2/+2
|/
* RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
* RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng2022-09-291-3/+0
* RDMA/usnic: Use device_iommu_capable()Robin Murphy2022-06-161-1/+1
* RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy2022-04-081-3/+2
* RDMA/usnic: Stop using iommu_present()Robin Murphy2022-04-081-10/+0
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard2020-01-311-1/+1
* mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-4/+1
* RDMA: Convert put_page() to put_user_page*()John Hubbard2019-05-271-3/+4
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-4/+5
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+1
* drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso2019-02-071-52/+6
* mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-4/+4
* IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-071-3/+2
* RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe2018-09-201-46/+45
* IB/usnic: Update with bug fixes from core codeJason Gunthorpe2018-06-251-12/+28
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-3/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+4
* IB/usnic: Remove unused DMA attributesKrzysztof Kozlowski2016-06-061-5/+0
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* usnic: add missing clauses to BSD licenseJeff Squyres2015-10-061-1/+1
* IB/usnic: clean up some error handling codeDan Carpenter2015-06-111-4/+3
* IB/usnic: Convert to use new iommu_capable() API functionJoerg Roedel2014-09-251-1/+1
* IB/usnic: Remove '0x' when using %pa formatFabio Estevam2014-03-171-1/+1
* IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter2014-01-211-1/+1
* IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi2014-01-141-8/+9
* IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi2014-01-141-0/+603