summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky27-48/+59
2020-09-09RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky1-3/+12
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky22-38/+46
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky29-42/+56
2020-09-09RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2-3/+80
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou6-24/+24
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2-20/+15
2020-09-03RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais3-8/+8
2020-09-03RDMA/qib: Convert tasklets to use new tasklet_setup() APIAllen Pais2-9/+8
2020-09-03RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais1-7/+7
2020-09-03RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais1-11/+11
2020-09-03RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais2-10/+8
2020-09-03RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky1-2/+3
2020-09-02RDMA/ucma: Fix resource leak on error pathAlex Dewar1-7/+8
2020-09-02RDMA/qedr: Fix reported max_pkeysKamal Heib2-2/+3
2020-08-31RDMA/qib: Tidy up process_cc()Alex Dewar1-37/+13
2020-08-31RDMA/qib: Remove superfluous fallthrough statementsAlex Dewar1-2/+0
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1739-6534/+9839
2020-08-31RDMA/rxe: Address an issue with hardened user copyBob Pearson3-73/+2
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson32-896/+32
2020-08-31RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()Jason Gunthorpe1-4/+5
2020-08-31RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leakedJason Gunthorpe1-1/+2
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li4-13/+42
2020-08-31Linux 5.9-rc3v5.9-rc3Linus Torvalds1-1/+1
2020-08-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-13/+19
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds22-30/+144
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds26-169/+423
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+6
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-30Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-22/+4
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+15
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-11/+21
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+25
2020-08-29Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+9
2020-08-29Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockLinus Torvalds2-44/+76
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds5-15/+22
2020-08-28Merge branch 'acpi-mm'Rafael J. Wysocki1-4/+19
2020-08-28Merge branch 'pm-cpufreq'Rafael J. Wysocki4-9/+12
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-41/+172
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsHerbert Xu1-1/+1