aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-14HID: betop: move FF initialization to .input_configured()Dmitry Torokhov1-22/+11
2026-08-14HID: axff: move FF initialization to .input_configured()Dmitry Torokhov1-28/+12
2026-08-14HID: core: automatically initialize generic FF if no other FF is presentDmitry Torokhov1-1/+14
2026-08-14Input: misc: Add AMD SFH tablet-mode switch driverBasavaraj Natikar3-0/+97
2026-08-14HID: amd_sfh: Register tablet-mode auxiliary deviceBasavaraj Natikar3-0/+53
2026-08-14HID: amd_sfh: Add accessor to read the operating-mode sensorBasavaraj Natikar5-1/+58
2026-08-14HID: amd_sfh: Serialize access to the shared emp2 pointerBasavaraj Natikar1-0/+6
2026-08-14HID: amd_sfh: Track MP2 version explicitlyBasavaraj Natikar2-4/+11
2026-08-14spi: ma35d1-qspi: Improvements and DTR supportMark Brown1-40/+68
2026-08-14spi: ma35d1-qspi: Use the existing update helperMiquel Raynal1-7/+8
2026-08-14spi: ma35d1-qspi: Add DTR supportMiquel Raynal1-8/+19
2026-08-14spi: ma35d1-qspi: Allow several command bytesMiquel Raynal1-6/+5
2026-08-14spi: ma35d1-qspi: Move speed setting to bus configurationMiquel Raynal1-25/+44
2026-08-14spi: ma35d1-qspi: Remove redundant reset operationMiquel Raynal1-2/+0
2026-08-14HID: sony: fix UAF of ghl_poke_timer / ghl_urb at driver unbindDoruk Tan Ozturk1-1/+3
2026-08-14spi: dw: Remove shadowed dws in dw_spi_setup()Liang Hao1-1/+0
2026-08-14Merge tag 'nvme-7.3-2026-08-13' of git://git.infradead.org/nvme into for-7.3/blockJens Axboe30-274/+741
2026-08-14Merge branch 'for-next/sdei' into for-next/coreWill Deacon4-0/+290
2026-08-14Merge branch 'for-next/perf' into for-next/coreWill Deacon22-301/+1067
2026-08-14Merge branch 'for-next/nmi' into for-next/coreWill Deacon1-4/+1
2026-08-14Merge branch 'for-next/mpam' into for-next/coreWill Deacon3-27/+307
2026-08-14Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon1-1/+1
2026-08-14Merge branch 'for-next/coco' into for-next/coreWill Deacon2-62/+40
2026-08-14Merge tag 'drm-xe-next-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie5-15/+32
2026-08-14Merge tag 'drm-misc-next-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie1-722/+0
2026-08-14pinctrl: meson: sync some modify from A4Xianwei Zhao1-4/+4
2026-08-14pinctrl: meson: a4: Add input enable pin configurationXianwei Zhao1-2/+12
2026-08-14pinctrl: realtek: rtd1625: remove unused group name spdif_selYu-Chun Lin1-1/+1
2026-08-14pinctrl: realtek: rtd1625: fix base_bit for VE4 GPIO 13Yu-Chun Lin1-1/+1
2026-08-14Merge tag 'drm-xe-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie11-123/+279
2026-08-13hwmon: (k10temp) Add per-CCD temperature monitoring for Zen5 TurinGabriel Ford1-1/+13
2026-08-14Merge tag 'drm-misc-fixes-2026-08-13' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie31-92/+296
2026-08-13clk: samsung: Don't include <linux/mod_devicetable.h>Uwe Kleine-König (The Capable Hub)1-1/+1
2026-08-13Merge patch series "scsi: lpfc: Remove all strlcat() uses"Martin K. Petersen (Oracle)6-507/+348
2026-08-13scsi: lpfc: Replace strlcat() with sysfs_emit_at() in the sysfs show functionsIan Bridges2-317/+219
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in the debugfs dump helpersIan Bridges1-113/+85
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in lpfc_rx_monitor_report()Ian Bridges1-19/+24
2026-08-13scsi: lpfc: Replace strlcat() with scnprintf() in lpfc_vport_symbolic_node_name()Ian Bridges1-24/+5
2026-08-13scsi: lpfc: Replace strlcat() with seq_buf in lpfc_info()Ian Bridges1-34/+15
2026-08-13Merge tag 'clk-microchip-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-microchipStephen Boyd1-2/+3
2026-08-13Merge patch series "Enable context analysis in the SCSI core and UFS driver"Martin K. Petersen (Oracle)16-45/+104
2026-08-13scsi: core: Enable context analysisBart Van Assche2-0/+25
2026-08-13scsi: core: Protect host state changes with the host lockBart Van Assche9-22/+23
2026-08-13scsi: core: Add lock context annotationsBart Van Assche1-0/+5
2026-08-13scsi: core: Pass the SCSI host pointer directly to scanning functionsBart Van Assche1-21/+26
2026-08-13scsi: ufs: core: Enable context analysisBart Van Assche4-2/+24
2026-08-13scsi: ufs: core: Set task state before io_schedule_timeout()Bart Van Assche1-0/+1
2026-08-13net: usb: lg-vl600: fix Ethernet header on fragmented RX packetsXu Rao1-1/+1
2026-08-13Merge patch series "libsas: rediscover improvements for linkrate/sas_addr"Martin K. Petersen (Oracle)2-18/+79
2026-08-13scsi: libsas: Add linkrate and sas_addr change detection in rediscoverXingui Yang1-14/+69