summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1
AgeCommit message (Expand)Author
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-03-27IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan
2020-03-27IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan
2020-03-26IB/hfi1: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-23IB/hfi1: Ensure pq is not left on waitlistMike Marciniszyn
2020-03-18IB/hfi1: Remove kobj from hfi1_devdataKaike Wan
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-03-08Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-03-02IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-02-23infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-11IB/hfi1: Close window for pq and request colidingMike Marciniszyn
2020-02-11IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan
2020-02-11RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-25IB/hfi1: Fix logical condition in msix_request_irqNathan Chancellor
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar
2020-01-10IB/hfi1: Add RcvShortLengthErrCnt to hfi1statsMike Marciniszyn
2020-01-10IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn
2020-01-10IB/hfi1: Return void in packet receiving functionsGrzegorz Andrejczuk
2020-01-10IB/hfi1: Decouple IRQ name from typeGrzegorz Andrejczuk
2020-01-10IB/hfi1: Create API for auto activateMike Marciniszyn
2020-01-10IB/hfi1: IB/hfi1: Add an API to handle special case dropMike Marciniszyn
2020-01-10IB/hfi1: Move common receive IRQ code to functionGrzegorz Andrejczuk
2020-01-10IB/hfi1: Add fast and slow handlers for receive contextMike Marciniszyn
2020-01-10IB/hfi1: Move chip specific functions to chip.cMike Marciniszyn
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-03IB/hfi1: use true,false for bool variablezhengbin
2020-01-03IB/hfi1: Adjust flow PSN with the correct resync_psnKaike Wan
2020-01-03IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl
2020-01-03IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn
2020-01-03IB/hfi1: Don't cancel unused work itemKaike Wan
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra
2019-11-25IB/hfi1: remove redundant assignment to variable retColin Ian King
2019-11-23RDMA/hfi1: Use mmu_interval_notifier_insert for user_exp_rcvJason Gunthorpe
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-12RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky