summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik2023-08-015-10/+345
* swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik2023-08-013-0/+30
* swiotlb: separate memory pool data from other allocator dataPetr Tesarik2023-08-013-82/+140
* swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik2023-08-012-10/+66
* swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-016-10/+67
* swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik2023-08-012-6/+7
* dma-contiguous: check for memory region overlapBinglei Wang2023-07-311-0/+5
* dma-contiguous: support numa CMA for specified nodeYajun Deng2023-07-314-29/+102
* dma-contiguous: support per-numa CMA for all architecturesYajun Deng2023-07-315-13/+11
* dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann2023-07-313-6/+7
* swiotlb: unexport is_swiotlb_activeChristoph Hellwig2023-07-311-1/+0
* x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig2023-07-313-34/+7
* xen/pci: add flag for PCI passthrough being possibleJuergen Gross2023-07-312-0/+12
* Linux 6.5-rc4v6.5-rc4Linus Torvalds2023-07-301-1/+1
* Merge tag 'spi-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-301-5/+49
|\
| * spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized readsDouglas Anderson2023-07-261-0/+25
| * spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytesDouglas Anderson2023-07-261-0/+12
| * spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQSVijaya Krishna Nivarthi2023-07-251-1/+1
| * spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptorsVijaya Krishna Nivarthi2023-07-251-1/+3
| * spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptorVijaya Krishna Nivarthi2023-07-251-3/+5
| * spi: spi-qcom-qspi: Ignore disabled interrupts' status in isrVijaya Krishna Nivarthi2023-07-251-0/+3
* | Merge tag 'regulator-fix-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-07-301-5/+5
|\ \
| * | regulator: mt6358: Fix incorrect VCN33 sync error messageChen-Yu Tsai2023-07-241-1/+1
| * | regulator: mt6358: Sync VCN33_* enable status after checking IDChen-Yu Tsai2023-07-241-4/+4
| |/
* | Merge tag 'usb-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-07-3021-114/+103
|\ \
| * | usb: misc: ehset: fix wrong if conditionXu Yang2023-07-271-4/+4
| * | usb: dwc3: pci: skip BYT GPIO lookup table for hardwired phyGratian Crisan2023-07-271-2/+4
| * | usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li2023-07-251-1/+3
| * | usb: gadget: call usb_gadget_check_config() to verify UDC capabilityFrank Li2023-07-251-0/+4
| * | usb: typec: Use sysfs_emit_at when concatenating the stringKyle Tso2023-07-251-2/+2
| * | usb: typec: Iterate pds array when showing the pd listKyle Tso2023-07-251-6/+5
| * | usb: typec: Set port->pd before adding device for typec_portKyle Tso2023-07-251-1/+3
| * | usb: typec: qcom: fix return value check in qcom_pmic_typec_probe()Yang Yingliang2023-07-251-2/+2
| * | Revert "usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_in...Dan Carpenter2023-07-251-4/+4
| * | Revert "usb: xhci: tegra: Fix error check"Dan Carpenter2023-07-251-4/+4
| * | USB: gadget: Fix the memory leak in raw_gadget driverZqiang2023-07-251-4/+6
| * | usb: gadget: core: remove unbalanced mutex_unlock in usb_gadget_activateMichael Grzeschik2023-07-251-1/+0
| * | Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"Jakub Vanek2023-07-252-19/+0
| * | Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum2023-07-252-27/+2
| * | USB: quirks: add quirk for Focusrite ScarlettƁukasz Bartosik2023-07-251-0/+4
| * | usb: xhci-mtk: set the dma max_seg_sizeRicardo Ribalda2023-07-251-0/+1
| * | MAINTAINERS: drop invalid usb/cdns3 Reviewer e-mailRoger Quadros2023-07-251-1/+0
| * | usb: dwc3: don't reset device side if dwc3 was configured as host-onlyJisheng Zhang2023-07-251-2/+2
| * | usb: typec: ucsi: move typec_set_mode(TYPEC_STATE_SAFE) to ucsi_unregister_pa...Neil Armstrong2023-07-251-2/+2
| * | usb: ohci-at91: Fix the unhandle interrupt when resumeGuiting Shen2023-07-251-1/+7
| * | Merge tag 'usb-serial-6.5-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-07-252-33/+46
| |\ \ | | |/ | |/|
| | * USB: serial: simple: sort driver entriesJohan Hovold2023-07-201-33/+33
| | * USB: serial: simple: add Kaufmann RKS+CAN VCPOliver Neukum2023-07-201-0/+7
| | * USB: serial: option: add Quectel EC200A module supportMohsen Tahmasebi2023-07-201-0/+2
| | * USB: serial: option: support Quectel EM060K_128Jerry Meng2023-07-201-0/+4