summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-0211-45/+35
|\
| * IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan2020-03-271-5/+8
| * IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan2020-03-271-2/+11
| * IB/hfi1: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-261-2/+2
| * IB/hfi1: Remove kobj from hfi1_devdataKaike Wan2020-03-183-27/+5
| * Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-1/+3
| |\
| * \ Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-045-29/+52
| |\ \
| * | | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-206-9/+9
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2020-03-081-1/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-261-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel2020-02-231-1/+1
| | | |/ | | |/|
* | | | IB/hfi1: Ensure pq is not left on waitlistMike Marciniszyn2020-03-241-3/+22
| |_|/ |/| |
* | | IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro2020-03-021-1/+3
|/ /
* | IB/hfi1: Close window for pq and request colidingMike Marciniszyn2020-02-114-29/+48
* | IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan2020-02-111-0/+2
* | RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib2020-02-111-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-3115-342/+529
|\
| * IB/hfi1: Fix logical condition in msix_request_irqNathan Chancellor2020-01-251-1/+1
| * Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-212-1/+12
| |\
| * | IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsMike Marciniszyn2020-01-103-0/+3
| * | IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn2020-01-104-0/+14
| * | IB/hfi1: Return void in packet receiving functionsGrzegorz Andrejczuk2020-01-102-25/+18
| * | IB/hfi1: Decouple IRQ name from typeGrzegorz Andrejczuk2020-01-102-48/+59
| * | IB/hfi1: Create API for auto activateMike Marciniszyn2020-01-101-14/+23
| * | IB/hfi1: IB/hfi1: Add an API to handle special case dropMike Marciniszyn2020-01-103-8/+23
| * | IB/hfi1: Move common receive IRQ code to functionGrzegorz Andrejczuk2020-01-101-30/+52
| * | IB/hfi1: Add fast and slow handlers for receive contextMike Marciniszyn2020-01-104-60/+58
| * | IB/hfi1: Move chip specific functions to chip.cMike Marciniszyn2020-01-103-69/+87
| * | IB/hfi1: use true,false for bool variablezhengbin2020-01-041-1/+1
| * | IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl2020-01-032-4/+10
| * | IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-039-85/+183
* | | 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
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-5/+5
|\ \ \
| * \ \ Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-202-1/+12
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-252-5/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-107-109/+68
| | |\ \
| | * | | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-272-5/+5
* | | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
| |/ / /
* | | | IB/hfi1: Adjust flow PSN with the correct resync_psnKaike Wan2020-01-031-0/+9
* | | | IB/hfi1: Don't cancel unused work itemKaike Wan2020-01-031-1/+3
|/ / /
* | / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
| |/ |/|
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-304-93/+60
|\ \
| * | RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe2019-11-244-93/+60
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-273-16/+8
|\ \ \ | |_|/ |/| |
| * | IB/hfi1: remove redundant assignment to variable retColin Ian King2019-11-251-1/+1
| * | RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-132-11/+7
| * | RDMA/hfi1: Delete unreachable codeLeon Romanovsky2019-11-131-4/+0
| |/