aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-06-10netdevsim: fix backwards compatibility in nsim_get_iflink()David Wei1-1/+2
2024-06-10drm/sun4i: Fix layer zpos change/atomic modesettingOndrej Jirman4-143/+71
2024-06-10drm/sun4i: Add more parameters to sunxi_engine commit callbackOndrej Jirman4-6/+18
2024-06-10drm/sun4i: Unify sun8i_*_layer structsOndrej Jirman6-48/+38
2024-06-10drm: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-10drm/bridge: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-10drm/tiny: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-10drm/xe/guc: Prefer GT oriented messages in xe_guc_pcMichal Wajdeczko1-9/+10
2024-06-10drm/xe/guc: Add pc_to_ct() helperMichal Wajdeczko1-19/+18
2024-06-10drm/xe/guc: Move H2G SETUP_PC_GUCRC definition to SLPC ABIMichal Wajdeczko3-10/+25
2024-06-10drm: panel-orientation-quirks: Add quirk for Aya Neo KUNTobias Jakobi1-0/+6
2024-06-10clk: meson: add 'NOINIT_ENABLED' flag to eliminate init for enabled PLLDmitry Rokosov2-16/+25
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel3-17/+12
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-13/+0
2024-06-10mlxsw: spectrum_acl_atcam: Fix wrong commentIdo Schimmel1-1/+1
2024-06-10drm/xe/pf: Assert LMEM provisioning is done only on DGFXMichal Wajdeczko1-2/+13
2024-06-10coresight: tmc: Remove duplicated include in coresight-tmc-core.cYang Li1-1/+0
2024-06-10drm/panel: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-10drm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson16-0/+16
2024-06-10media: amphion: Report the average QP of current encoded frameMing Qian6-0/+25
2024-06-10media: amphion: Remove lock in s_ctrl callbackMing Qian2-4/+0
2024-06-10media: v4l2-ctrls: Add average QP controlMing Qian1-0/+5
2024-06-10media: mediatek: vcodec: Alloc DMA memory with DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson1-1/+2
2024-06-10media: mediatek: vcodec: Fix unreasonable data conversionYunfei Dong1-1/+1
2024-06-10media: mediatek: vcodec: Handle invalid decoder vsiIrui Wang1-0/+6
2024-06-10media: mediatek: vcodec: add decoder command to support stateless decoderYunfei Dong1-6/+54
2024-06-10dca: make dca_class a static const structureIvan Orlov1-8/+12
2024-06-10Merge tag 'v6.10-rc3'Hans Verkuil246-1551/+2705
2024-06-10drm/exynos/vidi: fix memory leak in .get_modes()Jani Nikula1-1/+6
2024-06-10RAS/AMD/ATL: Fix MI300 bank hashYazen Ghannam1-7/+2
2024-06-10drm/exynos: dp: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-06-10drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID foundMarek Szyprowski1-2/+5
2024-06-09RAS/AMD/FMPM: Use atl internal.h for INVALID_SPAJohn Allen1-2/+2
2024-06-09RAS/AMD/ATL: Implement DF 4.5 NP2 denormalizationJohn Allen3-0/+621
2024-06-09RAS/AMD/ATL: Validate address map when information is gatheredJohn Allen2-43/+77
2024-06-09RAS/AMD/ATL: Expand helpers for adding and removing base and holeJohn Allen2-15/+29
2024-06-09RAS/AMD/ATL: Read DRAM hole base earlyJohn Allen3-13/+26
2024-06-09RAS/AMD/ATL: Add amd_atl pr_fmt() prefixJohn Allen2-1/+4
2024-06-09Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
2024-06-09Input: joystick - use sizeof(*pointer) instead of sizeof(type)Erick Archer25-26/+30
2024-06-09Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)Erick Archer17-23/+24
2024-06-09dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()Dan Carpenter3-5/+6
2024-06-09Merge tag 'edac_urgent_for_v6.10_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+7
2024-06-09net: stmmac: dwmac-qcom-ethqos: Configure host DMA widthSagar Cheluvegowda1-0/+4
2024-06-09iio: chemical: bme680: Fix sensor data read operationVasileios Amoiridis2-0/+48
2024-06-09iio: chemical: bme680: Fix overflows in compensate() functionsVasileios Amoiridis1-6/+6
2024-06-09iio: chemical: bme680: Fix calibration data variableVasileios Amoiridis1-1/+1
2024-06-09iio: chemical: bme680: Fix pressure value outputVasileios Amoiridis1-1/+1
2024-06-09RDMA/mana_ib: Process QP error events in mana_ibKonstantin Taranov5-2/+79
2024-06-09iio: humidity: hdc3020: fix hysteresis representationDimitri Fedrau1-76/+249