summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-19fbdev: au1100fb: Fold au1100fb.h into its only userUwe Kleine-König2-373/+338
2026-02-19fbdev: au1100fb: Replace custom printk wrappers by pr_*Uwe Kleine-König2-30/+21
2026-02-19fbdev: au1100fb: Make driver compilable on non-mips platformsUwe Kleine-König3-5/+12
2026-02-19fbdev: au1100fb: Use proper conversion specifiers in printk formatsUwe Kleine-König1-3/+3
2026-02-19fbdev: au1100fb: Mark several local functions as staticUwe Kleine-König1-6/+7
2026-02-19fbdev: au1100fb: Don't store device specific data in global variablesUwe Kleine-König2-36/+34
2026-02-15Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds6-14/+17
2026-02-15Merge tag '9p-for-7.0-rc1' of https://github.com/martinetd/linuxLinus Torvalds4-52/+70
2026-02-15Merge tag 'tsm-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/devs...Linus Torvalds3-2/+20
2026-02-15Merge tag 'i2c-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-540/+781
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds50-512/+518
2026-02-15Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds189-943/+23417
2026-02-15Partly revert "drm/hyperv: Remove reference to hyperv_fb driver"Helge Deller1-146/+0
2026-02-15Merge branch 'next' into for-linusDmitry Torokhov474-2580/+6340
2026-02-14Merge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds26-152/+449
2026-02-14Merge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-8/+10
2026-02-14Merge tag 'fbdev-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds45-3256/+324
2026-02-14Merge tag 'caps-pr-20260213' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+310
2026-02-14Merge tag 'rpmsg-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2-108/+59
2026-02-14Merge tag 'rproc-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds12-73/+423
2026-02-14Merge tag 'mailbox-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds22-208/+434
2026-02-14Merge tag 'exfat-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-125/+170
2026-02-14Merge branches 'clk-aspeed' and 'clk-qcom' into clk-nextStephen Boyd60-93/+15598
2026-02-14Merge branches 'clk-imx', 'clk-divider', 'clk-rockchip' and 'clk-microchip' i...Stephen Boyd29-329/+283
2026-02-14Merge branches 'clk-amlogic', 'clk-thead', 'clk-mediatek' and 'clk-samsung' i...Stephen Boyd67-145/+4426
2026-02-14Merge branches 'clk-renesas', 'clk-cleanup', 'clk-spacemit' and 'clk-tegra' i...Stephen Boyd31-310/+2729
2026-02-14Merge tag 'f2fs-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-547/+1672
2026-02-14docs: toshiba_haps: fix grammar error in SSD warningBerke Antar1-1/+1
2026-02-14Docs/mm: fix typos and grammar in page_tables.rstMin-Hsun Chang1-6/+6
2026-02-14Docs/core-api: fix typos in rbtree.rstMin-Hsun Chang1-3/+3
2026-02-14docs: clarify wording in programming-language.rstAriful Islam Shoikot1-3/+3
2026-02-14fbcon: Declare struct fb_info.fbcon_par as of type struct fbcon_parThomas Zimmermann1-1/+2
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_ti...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 Siewior4-24/+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 Mailhol4-93/+11
2026-02-14video/logo: remove logo_mac_clut224Vincent Mailhol5-1616/+1
2026-02-14sh: defconfig: remove CONFIG_LOGO_SUPERH_*Vincent Mailhol10-22/+0
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