summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/usnic/usnic_uiom.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-04RDMA/usnic: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe1-2/+2
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+2
2022-12-01RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng1-3/+0
2022-06-16RDMA/usnic: Use device_iommu_capable()Robin Murphy1-1/+1
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy1-3/+2
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy1-10/+0
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2019-09-25mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org1-4/+1
2019-05-28RDMA: Convert put_page() to put_user_page*()John Hubbard1-3/+4
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-4/+5
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-2/+1
2019-02-07drivers/IB,usnic: reduce scope of mmap_semDavidlohr Bueso1-52/+6
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-4/+4
2019-01-07IB/usnic: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+2
2018-09-20RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe1-46/+45
2018-06-25IB/usnic: Update with bug fixes from core codeJason Gunthorpe1-12/+28
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso1-3/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-1/+4
2016-06-07IB/usnic: Remove unused DMA attributesKrzysztof Kozlowski1-5/+0
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-1/+1
2015-10-06usnic: add missing clauses to BSD licenseJeff Squyres1-1/+1
2015-06-11IB/usnic: clean up some error handling codeDan Carpenter1-4/+3
2014-09-25IB/usnic: Convert to use new iommu_capable() API functionJoerg Roedel1-1/+1
2014-03-18IB/usnic: Remove '0x' when using %pa formatFabio Estevam1-1/+1
2014-01-21IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter1-1/+1
2014-01-14IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi1-8/+9
2014-01-14IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi1-0/+603