summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/mmu_rb.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepointsBrendan Cunningham2023-06-011-2/+5
* IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham2023-06-011-38/+63
* IB/hfi1: Place struct mmu_rb_handler on cache line startPatrick Kelsey2023-04-091-4/+7
* IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-091-52/+14
* IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey2023-04-091-7/+6
* RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+2
* IB/hfi1: Use kzalloc() for mmu_rb_handler allocationMike Marciniszyn2021-04-071-1/+1
* IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro2020-11-251-33/+35
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+5
* Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...Michal Hocko2018-10-261-1/+0
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-4/+7
* mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-01-311-0/+1
* IB/hfi1: Remove wrapper function in mmu_rbKamenee Arumugam2017-11-131-17/+7
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-5/+5
* Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-031-12/+15
|\
| * IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl2017-08-281-8/+5
| * IB/hfi1: Don't remove RB entry when not needed.Sebastian Sanchez2017-06-271-4/+10
* | IB/hfi1: update to new mmu_notifier semanticJérôme Glisse2017-08-311-9/+0
|/
* IB/hfi1: constify mmu_notifier_ops structureBhumika Goyal2016-12-111-1/+1
* IB/hfi1: Add cache evict LRU listDean Luick2016-08-021-10/+19
* IB/hfi1: Remove unneeded mm argument in remove functionDean Luick2016-08-021-4/+3
* IB/hfi1: Consistently call ops->remove outside spinlockDean Luick2016-08-021-5/+71
* IB/hfi1: Add evict operation to the mmu rb handlerDean Luick2016-08-021-0/+34
* IB/hfi1: Make the cache handler own its rb tree rootDean Luick2016-08-021-68/+30
* IB/hfi1: Make use of mm consistentIra Weiny2016-08-021-4/+14
* IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister()Dean Luick2016-08-021-9/+6
* IB/hfi1: Consolidate __mmu_rb_remove and hfi1_mmu_rb_removeIra Weiny2016-08-021-17/+9
* IB/hfi1: Always expect ops functionsDean Luick2016-08-021-14/+6
* IB/hfi1: Remove unused function hfi1_mmu_rb_searchDean Luick2016-08-021-17/+0
* IB/hfi1: Move driver out of stagingDennis Dalessandro2016-05-261-0/+325