aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-16nvme/tcp: handle tls partially sent records in write_space()Wilfred Mallawa1-0/+3
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds35-123/+501
2025-10-16Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-7/+4
2025-10-16HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLLStuart Hayhurst1-0/+21
2025-10-16irqchip/riscv-imsic: Inline imsic_vector_from_local_id()Samuel Holland3-20/+3
2025-10-16irqchip/riscv-imsic: Embed the vector array in lprivSamuel Holland2-9/+3
2025-10-16irqchip/riscv-imsic: Remove redundant irq_data lookupsSamuel Holland1-2/+2
2025-10-16irqchip/ts4800: Drop unused module aliasJohan Hovold1-1/+0
2025-10-16irqchip/mvebu-pic: Drop unused module aliasJohan Hovold1-2/+0
2025-10-16irqchip/meson-gpio: Drop unused module aliasJohan Hovold1-1/+0
2025-10-16irqchip: Enable compile testing of Broadcom driversJohan Hovold1-3/+3
2025-10-16irqchip: Pass platform device to platform driversJohan Hovold13-108/+71
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari1-1/+1
2025-10-16drm/ci: disable broken MR check in sanity jobVignesh Raman1-1/+1
2025-10-16drm/msm: make sure last_fence is always updatedAnna Maniscalco1-4/+5
2025-10-16drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen1-1/+4
2025-10-16drm/msm: Fix pgtable prealloc error pathRob Clark1-0/+5
2025-10-16spi: airoha: fix reading/writing of flashes with more than one plane per lunMikhail Kshevetskiy1-3/+6
2025-10-16spi: airoha: switch back to non-dma mode in the case of errorMikhail Kshevetskiy1-2/+5
2025-10-16spi: airoha: add support of dual/quad wires spi modes to exec_op() handlerMikhail Kshevetskiy1-26/+82
2025-10-16spi: airoha: return an error for continuous mode dirmap creation casesMikhail Kshevetskiy1-0/+4
2025-10-16drm/sched: Fix potential double free in drm_sched_job_add_resv_dependenciesTvrtko Ursulin1-6/+7
2025-10-16irqchip: Drop leftover bracketsJohan Hovold1-4/+2
2025-10-16irqchip/qcom-irq-combiner: Fix section mismatchJohan Hovold1-1/+1
2025-10-16irqchip/starfive-jh8100: Fix section mismatchJohan Hovold1-2/+1
2025-10-16irqchip/renesas-rzg2l: Fix section mismatchJohan Hovold1-4/+2
2025-10-16irqchip/imx-mu-msi: Fix section mismatchJohan Hovold1-9/+5
2025-10-16irqchip/irq-brcmstb-l2: Fix section mismatchJohan Hovold1-8/+4
2025-10-16irqchip/irq-bcm7120-l2: Fix section mismatchJohan Hovold1-11/+6
2025-10-16irqchip/irq-bcm7038-l1: Fix section mismatchJohan Hovold1-5/+3
2025-10-16irqchip/bcm2712-mip: Fix section mismatchJohan Hovold1-1/+1
2025-10-16irqchip/bcm2712-mip: Fix OF node reference imbalanceJohan Hovold1-1/+0
2025-10-15drm/xe/evict: drop bogus assertMatthew Auld1-8/+0
2025-10-15drm/xe/migrate: don't misalign current bytesMatthew Auld1-1/+3
2025-10-15drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper1-0/+5
2025-10-15drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström1-1/+3
2025-10-15net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_resetI Viswanath1-4/+4
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski3-43/+52
2025-10-15netdevsim: set the carrier when the device goes upBreno Leitao1-0/+7
2025-10-15tg3: prevent use of uninitialized remote_adv and local_adv variablesAlexey Simakov1-4/+1
2025-10-15spi: spi-nxp-fspi: few fix for flexspiMark Brown1-5/+27
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler3-6/+15
2025-10-15HID: multitouch: fix sticky fingersBenjamin Tissoires1-13/+14
2025-10-15HID: multitouch: fix name of Stylus input devicesThadeu Lima de Souza Cascardo1-0/+1
2025-10-15HID: hid-input: only ignore 0 battery events for digitizersDmitry Torokhov1-1/+4
2025-10-15PM / devfreq: rockchip-dfi: switch to FIELD_PREP_WM16 macroNicolas Frattaroli1-23/+22
2025-10-15firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw modeArtem Shimko1-2/+1
2025-10-15firmware: arm_scmi: Skip RAW initialization on failureCristian Marussi1-4/+1
2025-10-15include: trace: Fix inflight count helper on failed initializationCristian Marussi2-5/+10
2025-10-15firmware: arm_scmi: Account for failed debug initializationCristian Marussi2-33/+35