summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe2022-05-131-2/+1
* vfio: Remove vfio_external_group_match_file()Jason Gunthorpe2022-05-131-2/+0
* vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe2022-05-131-1/+1
* Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson2022-05-136-25/+66
|\
| * iommu: Remove iommu group changes notifierLu Baolu2022-04-281-23/+0
| * bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-284-0/+32
| * amba: Stop sharing platform_dma_configure()Lu Baolu2022-04-281-2/+0
| * driver core: Add dma_cleanup callback in bus_typeLu Baolu2022-04-281-0/+3
| * iommu: Add DMA ownership management interfacesLu Baolu2022-04-281-0/+31
* | vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe2022-05-112-3/+2
* | vfio: Remove dead codeJason Gunthorpe2022-05-111-11/+0
* | vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe2022-05-111-1/+1
* | vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe2022-05-111-2/+2
* | vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe2022-05-111-2/+2
* | Merge tag 'gvt-next-2022-04-29' into v5.19/vfio/nextAlex Williamson2022-05-111-78/+4
|\ \
| * | vfio/mdev: Remove mdev drvdataJason Gunthorpe2022-04-211-9/+0
| * | vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-21/+4
| * | vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-2/+0
| * | vfio/mdev: Remove vfio_mdev.cJason Gunthorpe2022-04-211-47/+1
* | | Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson2022-05-115-242/+29
|\ \ \
| * | | net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIsYishai Hadas2022-05-101-0/+12
| * | | net/mlx5: Remove not-implemented IPsec capabilitiesLeon Romanovsky2022-04-091-7/+4
| * | | net/mlx5: Remove ipsec_ops function tableLeon Romanovsky2022-04-091-3/+0
| * | | net/mlx5: Remove not-needed IPsec configLeon Romanovsky2022-04-092-3/+3
| * | | net/mlx5: Unify device IPsec capabilities checkLeon Romanovsky2022-04-091-2/+5
| * | | RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2022-04-091-8/+0
| * | | RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2022-04-091-8/+5
| * | | net/mlx5_fpga: Drop INNOVA IPsec supportLeon Romanovsky2022-04-091-148/+0
| * | | IB/mlx5: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-061-1/+1
| * | | net/mlx5_fpga: Drop INNOVA TLS supportLeon Romanovsky2022-04-061-63/+0
| |/ /
* | | blk-mq: remove the error_count from struct requestWilly Tarreau2022-05-081-1/+0
* | | Merge tag 'nfs-for-5.18-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-061-0/+1
|\ \ \
| * | | SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-291-0/+1
* | | | Merge tag 'folio-5.18f' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-061-1/+4
|\ \ \ \
| * | | | block: Do not call folio_next() on an unreferenced folioMatthew Wilcox (Oracle)2022-05-051-1/+4
* | | | | Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-053-3/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-052-3/+3
| * | | | net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2022-05-011-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-011-1/+9
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-1/+9
| |\ \ \ \ \
| | * | | | | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-1/+9
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-6/+7
|\ \ \ \ \ \
| * | | | | | bug: Have __warn() prototype defined unconditionallyShida Zhang2022-04-261-5/+6
| * | | | | | x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-191-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-301-1/+1
|\ \ \ \ \ \
| * | | | | | usb: typec: tcpm: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-301-0/+1
|\ \ \ \ \ \
| * | | | | | memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual ModeGeert Uytterhoeven2022-04-211-0/+1
| |/ / / / /
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-301-1/+4
|\ \ \ \ \ \
| * | | | | | dt-bindings: clk: mpfs: add defines for two new clocksConor Dooley2022-04-231-1/+4
| |/ / / / /