Age | Commit message (Expand) | Author | Files | Lines |
2020-09-08 | fbdev: gxfb: use generic power management | Vaibhav Gupta | 3 | -25/+20 |
2020-09-08 | video: fbdev: sis: fix null ptr dereference | Tom Rix | 1 | -6/+5 |
2020-09-08 | omapfb: fix spelling mistake "propert" -> "property" | Colin Ian King | 1 | -1/+1 |
2020-09-08 | video: fbdev: ssd1307fb: Added support to Column offset | Rodrigo Alencar | 1 | -2/+6 |
2020-09-08 | video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value error | Colin Ian King | 1 | -7/+7 |
2020-09-08 | fbdev: sm712fb: handle ioremap() errors in probe | Evgeny Novikov | 1 | -0/+8 |
2020-09-08 | fbmem: add margin check to fb_check_caps() | George Kennedy | 1 | -0/+4 |
2020-09-08 | backlight: tosa_bl: Include the right header | Linus Walleij | 1 | -1/+1 |
2020-09-08 | backlight: tosa_lcd: Include the right header | Linus Walleij | 1 | -1/+1 |
2020-09-08 | Merge tag 'v5.9-rc4' into drm-next | Dave Airlie | 11 | -20/+37 |
2020-09-04 | video: fbdev: fix OOB read in vga_8planes_imageblit() | Tetsuo Handa | 1 | -1/+1 |
2020-08-31 | Merge 5.9-rc3 into tty-next | Greg Kroah-Hartman | 36 | -67/+84 |
2020-08-30 | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+2 |
2020-08-28 | backlight: Add Kinetic KTD253 backlight driver | Linus Walleij | 3 | -0/+207 |
2020-08-28 | backlight: sky81452-backlight: Fix refcount imbalance on error | dinghao.liu@zju.edu.cn | 1 | -0/+1 |
2020-08-28 | Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 28 | -54/+55 |
2020-08-27 | video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=n | Michael Ellerman | 1 | -0/+2 |
2020-08-26 | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+23 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 34 | -64/+58 |
2020-08-21 | Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-08-20 | fbdev: s3c2410fb: remove mach header dependency | Arnd Bergmann | 2 | -7/+152 |
2020-08-20 | efi: avoid error message when booting under Xen | Juergen Gross | 1 | -1/+1 |
2020-08-18 | Merge v5.9-rc1 into drm-misc-next | Maxime Ripard | 50 | -1524/+282 |
2020-08-18 | newport_con: make module's init & exit static using module_driver | Jiri Slaby | 1 | -13/+1 |
2020-08-18 | newport_con: fix no return statement in newport_show_logo | Jiri Slaby | 1 | -0/+2 |
2020-08-18 | vt: make vc_data pointers const in selection.h | Jiri Slaby | 2 | -2/+2 |
2020-08-18 | fbcon: prevent user font height or width change from causing potential out-of... | George Kennedy | 1 | -2/+23 |
2020-08-15 | Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+3 |
2020-08-12 | Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 3 | -10/+7 |
2020-08-12 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 9 | -20/+18 |
2020-08-11 | Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 33 | -604/+200 |
2020-08-11 | Merge tag 'v5.8' into drm-next | Dave Airlie | 4 | -8/+8 |
2020-08-11 | Merge tag 'drm-misc-next-fixes-2020-08-05' of git://anongit.freedesktop.org/d... | Dave Airlie | 3 | -10/+7 |
2020-08-07 | Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 10 | -62/+72 |
2020-08-06 | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 38 | -1116/+122 |
2020-08-05 | video: fbdev: pvr2fb: initialize variables | Tom Rix | 1 | -0/+2 |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -8/+7 |
2020-08-04 | vgacon: Fix for missing check in scrollback handling | Yunhai Zhang | 1 | -0/+4 |
2020-08-04 | fbmem: pull fbcon_update_vcs() out of fb_set_var() | Tetsuo Handa | 3 | -10/+7 |
2020-08-04 | Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp... | Linus Torvalds | 3 | -848/+0 |
2020-08-03 | fbdev: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 25 | -47/+46 |
2020-08-03 | omapfb/dss: Include the right header | Linus Walleij | 2 | -2/+2 |
2020-08-03 | fbdev: Remove trailing whitespace | Thomas Zimmermann | 1 | -5/+5 |
2020-07-27 | Merge 5.8-rc7 into tty-next | Greg Kroah-Hartman | 4 | -8/+8 |
2020-07-24 | newport_con: vc_color is now in state | Jiri Slaby | 1 | -5/+5 |
2020-07-24 | Merge v5.8-rc6 into drm-next | Dave Airlie | 2 | -2/+3 |
2020-07-23 | fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins. | Tetsuo Handa | 4 | -8/+8 |
2020-07-21 | video: backlight: cr_bllcd: Remove unused variable 'intensity' | Lee Jones | 1 | -1/+0 |
2020-07-20 | video: fbdev: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 13 | -18/+18 |
2020-07-20 | backlight: backlight: Make of_find_backlight static | Sam Ravnborg | 1 | -17/+1 |