aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'regulator-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds15-283/+428
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-6/+77
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds33-275/+666
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds75-1769/+1771
2024-03-13drm/panel: simple: add CMT430B19N00 LCD panel supportJérémie Dautheribes1-0/+29
2024-03-13Merge tag 'tag-chrome-platform-firmware-for-v6.9' of git://git.kernel.org/pub...Linus Torvalds6-7/+50
2024-03-13Merge tag 'for-6.9/dm-vdo' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds111-0/+52362
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-2/+0
2024-03-13Merge tag 'for-6.9/dm-bh-wq' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-25/+50
2024-03-13Merge tag 'for-6.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds25-103/+164
2024-03-13Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds5-241/+231
2024-03-13soc: fsl: dpio: fix kcalloc() argument orderArnd Bergmann1-1/+1
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds43-1595/+1781
2024-03-13xen/grant-dma-iommu: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-13drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik1-18/+19
2024-03-13drm/i915/selftests: Pick correct caching mode.Nirmoy Das1-1/+4
2024-03-13drm/xe/lnl: Enable display supportBalasubramani Vivekanandan1-0/+1
2024-03-13drm/i915/xe2lpd: Load DMCBalasubramani Vivekanandan1-1/+8
2024-03-13drm/i915/xe2lpd: Support MDCLK:CDCLK ratio changesGustavo Sousa5-16/+77
2024-03-13drm/i915: Add mdclk_cdclk_ratio to intel_dbuf_stateGustavo Sousa4-1/+42
2024-03-13drm/i915: Extract intel_dbuf_mdclk_cdclk_ratio_update()Gustavo Sousa1-11/+19
2024-03-13drm/i915/cdclk: Only compute squash waveform when necessaryGustavo Sousa1-3/+3
2024-03-13drm/i915/cdclk: Add and use mdclk_source_is_cdclk_pll()Gustavo Sousa2-2/+17
2024-03-13drm/i915/cdclk: Rename lnl_cdclk_table to xe2lpd_cdclk_tableGustavo Sousa1-2/+2
2024-03-13clocksource/drivers/timer-riscv: Clear timer interrupt on timer initializationLey Foon Tan1-0/+3
2024-03-13drm/exynos: simplify the return value handling in exynos_dp_get_modes()Jani Nikula1-4/+3
2024-03-13drm/bridge: lt9611uxc: use int for holding number of modesJani Nikula1-1/+1
2024-03-13drm/vc4: hdmi: do not return negative values from .get_modes()Jani Nikula1-1/+1
2024-03-13drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula1-2/+2
2024-03-13drm/bridge: lt8912b: do not return negative values from .get_modes()Jani Nikula1-9/+7
2024-03-13drm/exynos: do not return negative values from .get_modes()Jani Nikula2-4/+4
2024-03-13drm/panel: do not return negative error codes from drm_panel_get_modes()Jani Nikula1-6/+11
2024-03-13drm/probe-helper: warn about negative .get_modes()Jani Nikula1-0/+7
2024-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann227-1559/+2702
2024-03-13drm/i915/opregion: add intel_opregion_vbt_present() stub for ACPI=nJani Nikula1-0/+5
2024-03-13s390/raw3270: make class3270 constantRicardo B. Marliere3-10/+12
2024-03-13s390/raw3270: improve raw3270_init() readabilityRicardo B. Marliere1-10/+12
2024-03-13s390/tape: make tape_class constantRicardo B. Marliere1-9/+8
2024-03-13s390/vmlogrdr: make vmlogrdr_class constantRicardo B. Marliere1-10/+8
2024-03-13s390/vmur: make vmur_class constantRicardo B. Marliere1-9/+9
2024-03-13s390/zcrypt: make zcrypt_class constantRicardo B. Marliere1-18/+19
2024-03-13s390/vfio_ccw_cp: use new address translation helpersHeiko Carstens1-38/+44
2024-03-13s390/ctcm: use new address translation helpersHeiko Carstens3-13/+13
2024-03-13s390/lcs: use new address translation helpersHeiko Carstens1-7/+5
2024-03-13s390/qeth: use new address translation helpersHeiko Carstens1-11/+11
2024-03-13s390/zfcp: use new address translation helpersHeiko Carstens3-6/+6
2024-03-13s390/tape: fix virtual vs physical address confusionHeiko Carstens1-4/+8
2024-03-13s390/3270: use new address translation helpersHeiko Carstens1-7/+7
2024-03-13s390/3215: use new address translation helpersHeiko Carstens1-2/+2
2024-03-13s390/vmur: use new address translation helpersHeiko Carstens1-2/+2