aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-15spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko1-8/+7
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter1-3/+3
2024-04-15mtd: mchp23k256: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-04-15mtd: limit OTP NVMEM cell parse to non-NAND devicesChristian Marangi1-1/+1
2024-04-15octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen1-2/+5
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker1-1/+2
2024-04-15net: dsa: microchip: ksz9477: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+3
2024-04-15net: prestera: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-04-15nfp: flower: fix check for unsupported control flagsAsbjørn Sloth Tønnesen1-3/+3
2024-04-15drm: nv04: Fix out of bounds accessMikhail Kobuk1-6/+7
2024-04-15nouveau: fix instmem race condition around ptr storesDave Airlie1-1/+6
2024-04-15USB: serial: option: support Quectel EM060K sub-modelsJerry Meng1-0/+16
2024-04-15USB: serial: option: add Fibocom FM135-GL variantsbolan wang1-0/+2
2024-04-15Merge tag 'thunderbolt-for-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-18/+56
2024-04-15uio: update kerneldoc comments for interrupt functionsChris Packham1-1/+6
2024-04-15drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2Arnd Bergmann2-2/+2
2024-04-15drm: vc4: Fix possible null pointer dereferenceAleksandr Mishin1-0/+2
2024-04-15spi: altera: Drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2024-04-15drm/lima: fix void pointer to enum lima_gpu_id cast warningErico Nunes2-3/+23
2024-04-15drm/lima: fix shared irq handling on driver removeErico Nunes3-0/+11
2024-04-15drm/lima: mask irqs in timeout path before hard resetErico Nunes1-0/+7
2024-04-15drm/lima: include pp bcast irq in timeout handler checkErico Nunes1-0/+2
2024-04-15drm/lima: add mask irq callback to gp and ppErico Nunes5-0/+42
2024-04-14drm/i915/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-7/+6
2024-04-14Merge tag 'irq-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+7
2024-04-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-5/+27
2024-04-14iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftestJason Gunthorpe1-0/+1
2024-04-14irqchip/riscv-imsic: Fix boot time update effective affinity warningAnup Patel1-0/+1
2024-04-14spi: axi-spi-engine: fix version format stringDavid Lechner1-1/+1
2024-04-13Merge tag 'ata-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds3-5/+91
2024-04-13iio: dac: ad5755: make use of of_device_id tableKrzysztof Kozlowski1-12/+12
2024-04-13iio: imu: inv_icm42600: add support of ICM-42688-PJean-Baptiste Maneyrol4-0/+13
2024-04-13iio: adc: ad7944: Consolidate spi_sync() wrapperDavid Lechner1-54/+13
2024-04-13serial: core: Fix ifdef for serial base console functionsTony Lindgren1-2/+2
2024-04-13cdx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-13Merge tag 'counter-updates-for-6.10' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman4-25/+454
2024-04-13iio: adc: qcom-spmi-adc5: Use device_for_each_child_node_scoped()Jonathan Cameron1-5/+2
2024-04-13iio: adc: stm32: Use device_for_each_child_node_scoped()Jonathan Cameron1-38/+24
2024-04-13iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-04-13efi: Clear up misconceptions about a maximum variable name sizeTim Schumacher1-1/+1
2024-04-13phy: rockchip-snps-pcie3: add support for rockchip,rx-common-refclk-modeNiklas Cassel1-0/+37
2024-04-12net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran1-11/+16
2024-04-12net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran1-0/+7
2024-04-12net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu1-2/+2
2024-04-12net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2-2/+4
2024-04-12net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan5-7/+7
2024-04-12net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory1-1/+3
2024-04-12net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen1-21/+40
2024-04-12net: hns3: add support to query scc version by devlink infoHao Chen6-3/+79
2024-04-12net: hns3: dump more reg info based on ras modPeiyang Wang7-8/+477