aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-08-24Merge tag 'drm-fixes-2024-08-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds42-86/+330
2024-08-24interconnect: qcom: msm8953: Add ab_coeffAdam Skladowski1-0/+2
2024-08-24interconnect: qcom: qcs404: Add regmaps and more bus descriptionsAdam Skladowski1-3/+39
2024-08-24interconnect: qcom: qcs404: Mark AP-owned nodes as suchAdam Skladowski1-0/+85
2024-08-24interconnect: qcom: Add MSM8937 interconnect provider driverAdam Skladowski3-0/+1361
2024-08-24Merge tag 'block-6.11-20240823' of git://git.kernel.dk/linuxLinus Torvalds2-2/+1
2024-08-24Merge tag 'acpi-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-0/+31
2024-08-24Merge tag 'thermal-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+17
2024-08-24drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-3/+2
2024-08-24Merge tag 'mmc-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-8/+17
2024-08-24Merge tag 'spi-fix-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-33/+106
2024-08-24drm/i915/gt: Continue creating engine sysfs files even after a failureAndi Shyti1-3/+2
2024-08-23Drivers: hv: vmbus: Optimize boot time by concurrent execution of hv_synic_in...Saurabh Sengar1-3/+31
2024-08-23interconnect: qcom: sm8250: Enable sync_stateDmitry Baryshkov1-0/+1
2024-08-23interconnect: qcom: sm8350: drop DISP nodesDmitry Baryshkov2-164/+0
2024-08-23Bluetooth: btnxpuart: Fix random crash seen while removing driverNeeraj Sanjay Kale1-2/+18
2024-08-23Bluetooth: btintel: Allow configuring drive strength of BRIKiran K1-0/+124
2024-08-23drm/xe/display: handle HPD polling in display runtime suspend/resumeVinod Govindapillai3-3/+32
2024-08-23drm/xe: Handle polling only for system s/r in xe_display_pm_suspend/resume()Imre Deak1-12/+6
2024-08-23drm/xe: Suspend/resume user access only during system s/rImre Deak1-4/+6
2024-08-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang6-2/+449
2024-08-23irqchip/loongson-pch-msi: Prepare get_pch_msi_handle() for AVECINTCTianyang Zhang1-5/+5
2024-08-23irqchip/loongson-eiointc: Rename CPUHP_AP_IRQ_LOONGARCH_STARTINGHuacai Chen1-2/+2
2024-08-23LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen8-0/+38
2024-08-23interconnect: qcom: Add MSM8976 interconnect provider driverAdam Skladowski3-0/+1451
2024-08-23PCI: Add function 0 DMA alias quirk for Glenfly Arise chipWangYuli1-0/+4
2024-08-23PCI: Make pci_bus_type constantKunwu Chan1-1/+1
2024-08-23mtd: rawnand: davinci: make platform_data privateBartosz Golaszewski1-5/+65
2024-08-23mtd: spinand: set bitflip_threshold to 75% of ECC strengthDaniel Golle1-0/+1
2024-08-23mtd: spinand: winbond: add support for W25N01KVRobert Marko1-0/+26
2024-08-23mtd: concat: Use kmemdup_array instead of kmemdup for multiple allocationYan Zhen1-1/+1
2024-08-23mtd: parsers: bcm47xxpart: make read-only array possible_nvram_sizes static c...Colin Ian King1-1/+1
2024-08-23mtd: Use of_property_read_bool()Rob Herring (Arm)1-2/+2
2024-08-23mtd: slram: insert break after errors in parsing the mapMirsad Todorovac1-0/+2
2024-08-23drm/xe: Update xe_sa to use xe_managed_bo_create_pin_mapMatthew Brost2-7/+7
2024-08-23drm/xe: Move hw_engine_fini to devm managedMatthew Brost1-2/+2
2024-08-23drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc finiMatthew Brost1-1/+1
2024-08-23drm/xe: Set firmware state to loadable before registering guc_fini_hwMatthew Brost1-2/+2
2024-08-23drm/xe: Move ggtt_fini to devm managedMatthew Brost1-2/+2
2024-08-23nvme: use better description for async reset reasonKeith Busch1-1/+2
2024-08-23Revert "drm/xe: Invalidate media_gt TLBs in PT code"Matthew Brost1-80/+19
2024-08-23nvmet: Make nvmet_debugfs staticJinjie Ruan1-1/+1
2024-08-23pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()Fabio Estevam2-5/+4
2024-08-23pinctrl: starfive: jh7110: Correct the level trigger configuration of iev reg...Hal Feng1-2/+2
2024-08-23pinctrl: qcom: x1e80100: Fix special pin offsetsKonrad Dybcio1-4/+4
2024-08-23cpufreq/amd-pstate-ut: Don't check for highest perf matching on prefcoreMario Limonciello1-5/+8
2024-08-23pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPENĂ­colas F. R. A. Prado1-26/+29
2024-08-23pinctrl: single: fix potential NULL dereference in pcs_get_function()Ma Ke1-0/+2
2024-08-23pinctrl: meson: Constify some structuresChristophe JAILLET15-106/+107
2024-08-23iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linuxMarc Gonzalez1-0/+7