aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds15-22/+2211
2025-12-04Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-206/+163
2025-12-04Merge tag 'hid-for-linus-2025120201' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds36-212/+4900
2025-12-04Merge tag 'backlight-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+494
2025-12-04Merge tag 'leds-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds17-66/+116
2025-12-04Merge tag 'mfd-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds19-327/+198
2025-12-04nvme-fabrics: add ENOKEY to no retry criteria for authentication failuresJustin Tee1-1/+1
2025-12-04nvme-auth: use kvfree() for memory allocated with kvcalloc()Israel Rukshin1-1/+1
2025-12-04nvmet-tcp: use kvcalloc for commands arrayIsrael Rukshin1-3/+3
2025-12-04nvmet-rdma: use kvcalloc for commands and responses arraysIsrael Rukshin1-6/+6
2025-12-04nvme: fix typo error in nvme targetChu Guangqing2-2/+2
2025-12-04nvmet-fc: use pr_* print macros instead of dev_*Daniel Wagner1-27/+21
2025-12-04nvmet-fcloop: remove unused lsdir member.Daniel Wagner1-1/+0
2025-12-04nvmet-fcloop: check all request and response have been processedDaniel Wagner1-2/+6
2025-12-04nvme-fc: check all request and response have been processedDaniel Wagner1-0/+2
2025-12-04drm/xe: Fix duplicated put due to merge resolutionThomas Hellström1-3/+0
2025-12-04Merge tag 'mmc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds25-263/+1021
2025-12-04Merge drm/drm-next into drm-xe-next-fixesThomas Hellström599-5551/+21526
2025-12-04Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds17-54/+2137
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds53-865/+1319
2025-12-04Merge tag 'firewire-updates-6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-114/+276
2025-12-04Merge tag 'hwmon-for-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds82-1112/+2957
2025-12-04pinctrl: add CONFIG_OF dependencies for microchip driversArnd Bergmann1-0/+2
2025-12-04PM: runtime: Make pm_runtime_barrier() return voidBrian Norris1-12/+2
2025-12-04PM: runtime: Stop checking pm_runtime_barrier() return codeBrian Norris1-6/+2
2025-12-04Merge tag 'gnss-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds1-0/+8
2025-12-04Merge tag 'spi-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds26-758/+2129
2025-12-04Merge tag 'regulator-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-652/+4756
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds8-59/+175
2025-12-04Merge tag 'mtd/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds22-163/+958
2025-12-04Merge tag 'pwm/for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-142/+1240
2025-12-04Merge tag 'chrome-platform-v6.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-6/+39
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds15-159/+1164
2025-12-04drm/i915/color: Enable Plane Color PipelinesUma Shankar2-1/+25
2025-12-04drm/i915/color: Add 3D LUT to color pipelineChaitanya Kumar Borah7-7/+112
2025-12-04drm/i915/color: Add registers for 3D LUTChaitanya Kumar Borah1-0/+29
2025-12-04drm/i915/color: Program Plane Post CSC RegistersUma Shankar1-0/+59
2025-12-04drm/i915/color: Program Pre-CSC registersUma Shankar1-0/+61
2025-12-04drm/i915/color: Add framework to program PRE/POST CSC LUTUma Shankar3-1/+21
2025-12-04drm/i915: Add register definitions for Plane Post CSCUma Shankar1-0/+67
2025-12-04drm/i915: Add register definitions for Plane DegammaUma Shankar1-0/+48
2025-12-04drm/i915/color: Add plane CTM callback for D12 and beyondUma Shankar1-0/+98
2025-12-04drm/i915/color: Preserve sign bit when int_bits is ZeroChaitanya Kumar Borah1-0/+2
2025-12-04drm/i915/color: Add framework to program CSCChaitanya Kumar Borah4-1/+77
2025-12-04drm/i915/color: Create a transfer function color pipelineChaitanya Kumar Borah4-0/+95
2025-12-04drm/i915/color: Add helper to create intel coloropChaitanya Kumar Borah2-0/+27
2025-12-04drm/i915: Add intel_color_opChaitanya Kumar Borah5-0/+30
2025-12-04drm/i915/display: Add identifiers for driver specific blocksChaitanya Kumar Borah1-0/+8
2025-12-04drm/panel: novatek-nt35560: avoid on-stack device structureArnd Bergmann1-4/+4
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1693-20983/+89547