summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig.assembler (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe1-1/+1
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe10-35/+136
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe2-2/+2
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe3-22/+29
2023-01-25iommu/intel: Use GFP_KERNEL in sleepable contextsJason Gunthorpe1-2/+2
2023-01-25iommu/intel: Support the gfp argument to the map_pages opJason Gunthorpe1-9/+15
2023-01-25iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe3-9/+9
2023-01-25iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe1-2/+2
2023-01-25iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe1-2/+9
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe3-31/+18
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe3-17/+1
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe16-38/+48
2023-01-23iommufd: Add three missing structures in ucmd_bufferYi Liu1-0/+3
2023-01-23selftests: iommu: Fix test_cmd_destroy_access() call in user_copyNicolin Chen1-1/+1
2023-01-11iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe2-5/+2
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe4-6/+25
2023-01-11iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe3-6/+4
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe3-5/+7
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe2-62/+0
2023-01-11iommufd: Convert to msi_device_has_isolated_msi()Jason Gunthorpe1-3/+1
2023-01-11vfio/type1: Convert to iommu_group_has_isolated_msi()Jason Gunthorpe1-13/+3
2023-01-11iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe2-0/+27
2023-01-11genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe2-0/+40
2023-01-08Linux 6.2-rc3v6.2-rc3Linus Torvalds1-1/+1
2023-01-06tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld1-1/+3
2023-01-06hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handlingLinus Torvalds1-5/+10
2023-01-06usb: dwc3: gadget: Ignore End Transfer delay on teardownThinh Nguyen1-1/+4
2023-01-06usb: dwc3: xilinx: include linux/gpio/consumer.hArnd Bergmann1-0/+1
2023-01-06udf: initialize newblock to 0Tom Rix1-3/+1
2023-01-06udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang1-0/+2
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel1-2/+2
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas1-1/+1
2023-01-05block: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-05powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman1-1/+1
2023-01-05powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-01-05powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-01-05fbdev: omapfb: avoid stack overflow warningArnd Bergmann1-10/+18
2023-01-05caif: fix memory leak in cfctrl_linkup_request()Zhengchao Shao1-1/+5
2023-01-05kbuild: readd -w option when vmlinux.o or Module.symver is missingMasahiro Yamada1-4/+5
2023-01-05kbuild: fix single *.ko buildMasahiro Yamada1-1/+1
2023-01-05cifs: fix interface count calculation during refreshShyam Prasad N1-1/+2
2023-01-05cifs: refcount only the selected iface during interface updateShyam Prasad N1-1/+2
2023-01-05inet: control sockets should not use current thread task_fragEric Dumazet1-0/+1
2023-01-05net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2-0/+18
2023-01-05qed: allow sleep in qed_mcp_trace_dump()Caleb Sander1-8/+20
2023-01-05of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2Rob Herring1-13/+15
2023-01-05Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node"Rob Herring1-20/+20