aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/affinity.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-01-28RDMA/hfi1: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+2
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+4
2021-04-27IB/hfi1: Remove redundant variable rcdJiapeng Chong1-4/+4
2021-04-07IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn1-16/+5
2020-05-21IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk1-1/+11
2020-02-11RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib1-0/+2
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-3/+3
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl1-2/+2
2018-08-20IB/hfi1: Invalid NUMA node information can cause a divide by zeroMichael J. Ruhl1-3/+21
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-7/+407
2018-05-09IB/hfi1: Create common functions for affinity CPU mask operationsSebastian Sanchez1-23/+60
2018-05-03IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez1-6/+5
2017-06-27IB/hfi1: Replace deprecated pci functions with new APIMichael J. Ruhl1-9/+9
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+2
2016-12-11IB/hfi1: Avoid credit return allocation for cpu-less NUMA nodesHarish Chegondi1-1/+2
2016-11-15IB/hfi1: Remove redundant sysfs irq affinity entryTadeusz Struk1-72/+0
2016-10-02IB/hfi1: Add irq affinity notification handlerTadeusz Struk1-10/+102
2016-10-02IB/hfi1: Fix locking scheme for affinity settingsTadeusz Struk1-41/+50
2016-08-22IB/hfi1: Remove duplicated include from affinity.cWei Yongjun1-1/+0
2016-08-22IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk1-7/+13
2016-08-02IB/hfi1: Add sysfs entry to override SDMA interrupt affinityTadeusz Struk1-0/+68
2016-08-02IB/hfi1: Refine user process affinity algorithmSebastian Sanchez1-54/+159
2016-08-02IB/hfi1: Reserve and collapse CPU cores for contextsSebastian Sanchez1-25/+76
2016-08-02IB/hfi1: Add global structure for affinity assignmentsDennis Dalessandro1-77/+168
2016-06-06IB/hfi1: Avoid large frame size warningLeon Romanovsky1-17/+14
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+431