- 87aebd3 RDMA/pvrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() by Jason Gunthorpe · 4 years, 4 months ago
- b8387f8 RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() by Jason Gunthorpe · 4 years, 4 months ago
- cf9ce3c RDMA/hns: Use ib_umem_num_dma_blocks() instead of opencoding by Jason Gunthorpe · 4 years, 4 months ago
- 84e71b4 RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages() by Jason Gunthorpe · 4 years, 4 months ago
- 901bca7 RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count() by Jason Gunthorpe · 4 years, 4 months ago
- 6836305 RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding by Jason Gunthorpe · 4 years, 4 months ago
- 22123a0e RDMA/i40iw: Use ib_umem_num_dma_pages() by Jason Gunthorpe · 4 years, 4 months ago
- 1f9b682 RDMA/efa: Use ib_umem_num_dma_pages() by Jason Gunthorpe · 4 years, 4 months ago
- a665aca RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks() by Jason Gunthorpe · 4 years, 4 months ago
- 89603f7 RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_block by Jason Gunthorpe · 4 years, 4 months ago
- ebc2409 RDMA/umem: Add rdma_umem_for_each_dma_block() by Jason Gunthorpe · 4 years, 4 months ago
- 3361c29 RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz() by Jason Gunthorpe · 4 years, 4 months ago
- 10c75cc RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz() by Jason Gunthorpe · 4 years, 4 months ago
- a40c20d RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundary by Jason Gunthorpe · 4 years, 4 months ago
- 71ff3f6 RDMA: Make counters destroy symmetrical by Leon Romanovsky · 4 years, 4 months ago
- add5353 RDMA: Restore ability to return error for destroy WQ by Leon Romanovsky · 4 years, 4 months ago
- d0c45c8 RDMA: Change XRCD destroy return value by Leon Romanovsky · 4 years, 4 months ago
- 43d781b RDMA: Allow fail of destroy CQ by Leon Romanovsky · 4 years, 4 months ago
- 7e3c66c RDMA/core: Delete function indirection for alloc/free kernel CQ by Leon Romanovsky · 4 years, 4 months ago
- 119181d RDMA: Restore ability to fail on SRQ destroy by Leon Romanovsky · 4 years, 4 months ago
- fd89099 RDMA/mlx5: Issue FW command to destroy SRQ on reentry by Leon Romanovsky · 4 years, 4 months ago
- 9a9ebf8 RDMA: Restore ability to fail on AH destroy by Leon Romanovsky · 4 years, 4 months ago
- 91a7c58 RDMA: Restore ability to fail on PD deallocate by Leon Romanovsky · 4 years, 4 months ago
- 558d52b RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init by Md Haris Iqbal · 4 years, 4 months ago
- a2f3d44 RDMA/hns: Avoid unncessary initialization by Lijun Ou · 4 years, 4 months ago
- f553246f RDMA/core: Change how failing destroy is handled during uobj abort by Jason Gunthorpe · 4 years, 4 months ago
- 00b3c11 RDMA/rxe: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- a23afb4 RDMA/qib: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 4e95f84 RDMA/i40iw: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 55db47d RDMA/hfi1: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 53c2a70 RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 4b916ed RDMA/mlx5: Fix potential race between destroy and CQE poll by Leon Romanovsky · 4 years, 4 months ago
- 4f680cb RDMA/ucma: Fix resource leak on error path by Alex Dewar · 4 years, 4 months ago
- 7d11b47 RDMA/qedr: Fix reported max_pkeys by Kamal Heib · 4 years, 4 months ago
- 524d8ff RDMA/qib: Tidy up process_cc() by Alex Dewar · 4 years, 4 months ago
- d2598bb RDMA/qib: Remove superfluous fallthrough statements by Alex Dewar · 4 years, 4 months ago
- 6989aa6 Merge tag 'v5.9-rc3' into rdma.git for-next by Jason Gunthorpe · 4 years, 4 months ago
- 7672dac RDMA/rxe: Address an issue with hardened user copy by Bob Pearson · 4 years, 4 months ago
- 63fa15d RDMA/rxe: Add SPDX hdrs to rxe source files by Bob Pearson · 4 years, 4 months ago
- 61690d0 RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz() by Jason Gunthorpe · 4 years, 4 months ago
- 5d985d7 RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leaked by Jason Gunthorpe · 4 years, 4 months ago
- 074bf2c RDMA/hns: Get udp sport num dynamically instead of using a fixed value by Weihang Li · 4 years, 4 months ago
- f75aef3 Linux 5.9-rc3 by Linus Torvalds · 4 years, 4 months ago
- e43327c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 4 months ago
- dcc5c6f Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- d2283cd Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 0063a82 Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- b69bea8 Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 3edd8db Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 4 months ago
- 8bb5021 Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
- 6f0306d Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
- 42df60f Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 4 years, 4 months ago
- c401128 Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 4 months ago
- 784a083 genirq/matrix: Deal with the sillyness of for_each_cpu() on UP by Thomas Gleixner · 4 years, 4 months ago
- 1127b21 Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 4 months ago
- 0a4c56c fsldma: fix very broken 32-bit ppc ioread64 functionality by Linus Torvalds · 4 years, 4 months ago
- e77aee13 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 4 months ago
- 1b46b92 Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 4 months ago
- c8b5563 Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
- e4cad13 Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 4 years, 4 months ago
- 4d41ead Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- 24148d8 Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
- 005c534 Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 4 months ago
- 0b2f18e Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 4 months ago
- 326e311 Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 4 months ago
- 4f31d53 Merge branch 'acpi-mm' by Rafael J. Wysocki · 4 years, 4 months ago
- ef7d960 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 4 years, 4 months ago
- 96d454c Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 4 months ago
- ef91bb1 kernel.h: Silence sparse warning in lower_32_bits by Herbert Xu · 4 years, 4 months ago
- e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 4 months ago
- 40129b8 Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 4 years, 4 months ago
- b0bfd5ec Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 4 months ago
- e183785 cifs: fix check of tcon dfs in smb1 by Paulo Alcantara · 4 years, 4 months ago
- 3a7c327 Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 4 months ago
- 5ec06b5 Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 4 months ago
- 71a7f8c KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception by James Morse · 4 years, 4 months ago
- 88a84cc KVM: arm64: Survive synchronous exceptions caused by AT instructions by James Morse · 4 years, 4 months ago
- e9ee186 KVM: arm64: Add kvm_extable for vaxorcism code by James Morse · 4 years, 4 months ago
- a433d72 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.9 by Jens Axboe · 4 years, 4 months ago
- 5d28ba5 arm64: vdso32: make vdso32 install conditional by Frank van der Linden · 4 years, 4 months ago
- 1764c3e arm64: use a common .arch preamble for inline assembly by Sami Tolvanen · 4 years, 4 months ago
- 22380b6 mfd: mfd-core: Ensure disabled devices are ignored without error by Lee Jones · 4 years, 4 months ago
- 20934c0 usb: storage: Add unusual_uas entry for Sony PSZ drives by Alan Stern · 4 years, 4 months ago
- 6af10a3 md/raid5: make sure stripe_size as power of two by Yufen Yu · 4 years, 4 months ago
- 4a133eb powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU by Christophe Leroy · 4 years, 4 months ago
- 2a3f9da Merge tag 'drm-intel-fixes-2020-08-27' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 4 months ago
- c2b2f02 Merge tag 'drm-misc-fixes-2020-08-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 4 months ago
- fdee946 io_uring: don't bounce block based -EAGAIN retry off task_work by Jens Axboe · 4 years, 4 months ago
- eefdf30 io_uring: fix IOPOLL -EAGAIN retries by Jens Axboe · 4 years, 4 months ago
- c165a08 arm64/cpuinfo: Remove unnecessary fallthrough annotation by Gustavo A. R. Silva · 4 years, 4 months ago
- 0cc4a0c media: dib0700: Fix identation issue in dib8096_set_param_override() by Gustavo A. R. Silva · 4 years, 4 months ago
- c1ae18d hwmon: (gsc-hwmon) Scale temperature to millidegrees by Tim Harvey · 4 years, 4 months ago
- 210e799e afs: Remove erroneous fallthough annotation by Dan Carpenter · 4 years, 4 months ago
- b972fdb EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register() by Shiju Jose · 4 years, 4 months ago
- c195d66 crypto: af_alg - Work around empty control messages without MSG_MORE by Herbert Xu · 4 years, 4 months ago
- 5f9e282 RDMA/rxe: Fix style warnings by Bob Pearson · 4 years, 4 months ago
- e0ef0f6 RDMA/hns: Add a check for current state before modifying QP by Lang Cheng · 4 years, 4 months ago
- b9caebb RDMA/usnic: Remove the query_pkey callback by Kamal Heib · 4 years, 4 months ago
- 657360d RDMA/ucma: Remove closing and the close_wq by Jason Gunthorpe · 4 years, 4 months ago
- a1d33b7 RDMA/ucma: Rework how new connections are passed through event delivery by Jason Gunthorpe · 4 years, 4 months ago