summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* drm/atomic-helper: Add a TV properties reset helperMaxime Ripard2022-11-241-0/+75
* drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-243-0/+288
* drm/modes: Introduce more named modesMaxime Ripard2022-11-242-0/+4
* drm/client: Remove match on mode nameMaxime Ripard2022-11-241-4/+0
* drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-242-2/+111
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-242-3/+102
* drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-243-0/+101
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-243-0/+622
* drm/connector: Add TV standard propertyMaxime Ripard2022-11-242-1/+125
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-246-13/+14
* drm/connector: Only register TV mode property if presentMaxime Ripard2022-11-241-8/+11
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-247-20/+20
* drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard2022-11-241-0/+5
* dma-buf: A collection of typo and documentation fixesT.J. Mercier2022-11-241-7/+7
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-11-241450-20351/+29862
|\
| * Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-24557-2384/+5027
| |\
| | * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-11-195-19/+26
| | |\
| | | * scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui2022-11-171-15/+16
| | | * scsi: zfcp: Fix double free of FSF request when qdio send failsBenjamin Block2022-11-171-1/+1
| | | * scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()Yuan Can2022-11-171-1/+5
| | | * scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang2022-11-171-1/+2
| | | * scsi: mpi3mr: Suppress command reply debug printsShin'ichiro Kawasaki2022-11-171-1/+2
| | * | Merge tag 'iommu-fixes-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-192-7/+6
| | |\ \
| | | * | iommu/vt-d: Set SRE bit only when hardware has SRS capTina Zhang2022-11-191-2/+3
| | | * | iommu/vt-d: Preset Access bit for IOVA in FL non-leaf paging entriesTina Zhang2022-11-191-5/+3
| | * | | Merge tag 'input-for-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-186-13/+33
| | |\ \ \
| | | * | | Input: i8042 - fix leaking of platform device on module removalChen Jun2022-11-181-4/+0
| | | * | | Input: i8042 - apply probe defer to more ASUS ZenBook modelsTakashi Iwai2022-11-081-4/+4
| | | * | | Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede2022-11-071-0/+7
| | | * | | Input: soc_button_array - add use_low_level_irq module parameterHans de Goede2022-11-071-1/+6
| | | * | | Input: iforce - invert valid length check when fetching device IDsTetsuo Handa2022-11-071-4/+4
| | | * | | Input: goodix - try resetting the controller when no config is setHans de Goede2022-11-031-0/+11
| | | * | | Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot2022-10-151-0/+1
| | * | | | Merge tag 'block-6.1-2022-11-18' of git://git.kernel.dk/linuxLinus Torvalds2022-11-186-2/+11
| | |\ \ \ \
| | | * \ \ \ Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org/nvme into block-6.1Jens Axboe2022-11-182-0/+6
| | | |\ \ \ \
| | | | * | | | nvmet: fix a memory leak in nvmet_auth_set_keySagi Grimberg2022-11-161-0/+2
| | | | * | | | nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira2022-11-161-0/+2
| | | | * | | | nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo2022-11-151-0/+2
| | | * | | | | dm-log-writes: set dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
| | | * | | | | dm-integrity: set dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
| | | * | | | | dm-crypt: provide dma_alignment limit in io_hintsKeith Busch2022-11-161-0/+1
| | | * | | | | drbd: use after free in drbd_create_device()Dan Carpenter2022-11-151-2/+2
| | | |/ / / /
| | * | | | | Merge tag 'drm-fixes-2022-11-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-11-1837-116/+310
| | |\ \ \ \ \
| | | * \ \ \ \ Merge tag 'drm/tegra/for-6.1-rc6' of https://gitlab.freedesktop.org/drm/tegra...Dave Airlie2022-11-192-0/+8
| | | |\ \ \ \ \
| | | | * | | | | gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy2022-11-182-0/+8
| | | * | | | | | Merge tag 'amd-drm-fixes-6.1-2022-11-16' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-11-1826-69/+235
| | | |\ \ \ \ \ \
| | | | * | | | | | drm/amd/pm: fix SMU13 runpm hang due to unintentional workaroundEvan Quan2022-11-151-12/+11
| | | | * | | | | | drm/amd/pm: enable runpm support over BACO for SMU13.0.7Evan Quan2022-11-151-2/+28
| | | | * | | | | | drm/amd/pm: enable runpm support over BACO for SMU13.0.0Evan Quan2022-11-156-20/+50
| | | | * | | | | | drm/amdgpu: there is no vbios fb on devices with no display hw (v2)Alex Deucher2022-11-153-1/+43