index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-32
/
+29
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+3
2023-02-23
Merge tag 'backlight-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-541
/
+256
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-148
/
+97
2023-02-22
backlight: ktz8866: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2023-02-22
backlight: ktz8866: Add support for Kinetic KTZ8866 backlight
Jianhua Lu
3
-0
/
+218
2023-02-22
backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive state
Uwe Kleine-König
1
-8
/
+22
2023-02-22
backlight: pwm_bl: Configure pwm only once per backlight toggle
Uwe Kleine-König
1
-18
/
+10
2023-02-22
backlight: Remove pxa tosa support
Arnd Bergmann
5
-480
/
+0
2023-02-22
backlight: aat2870: Use backlight helper
Stephen Kitt
1
-6
/
+1
2023-02-22
backlight: ipaq_micro: Use backlight helper
Stephen Kitt
1
-6
/
+1
2023-02-22
backlight: arcxcnn: Use backlight helper
Stephen Kitt
1
-4
/
+1
2023-02-22
backlight: sky81452: Fix sky81452_bl_platform_data kernel-doc
Randy Dunlap
1
-1
/
+1
2023-02-22
backlight: pwm_bl: Drop support for legacy PWM probing
Uwe Kleine-König
1
-12
/
+0
2023-02-22
backlight: ktd253: Switch to use dev_err_probe() helper
Yang Yingliang
1
-6
/
+3
2023-02-22
backlight: backlight: Fix doc for backlight_device_get_by_name
Miaoqian Lin
1
-1
/
+1
2023-02-21
Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+1
2023-02-20
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
19
-5473
/
+4
2023-02-17
Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-1
/
+13
2023-02-10
fbdev: Fix invalid page access after closing deferred I/O devices
Takashi Iwai
2
-1
/
+13
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2
-3
/
+3
2023-02-07
nvidiafb: detect the hardware support before removing console.
Dave Airlie
1
-39
/
+42
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
14
-75
/
+27
2023-02-05
Merge tag 'fbdev-for-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-75
/
+27
2023-02-04
fbcon: Check font dimension limits
Samuel Thibault
1
-2
/
+5
2023-02-01
fbdev: remove w100fb driver
Arnd Bergmann
4
-2586
/
+0
2023-02-01
fbdev: remove tmiofb driver
Arnd Bergmann
3
-1063
/
+0
2023-01-31
Merge v6.2-rc6 into drm-next
Daniel Vetter
6
-23
/
+27
2023-01-24
fbdev: Remove unused struct fb_deferred_io .first_io field
Javier Martinez Canillas
1
-4
/
+0
2023-01-20
ARM: pxa: remove unused board files
Arnd Bergmann
1
-10
/
+0
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
2
-1
/
+3
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
4
-32
/
+27
2023-01-19
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
40
-570
/
+303
2023-01-17
Drivers: hv: Make remove callback of hyperv driver void returned
Dawei Li
1
-4
/
+1
2023-01-16
fbdev: omapfb: Use kstrtobool() instead of strtobool()
Christophe JAILLET
4
-8
/
+12
2023-01-16
fbdev: fbmon: fix function name in kernel-doc
Randy Dunlap
1
-1
/
+1
2023-01-16
fbdev: remove s3c2410 framebuffer
Arnd Bergmann
5
-1363
/
+4
2023-01-13
drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWARE
Thomas Zimmermann
2
-34
/
+0
2023-01-13
fbdev/vga16fb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-10
/
+5
2023-01-13
fbdev/vesafb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-14
/
+13
2023-01-13
fbdev/vesafb: Remove trailing whitespaces
Thomas Zimmermann
1
-5
/
+5
2023-01-13
fbdev/simplefb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-8
/
+11
2023-01-13
fbdev/offb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-9
/
+11
2023-01-13
fbdev/offb: Allocate struct offb_par with framebuffer_alloc()
Thomas Zimmermann
1
-8
/
+5
2023-01-13
fbdev/efifb: Do not use struct fb_info.apertures
Thomas Zimmermann
1
-10
/
+14
2023-01-13
fbdev/efifb: Add struct efifb_par for driver data
Thomas Zimmermann
1
-3
/
+8
2023-01-13
fbdev/hyperv-fb: Do not set struct fb_info.apertures
Thomas Zimmermann
1
-11
/
+6
2023-01-13
fbdev/clps711x-fb: Do not set struct fb_info.apertures
Thomas Zimmermann
1
-9
/
+1
2023-01-13
Revert "fbcon: don't lose the console font across generic->chip driver switch"
Thomas Zimmermann
1
-11
/
+6
2023-01-13
fbcon: Remove trailing whitespaces
Thomas Zimmermann
1
-12
/
+12
[next]