summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-12-18net: dsa: mxl-gsw1xx: fix order in .remove operationDaniel Golle-2/+0
2025-12-18net: dsa: lantiq_gswip: fix order in .remove operationDaniel Golle-6/+10
2025-12-18gpio: swnode: compare the "undefined" swnode by its address, not nameBartosz Golaszewski-7/+4
2025-12-18spi: stm32: perform small transfer in polling modeAlain Volmat-0/+77
2025-12-18spi: stm32: fix Overrun issue at < 8bpwDeepak Kumar-4/+5
2025-12-18spi: stm32: properly fail on dma_request_chan errorAlain Volmat-8/+12
2025-12-18iommupt: Return ERR_PTR from _table_alloc()Jason Gunthorpe-0/+3
2025-12-18gpio: it87: balance superio enter/exit calls in error pathBartosz Golaszewski-8/+3
2025-12-18gpio: pca953x: Add support for TCAL6408 TCAL6416Jan Remmet-2/+8
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang17-2/+49
2025-12-18media: vb2: drop wait_prepare/finish callbacksHans Verkuil-39/+10
2025-12-18media: vb2: remove vb2_ops_wait_prepare/finish helpersHans Verkuil-14/+0
2025-12-18media: dvb-core: dvb_vb2: drop wait_prepare/finish callbacksHans Verkuil-30/+25
2025-12-18media: dvb-core/dmxdev: drop locks around mmap()Hans Verkuil-21/+2
2025-12-18media: dvb-core: dmxdevfilter must always flush bufsHans Verkuil-6/+7
2025-12-18drm/gem: Fix kerneldoc warningsLoïc Molinari-2/+5
2025-12-18drm/panthor: unlock on error in panthor_ioctl_bo_create()Dan Carpenter-2/+4
2025-12-18drm/i915: Add intel_gvt_driver_remove() onto error cleanup pathJuha-Pekka Heikkila-0/+1
2025-12-18drm/i915: switch to use kernel standard error injectionJuha-Pekka Heikkila-199/+17
2025-12-18spi: atcspi200: Add support for Andes ATCSPI200 SPIMark Brown-0/+690
2025-12-18drm/syncobj: Convert syncobj idr to xarrayTvrtko Ursulin-45/+20
2025-12-18spi: cadence-quadspi: Fix probe error path and loggingMark Brown-2/+6
2025-12-18PCI: dw-rockchip: Change get_ltssm() to provide L1 Substates infoShawn Lin-4/+25
2025-12-18PCI: dwc: Add L1 Substates context to ltssm_status of debugfsShawn Lin-0/+6
2025-12-18Add support for NXP XSPIMark Brown-0/+1396
2025-12-18PCI: mediatek: Fix IRQ domain leak when MSI allocation failsHaotian Zhang-1/+3
2025-12-18can: fix build dependencyMarc Kleine-Budde-1/+1
2025-12-18PCI: j721e: Add config guards for Cadence Host and Endpoint library APIsSiddharth Vadapalli-16/+25
2025-12-18drivers: gpu: Update ARef imports from sync::arefShankari Anand-4/+4
2025-12-18PCI: qcom: Remove DPC Extended CapabilityQiang Yu-0/+1
2025-12-18PCI: qcom: Remove MSI-X Capability for Root PortsQiang Yu-0/+2
2025-12-18PCI: dwc: Remove MSI/MSIX capability for Root Port if iMSI-RX is used as MSI ...Qiang Yu-0/+11
2025-12-18PCI: dwc: Add new APIs to remove standard and extended CapabilityQiang Yu-0/+55
2025-12-18PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu-14/+29
2025-12-18PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warningNathan Chancellor-0/+1
2025-12-17drm/xe/eustall: Disallow 0 EU stall property valuesAshutosh Dixit-1/+1
2025-12-17drm/xe/oa: Disallow 0 OA property valuesAshutosh Dixit-1/+1
2025-12-17drm/xe/oa: Move default oa unit assignment earlier during stream openAshutosh Dixit-4/+4
2025-12-17clk: qcom: Add support for Global clock controller on KaanapaliTaniya Das-0/+3551
2025-12-17clk: qcom: Add TCSR clock driver for KaanapaliTaniya Das-0/+150
2025-12-17clk: qcom: rpmh: Add support for Kaanapali rpmh clocksTaniya Das-0/+40
2025-12-17clk: qcom: rpmh: Update the clock suffix for GlymurTaniya Das-10/+10
2025-12-17ublk: fix deadlock when reading partition tableMing Lei-4/+28
2025-12-17drm/xe/pf: Add handling for MLRC adverse event thresholdDaniele Ceraolo Spurio-0/+10
2025-12-17drm/xe/pf: Prepare for new threshold KLVsMichal Wajdeczko-10/+23
2025-12-17drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helperMichal Wajdeczko-3/+24
2025-12-17drm/xe: Introduce IF_ARGS macro utilityMichal Wajdeczko-0/+81
2025-12-17drm/xe: Fix NULL pointer dereference in xe_exec_ioctlTapani Pälli-6/+4
2025-12-17remoteproc: imx_dsp_rproc: Fix multiple start/stop operationsDaniel Baluta-17/+33
2025-12-17e1000: fix OOB in e1000_tbi_should_accept()Guangshuo Li-1/+9