aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-14fbcon: Remove struct fbcon_display.inverseThomas Zimmermann1-1/+0
2026-02-14fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()Felix Gu1-2/+4
2026-02-14fbdev: ffb: fix corrupted video output on Sun FFB1René Rebe1-1/+13
2026-02-14fbdev: of_display_timing: Fix device node reference leak in of_get_display_timings()Felix Gu1-3/+3
2026-02-14staging: fbtft: Make framebuffer registration message debug-onlyChintan Patel1-5/+5
2026-02-14staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=nChintan Patel1-10/+9
2026-02-14fbdev: au1100fb: Check return value of clk_enable() in .resume()Chen Ni1-1/+4
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior2-7/+0
2026-02-14fbdev: fix fb_pad_unaligned_buffer maskOsama Abdelkader1-1/+1
2026-02-14fbdev: of: display_timing: fix refcount leak in of_get_display_timings()Weigang He1-2/+2
2026-02-14fbdev: vt8500lcdfb: fix missing dma_free_coherent()Thomas Fourier1-1/+4
2026-02-14video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by defaultVincent Mailhol1-2/+0
2026-02-14video/logo: move logo selection logic to KconfigVincent Mailhol3-86/+11
2026-02-14video/logo: remove logo_mac_clut224Vincent Mailhol4-1615/+1
2026-02-14newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224Vincent Mailhol1-2/+2
2026-02-14video/logo: allow custom logoVincent Mailhol2-1/+51
2026-02-14video/logo: add a type parameter to the logo makefile functionVincent Mailhol1-4/+7
2026-02-14video/logo: remove orphan .pgm Makefile ruleVincent Mailhol1-4/+1
2026-02-14fbdev: omapfb: remove duplicate check in omapfb_setup_mem()Dan Carpenter1-6/+4
2026-02-14fbdev: sh_mobile_lcdc: Make FB_DEVICE dependency optionalChintan Patel1-1/+4
2026-02-14fbdev: omapfb: Make FB_DEVICE dependency optionalChintan Patel2-5/+16
2026-02-14staging: fbtft: Make FB_DEVICE dependency optionalChintan Patel2-5/+20
2026-02-14drm/hyperv: Remove reference to hyperv_fb driverPrasanna Kumar T S M2-10/+151
2026-02-14drivers: hv: vmbus_drv: Remove reference to hpyerv_fbPrasanna Kumar T S M1-2/+2
2026-02-14fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin1-1/+2
2026-02-14fbdev: hyperv_fb: Remove hyperv_fb driverPrasanna Kumar T S M3-1400/+0
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede1-33/+3
2026-02-14fbdev: smscufx: properly copy ioctl memory to kernelspaceGreg Kroah-Hartman1-2/+6
2026-02-14fbdev: rivafb: fix divide error in nv3_arb()Guangshuo Li1-0/+3
2026-02-13Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds49-871/+5046
2026-02-13Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds27-167/+675
2026-02-13ACPI: driver: Drop driver_data pointer clearing from two driversRafael J. Wysocki2-4/+0
2026-02-13ACPI: video: Clear driver_data pointer on removeRafael J. Wysocki1-0/+1
2026-02-13drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not usedFranz Schnyder1-2/+4
2026-02-13fbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
2026-02-13net: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds12-478/+1290
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-1/+23
2026-02-13Merge tag 'nand/for-7.0' into mtd/nextMiquel Raynal428-2593/+4458
2026-02-13spi: wpcm-fiu: Fix potential NULL pointer dereference in wpcm_fiu_probe()Felix Gu1-1/+1
2026-02-13nvme-pci: do not try to add queue maps at runtimeKeith Busch1-0/+12
2026-02-13nvme-pci: cap queue creation to used queuesKeith Busch1-1/+7
2026-02-13nvme-pci: ensure we're polling a polled queueKeith Busch1-1/+2
2026-02-13ACPI: button: Tweak acpi_button_remove()Rafael J. Wysocki1-3/+3
2026-02-13ACPI: button: Tweak system wakeup handlingRafael J. Wysocki1-7/+7
2026-02-13ACPI: battery: Drop redundant checks from acpi_battery_remove()Rafael J. Wysocki1-5/+1
2026-02-13Merge tag 'amd-drm-next-6.20-2026-02-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie108-538/+1297
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-4/+4
2026-02-12net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo1-2/+10
2026-02-12net: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo1-9/+30