index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
Age
Commit message (
Expand
)
Author
Lines
2023-07-11
fbdev/hyperv_fb: Include <linux/screen_info.h>
Thomas Zimmermann
-0
/
+1
2023-07-11
fbdev: imxfb: remove unneeded labels
Yangtao Li
-14
/
+9
2023-07-11
fbdev: imxfb: Convert to devm_platform_ioremap_resource()
Yangtao Li
-6
/
+1
2023-07-11
fbdev: imxfb: Convert to devm_kmalloc_array()
Yangtao Li
-3
/
+2
2023-07-11
fbdev: imxfb: Removed unneeded release_mem_region
Yangtao Li
-1
/
+0
2023-07-11
fbdev: imxfb: switch to DEFINE_SIMPLE_DEV_PM_OPS
Martin Kaiser
-4
/
+4
2023-07-11
fbdev: imxfb: warn about invalid left/right margin
Martin Kaiser
-2
/
+2
2023-07-08
fbdev/xen-fbfront: Generate deferred I/O ops
Thomas Zimmermann
-41
/
+20
2023-07-08
fbdev/xen-fbfront: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
-5
/
+1
2023-07-08
fbdev/ssd1307fb: Generate deferred I/O ops
Thomas Zimmermann
-58
/
+11
2023-07-08
fbdev/ssd1307fb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
-5
/
+1
2023-07-08
fbdev/metronomefb: Generate deferred I/O ops
Thomas Zimmermann
-66
/
+8
2023-07-08
fbdev/metronomefb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
-5
/
+1
2023-07-08
fbdev/hecubafb: Generate deferred I/O ops
Thomas Zimmermann
-70
/
+8
2023-07-08
fbdev/hecubafb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
-6
/
+1
2023-07-08
fbdev/broadsheetfb: Generate deferred I/O ops
Thomas Zimmermann
-70
/
+8
2023-07-08
fbdev/broadsheetfb: Select FB_SYS_HELPERS_DEFERRED
Thomas Zimmermann
-5
/
+1
2023-07-08
fbdev/sm712fb: Do not include <linux/screen_info.h>
Thomas Zimmermann
-2
/
+7
2023-06-30
sticon/parisc: Fix STI console on 64-bit only machines
Helge Deller
-2
/
+2
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-653
/
+330
2023-06-29
Merge tag 'fbdev-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-22
/
+45
2023-06-29
Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-0
/
+10
2023-06-27
fbdev: Make support for userspace interfaces configurable
Thomas Zimmermann
-4
/
+56
2023-06-27
fbdev/core: Rework fb init code
Thomas Zimmermann
-32
/
+22
2023-06-27
fbdev/core: Move file-I/O code into separate file
Thomas Zimmermann
-473
/
+498
2023-06-27
fbdev/core: Move procfs code to separate file
Thomas Zimmermann
-43
/
+80
2023-06-27
fbdev/core: Add fb_device_{create,destroy}()
Thomas Zimmermann
-19
/
+52
2023-06-27
fbdev/core: Move framebuffer and backlight helpers into separate files
Thomas Zimmermann
-110
/
+115
2023-06-27
fbdev/core: Pass Linux device to pm_vt_switch_*() functions
Thomas Zimmermann
-3
/
+3
2023-06-27
fbdev/tdfxfb: Set i2c adapter parent to hardware device
Thomas Zimmermann
-2
/
+2
2023-06-27
fbdev/smscufx: Detect registered fb_info from refcount
Thomas Zimmermann
-2
/
+2
2023-06-27
fbdev/sm501fb: Output message with fb_err()
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/sh7760fb: Use hardware device with dev_() output during probe
Thomas Zimmermann
-3
/
+3
2023-06-27
fbdev/sh7760fb: Alloc DMA memory from hardware device
Thomas Zimmermann
-4
/
+4
2023-06-27
fbdev/sh7760fb: Output messages with fb_dbg()
Thomas Zimmermann
-13
/
+13
2023-06-27
fbdev/sh7760fb: Use fb_dbg() in sh7760fb_get_color_info()
Thomas Zimmermann
-5
/
+5
2023-06-27
fbdev/rivafb: Use hardware device as backlight parent
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/rivafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
-4
/
+4
2023-06-27
fbdev/radeonfb: Use hardware device as backlight parent
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/radeonfb: Reorder backlight and framebuffer cleanup
Thomas Zimmermann
-2
/
+1
2023-06-27
fbdev/pxa168fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/nvidiafb: Use hardware device as backlight parent
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/nvidiafb: Reorder backlight and framebuffer init/cleanup
Thomas Zimmermann
-4
/
+4
2023-06-27
fbdev/metronomefb: Use hardware device for dev_err()
Thomas Zimmermann
-1
/
+1
2023-06-27
fbdev/mb862xxfb: Output messages with fb_dbg()
Thomas Zimmermann
-5
/
+4
2023-06-27
fbdev/fsl-diu-fb: Output messages with fb_*() helpers
Thomas Zimmermann
-13
/
+13
2023-06-27
fbdev/ep93xx-fb: Do not assign to struct fb_info.dev
Thomas Zimmermann
-1
/
+0
2023-06-27
fbdev/ep93xx-fb: Output messages with fb_info() and fb_err()
Thomas Zimmermann
-6
/
+6
2023-06-27
fbdev/ep93xx-fb: Alloc DMA memory from hardware device
Thomas Zimmermann
-4
/
+4
2023-06-27
fbdev/broadsheetfb: Call device_remove_file() with hardware device
Thomas Zimmermann
-1
/
+1
[prev]
[next]