summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iommufd: Do not add the same hwpt to the ioas->hwpt_list twiceJason Gunthorpe2023-02-161-4/+0
* iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe2023-02-141-1/+1
* Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe2023-02-0310-35/+136
|\
| * vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe2023-02-0310-35/+136
* | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-3022-125/+126
|\ \
| * | iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-252-2/+2
| * | iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe2023-01-253-22/+29
| * | iommu/intel: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2023-01-251-2/+2
| * | iommu/intel: Support the gfp argument to the map_pages opJason Gunthorpe2023-01-251-9/+15
| * | iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe2023-01-253-9/+9
| * | iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe2023-01-251-2/+2
| * | iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe2023-01-251-2/+9
| * | iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2023-01-253-31/+18
| * | iommu: Remove iommu_map_atomic()Jason Gunthorpe2023-01-253-17/+1
| * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-2516-38/+48
| |/
* | iommufd: Add three missing structures in ucmd_bufferYi Liu2023-01-231-0/+3
* | selftests: iommu: Fix test_cmd_destroy_access() call in user_copyNicolin Chen2023-01-231-1/+1
* | Merge branch 'isolated_msi' into iommufd.git for-nextJason Gunthorpe2023-01-2314-91/+100
|\ \ | |/ |/|
| * iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe2023-01-112-5/+2
| * irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe2023-01-114-6/+25
| * iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe2023-01-113-6/+4
| * genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe2023-01-113-5/+7
| * genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe2023-01-112-62/+0
| * iommufd: Convert to msi_device_has_isolated_msi()Jason Gunthorpe2023-01-111-3/+1
| * vfio/type1: Convert to iommu_group_has_isolated_msi()Jason Gunthorpe2023-01-111-13/+3
| * iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe2023-01-112-0/+27
| * genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe2023-01-112-0/+40
|/
* Linux 6.2-rc3v6.2-rc3Linus Torvalds2023-01-081-1/+1
* Merge tag 'powerpc-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-081-1/+5
|\
| * powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman2023-01-051-1/+1
| * powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-01-051-1/+4
| * powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-01-051-0/+1
* | Merge tag 'fixes-2023-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-083-2/+4
|\ \
| * | memblock: Fix doc for memblock_phys_freeMiaoqian Lin2023-01-041-1/+1
| * | memblock tests: Fix compilation error.Aaron Thompson2023-01-042-1/+3
| |/
* | Merge tag 'nfs-for-6.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-01-074-3/+36
|\ \
| * | NFS: Fix up a sparse warningTrond Myklebust2023-01-021-1/+3
| * | NFS: Judge the file access cache's timestamp in rcu pathChengen Du2023-01-021-0/+3
| * | pNFS/filelayout: Fix coalescing test for single DSOlga Kornievskaia2022-12-201-0/+8
| * | SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto2022-12-162-2/+22
* | | Merge tag '6.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-075-26/+27
|\ \ \
| * | | cifs: fix interface count calculation during refreshShyam Prasad N2023-01-051-1/+2
| * | | cifs: refcount only the selected iface during interface updateShyam Prasad N2023-01-051-1/+2
| * | | cifs: protect access of TCP_Server_Info::{dstaddr,hostname}Paulo Alcantara2023-01-042-11/+13
| * | | cifs: fix race in assemble_neg_contexts()Paulo Alcantara2023-01-041-4/+7
| * | | cifs: ignore ipc reconnect failures during dfs failoverPaulo Alcantara2023-01-041-2/+1
| * | | cifs: Fix kmap_local_page() unmappingIra Weiny2023-01-041-7/+2
| | |/ | |/|
* | | Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-01-073-34/+38
|\ \ \
| * | | of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring2023-01-051-13/+15
| * | | Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring2023-01-051-20/+20