summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2024-03-041-1/+1
|\
| * iommu/msm-iommu: don't limit the driver too muchDmitry Baryshkov2024-02-061-1/+1
* | Merge tag 'v6.9-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2024-03-043-1/+23
|\ \
| * | clk: rockchip: rk3588: fix CLK_NR_CLKS usageSebastian Reichel2024-02-273-1/+23
| |/
* | Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-2511-24/+74
|\ \
| * | usb: typec: tpcm: Fix issues with power being removed during resetMark Brown2024-02-201-1/+2
| * | usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBsKrishna Kurapati2024-02-191-1/+9
| * | Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman2024-02-191-3/+0
| * | usb: gadget: omap_udc: fix USB gadget regression on Palm TEAaro Koskinen2024-02-191-1/+2
| * | usb: dwc3: gadget: Don't disconnect if not startedThinh Nguyen2024-02-191-0/+5
| * | usb: cdns3: fix memory double free when handle zero packetFrank Li2024-02-191-1/+5
| * | usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li2024-02-191-1/+1
| * | usb: roles: don't get/set_role() when usb_role_switch is unregisteredXu Yang2024-02-191-2/+10
| * | usb: roles: fix NULL pointer issue when put module's referenceXu Yang2024-02-191-6/+11
| * | usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak2024-02-193-6/+14
| * | usb: cdnsp: blocked some cdns3 specific codePawel Laszczak2024-02-191-2/+14
| * | usb: uhci-grlib: Explicitly include linux/platform_device.hAndreas Larsson2024-02-191-0/+1
* | | Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-02-253-34/+38
|\ \ \
| * | | serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo2024-02-191-30/+30
| * | | serial: stm32: do not always set SER_RS485_RX_DURING_TX if RS485 is enabledLino Sanfilippo2024-02-191-1/+3
| * | | tty: hvc: Don't enable the RISC-V SBI console by defaultPalmer Dabbelt2024-02-191-3/+5
| |/ /
* | | Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-254-10/+10
|\ \ \
| * | | irqchip/gic-v3-its: Do not assume vPE tables are preallocatedOliver Upton2024-02-211-1/+1
| * | | irqchip/mbigen: Don't use bus_get_dev_root() to find the parentChen Jun2024-02-211-7/+1
| * | | PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar2024-02-191-1/+1
| * | | irqchip/sifive-plic: Enable interrupt if needed before EOINam Cao2024-02-191-1/+7
| |/ /
* | | Merge tag 'iommu-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-248-93/+222
|\ \ \
| * | | iommu/sva: Restore SVA handle sharingJason Gunthorpe2024-02-231-0/+17
| * | | Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel2024-02-232-37/+18
| |\ \ \
| | * | | iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe2024-02-221-26/+12
| | * | | Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov2024-02-131-11/+6
| * | | | iommu/vt-d: Fix constant-out-of-range warningArnd Bergmann2024-02-211-1/+1
| * | | | iommu/vt-d: Set SSADE when attaching to a parent with dirty trackingYi Liu2024-02-211-0/+2
| * | | | iommu/vt-d: Add missing dirty tracking set for parent domainYi Liu2024-02-211-0/+35
| * | | | iommu/vt-d: Wrap the dirty tracking loop to be a helperYi Liu2024-02-211-11/+24
| * | | | iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()Yi Liu2024-02-213-7/+4
| * | | | iommu/vt-d: Add missing device iotlb flush for parent domainYi Liu2024-02-211-0/+18
| * | | | iommu/vt-d: Update iotlb in nested domain attachYi Liu2024-02-213-3/+4
| * | | | iommu/vt-d: Add missing iotlb flush for parent domainYi Liu2024-02-211-0/+31
| * | | | iommu/vt-d: Add __iommu_flush_iotlb_psi()Yi Liu2024-02-211-35/+43
| * | | | iommu/vt-d: Track nested domains in parentYi Liu2024-02-213-5/+31
| | |/ / | |/| |
* | | | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-2411-292/+206
|\ \ \ \
| * | | | cxl/acpi: Fix load failures due to single window creation failureDan Williams2024-02-201-18/+28
| * | | | Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-20522-2710/+4438
| |\ \ \ \
| | * | | | acpi/ghes: Remove CXL CPER notificationsDan Williams2024-02-202-119/+1
| | |/ / /
| * | | | cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter2024-02-161-3/+3
| * | | | cxl: Fix sysfs export of qos_class for memdevDave Jiang2024-02-164-36/+66
| * | | | cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang2024-02-161-2/+1
| * | | | cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2024-02-164-90/+34
| * | | | cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield2024-02-161-10/+38