index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-06
video: fbdev: gbefb: Only instantiate device when built for IP32
Mark Brown
1
-1
/
+1
2021-10-06
fbdev: simplefb: fix Kconfig dependencies
Arnd Bergmann
1
-2
/
+3
2021-09-18
tgafb: clarify dependencies
Linus Torvalds
1
-1
/
+3
2021-09-10
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+6
2021-09-08
fbmem: don't allow too huge resolutions
Tetsuo Handa
1
-0
/
+6
2021-09-07
Merge tag 'backlight-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
Linus Torvalds
2
-46
/
+83
2021-08-19
backlight: pwm_bl: Improve bootloader/kernel device handover
Daniel Thompson
1
-26
/
+28
2021-07-27
video: fbdev: ssd1307fb: Cache address ranges
Geert Uytterhoeven
1
-2
/
+25
2021-07-27
video: fbdev: ssd1307fb: Optimize screen updates
Geert Uytterhoeven
1
-21
/
+29
2021-07-27
video: fbdev: ssd1307fb: Extract ssd1307fb_set_{col,page}_range()
Geert Uytterhoeven
1
-20
/
+37
2021-07-27
video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()
Geert Uytterhoeven
1
-7
/
+10
2021-07-27
video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()
Geert Uytterhoeven
1
-6
/
+12
2021-07-27
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
12
-49
/
+299
2021-07-26
video: ep93xx: Prepare clock before using it
Alexander Sverdlin
1
-2
/
+2
2021-07-26
video: fbdev: riva: Error out if 'pixclock' equals zero
Zheyu Ma
1
-0
/
+3
2021-07-26
video: fbdev: kyro: Error out if 'pixclock' equals zero
Zheyu Ma
1
-0
/
+3
2021-07-26
video: fbdev: asiliantfb: Error out if 'pixclock' equals zero
Zheyu Ma
1
-0
/
+3
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
4
-5
/
+10
2021-07-21
backlight: ktd253: Stabilize backlight
Linus Walleij
1
-20
/
+55
2021-07-21
video: fbdev: neofb: add a check against divide error
Zheyu Ma
1
-1
/
+1
2021-07-21
video: fbdev: arcfb: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-3
/
+1
2021-07-19
fbmem: Convert from atomic_t to refcount_t on fb_info->count
Xiyu Yang
1
-3
/
+3
2021-07-19
video: fbdev: kyro: fix a DoS bug by restricting user input
Zheyu Ma
1
-0
/
+5
2021-07-16
Merge tag 'drm-fixes-2021-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-7
/
+5
2021-07-13
video: fbdev: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-07-13
fbmem: Do not delete the mode that is still in use
Zhen Lei
1
-7
/
+5
2021-07-09
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
1
-1
/
+1
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+0
2021-07-05
Merge tag 'backlight-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight
Linus Torvalds
5
-39
/
+250
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-23
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
3
-1
/
+40
2021-06-22
backlight: lm3630a: Convert to atomic PWM API and check for errors
Uwe Kleine-König
1
-23
/
+19
2021-06-22
backlight: lm3630a: Fix return code of .update_status() callback
Uwe Kleine-König
1
-6
/
+6
2021-06-17
um: allow disabling NO_IOMEM
Johannes Berg
1
-1
/
+1
2021-06-17
fbdev/omap2: use DEFINE_SPINLOCK() instead of spin_lock_init().
Jiahua Yu
1
-3
/
+1
2021-06-14
Merge tag 'v5.13-rc6' into char-misc-next
Greg Kroah-Hartman
2
-0
/
+39
2021-06-03
video: fbdev: mb862xx: use DEVICE_ATTR_RO macro
Zhen Lei
1
-3
/
+3
2021-06-03
video: fbdev: atyfb: mach64_cursor.c: deleted the repeated word
lijian
1
-1
/
+1
2021-06-01
Revert "fb_defio: Remove custom address_space_operations"
Matthew Wilcox
2
-0
/
+39
2021-06-01
backlight: Kconfig whitespace and indentation cleanups
Juerg Haefliger
1
-11
/
+11
2021-05-31
Merge 5.13-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2021-05-27
video: backlight: qcom-wled: Add PMI8994 compatible
Konrad Dybcio
1
-0
/
+1
2021-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-17
/
+30
2021-05-27
Merge v5.13-rc3 into drm-next
Daniel Vetter
2
-17
/
+30
2021-05-26
fbdev: matrox: use modern module_init()
Arnd Bergmann
1
-3
/
+2
2021-05-21
video: hgafb: correctly handle card detect failure during probe
Anirudh Rayabharam
1
-1
/
+1
2021-05-21
Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into char-misc-next
Greg Kroah-Hartman
4
-42
/
+63
2021-05-20
Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-17
/
+30
[next]