Age | Commit message (Expand) | Author | Files | Lines |
2021-12-14 | IB/hfi1: Correct guard on eager buffer deallocation | Mike Marciniszyn | 1 | -1/+1 |
2021-12-14 | IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr | Mike Marciniszyn | 1 | -19/+14 |
2021-12-14 | IB/hfi1: Fix early init panic | Mike Marciniszyn | 3 | -3/+6 |
2021-12-14 | IB/hfi1: Insure use of smp_processor_id() is preempt disabled | Mike Marciniszyn | 1 | -1/+1 |
2021-10-13 | IB/hfi1: Fix abba locking issue with sc_disable() | Mike Marciniszyn | 1 | -3/+6 |
2021-09-27 | RDMA/hfi1: Fix kernel pointer leak | Guo Zhi | 1 | -4/+4 |
2021-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+1 |
2021-09-08 | IB/hfi1: make hist static | chongjiapeng | 1 | -1/+1 |
2021-09-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 75 | -3214/+163 |
2021-08-25 | RDMA/hfi1: Convert to SPDX identifier | Cai Huoqing | 73 | -3170/+133 |
2021-08-23 | RDMA: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -16/+8 |
2021-08-19 | RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_show | Christoph Hellwig | 1 | -9/+4 |
2021-08-19 | IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs() | Tuo Li | 1 | -5/+4 |
2021-07-30 | RDMA/hfi1: Fix typo in comments | Cai Huoqing | 5 | -7/+7 |
2021-07-30 | RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcount | Xiyu Yang | 4 | -6/+7 |
2021-07-30 | IB/hfi1: Adjust pkey entry in index 0 | Mike Marciniszyn | 1 | -6/+1 |
2021-07-30 | IB/hfi1: Indicate DMA wait when txq is queued for wakeup | Mike Marciniszyn | 1 | -0/+3 |
2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 4 | -11/+11 |
2021-06-30 | treewide: Add missing semicolons to __assign_str uses | Joe Perches | 4 | -11/+11 |
2021-06-24 | RDMA/hfi1: Remove use of kmap() | Ira Weiny | 1 | -2/+2 |
2021-06-22 | RDMA: Fix kernel-doc warnings about wrong comment | Leon Romanovsky | 5 | -9/+9 |
2021-06-17 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe | 1 | -3/+1 |
2021-06-17 | RDMA: Change ops->init_port to ops->port_groups | Jason Gunthorpe | 3 | -14/+3 |
2021-06-17 | RDMA/hfi1: Use attributes for the port sysfs | Jason Gunthorpe | 2 | -340/+194 |
2021-06-17 | RDMA: Split the alloc_hw_stats() ops to port and device variants | Jason Gunthorpe | 1 | -43/+43 |
2021-05-29 | IB/hfi1: Move a function from a header file into a .c file | Bart Van Assche | 1 | -0/+5 |
2021-05-20 | IB/hfi1: Remove the repeated declaration | Shaokun Zhang | 1 | -2/+0 |
2021-05-11 | IB/hfi1: Delete an unneeded bool conversion | Zhen Lei | 1 | -1/+1 |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 29 | -285/+465 |
2021-04-27 | IB/hfi1: Remove redundant variable rcd | Jiapeng Chong | 1 | -4/+4 |
2021-04-13 | IB/hfi1: Rework AIP and VNIC dummy netdev usage | Mike Marciniszyn | 5 | -116/+105 |
2021-04-12 | IB/hfi1: Fix error return code in parse_platform_config() | Wang Wensheng | 1 | -0/+1 |
2021-04-08 | IB/hfi1: Remove unused function | Kaike Wan | 1 | -18/+0 |
2021-04-08 | IB/hfi1: Use kzalloc() for mmu_rb_handler allocation | Mike Marciniszyn | 1 | -1/+1 |
2021-04-08 | IB/hfi1: Add additional usdma traces | Mike Marciniszyn | 3 | -3/+85 |
2021-04-08 | IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma() | Mike Marciniszyn | 3 | -16/+8 |
2021-04-08 | IB/hfi1: Use napi_schedule_irqoff() for tx napi | Mike Marciniszyn | 1 | -1/+1 |
2021-04-08 | IB/hfi1: Correct oversized ring allocation | Mike Marciniszyn | 2 | -8/+9 |
2021-04-08 | IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdev | Mike Marciniszyn | 3 | -0/+32 |
2021-04-08 | IB/hfi1: Add AIP tx traces | Mike Marciniszyn | 2 | -3/+119 |
2021-04-07 | IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOS | Mike Marciniszyn | 4 | -19/+16 |
2021-03-26 | IB/hfi1: Fix a typo | Bhaskar Chowdhury | 1 | -1/+1 |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch | 11 | -83/+83 |
2021-03-22 | RDMA: Delete not-used static inline functions | Leon Romanovsky | 3 | -16/+0 |
2021-03-22 | RDMA: Fix kernel-doc compilation warnings | Leon Romanovsky | 7 | -15/+16 |
2021-01-28 | RDMA/hw/hfi1/rc: Demote incorrectly populated kernel-doc header | Lee Jones | 1 | -2/+1 |
2021-01-28 | RDMA/hw/hfi1/verbs: Demote non-conforming doc header and fix a misspelling | Lee Jones | 1 | -3/+3 |
2021-01-28 | RDMA/hw/hfi1/user_exp_rcv: Demote half-documented and kernel-doc abuses | Lee Jones | 1 | -5/+5 |
2021-01-28 | RDMA/hw/hfi1/ud: Fix a little more doc-rot | Lee Jones | 1 | -6/+2 |
2021-01-28 | RDMA/hw/hfi1/uc: Fix a little doc-rot | Lee Jones | 1 | -6/+2 |