aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/mmu_rb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28IB/hfi1: Fix buffer cache races which may cause corruptionMitko Haralanov1-3/+3
2016-04-28IB/hfi1: Extract and reinsert MMU RB node on lookupMitko Haralanov1-0/+19
2016-04-28IB/hfi1: Correctly compute node intervalMitko Haralanov1-1/+1
2016-04-28IB/hfi1: Protect the interval RB tree when cleaning upMitko Haralanov1-2/+6
2016-04-28IB/hfi1: Fix deadlock caused by locking with wrong scopeMitko Haralanov1-5/+11
2016-04-28IB/hfi1: Prevent NULL pointer deferences in caching codeMitko Haralanov1-10/+14
2016-03-21IB/hfi1: Adjust last address values for intervalsMitko Haralanov1-3/+3
2016-03-21IB/hfi1: Add filter callbackMitko Haralanov1-5/+14
2016-03-21IB/hfi1: Remove compare callbackMitko Haralanov1-1/+1
2016-03-21IB/hfi1: Add MMU tracingMitko Haralanov1-0/+10
2016-03-21IB/hfi1: Use interval RB treesMitko Haralanov1-74/+32
2016-03-21IB/hfi1: Notify remove MMU/RB callback of calling contextMitko Haralanov1-5/+5
2016-03-21IB/hfi1: Allow remove MMU callbacks to free nodesMitko Haralanov1-5/+7
2016-03-21IB/hfi1: Prevent NULL pointer dereferenceMitko Haralanov1-0/+3
2016-03-21IB/hfi1: Allow MMU function execution in IRQ contextMitko Haralanov1-15/+21
2016-03-21IB/hfi1: Re-factor MMU notification codeMitko Haralanov1-0/+304