index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video: fbdev: nvidia: clean up indentation issues and comment block
Colin Ian King
2020-01-15
1
-21
/
+20
*
fbdev: remove object duplication in Makefile
Masahiro Yamada
2020-01-15
1
-1
/
+0
*
fbdev: cg14fb: use resource_size
Julia Lawall
2020-01-15
1
-2
/
+1
*
fbdev: s1d13xxxfb: use resource_size
Julia Lawall
2020-01-15
1
-9
/
+8
*
video: sa1100fb: constify copied structure
Julia Lawall
2020-01-15
1
-1
/
+1
*
fbmem: Adjust indentation in fb_prepare_logo and fb_blank
Nathan Chancellor
2020-01-15
1
-18
/
+18
*
fbcon: Adjust indentation in set_con2fb_map
Nathan Chancellor
2020-01-15
1
-14
/
+13
*
pxa168fb: fix release function mismatch in probe failure
Chuhong Yuan
2020-01-15
1
-1
/
+1
*
OMAP: DSS2: remove non-zero check on variable r
Colin Ian King
2020-01-15
1
-4
/
+0
*
video: ssd1307fb: add the missed regulator_disable
Chuhong Yuan
2020-01-15
1
-0
/
+2
*
video: hyperv_fb: fix indentation issue
Colin Ian King
2020-01-15
1
-2
/
+2
*
fbdev: potential information leak in do_fb_ioctl()
Dan Carpenter
2020-01-15
1
-1
/
+1
*
video: fbdev: mmp: fix platform_get_irq.cocci warnings
kbuild test robot
2020-01-08
1
-1
/
+0
*
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
2020-01-06
8
-44
/
+417
|
\
|
*
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-12-17
121
-155
/
+160
|
|
\
|
*
\
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
3
-4
/
+4
|
|
\
\
|
|
*
\
Merge branch 'pci/resource'
Bjorn Helgaas
2019-11-28
2
-3
/
+3
|
|
|
\
\
|
|
|
*
|
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-10-14
2
-3
/
+3
|
|
*
|
|
PCI/PM: Avoid exporting __pci_complete_power_transition()
Rafael J. Wysocki
2019-11-21
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2019-12-02
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
video: fbdev: matrox: convert to i2c_new_scanned_device
Wolfram Sang
2019-11-28
1
-2
/
+2
|
|
|
/
/
|
*
|
|
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-12-01
1
-1
/
+11
|
|
\
\
\
|
|
*
|
|
compat_ioctl: move ATYFB_CLK handling to atyfb driver
Arnd Bergmann
2019-10-23
1
-1
/
+11
|
|
|
/
/
|
*
|
|
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-11-30
2
-33
/
+396
|
|
\
\
\
|
|
*
|
|
video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver
Wei Hu
2019-11-22
2
-21
/
+190
|
|
*
|
|
video: hyperv: hyperv_fb: Obtain screen resolution from Hyper-V host
Wei Hu
2019-11-22
1
-12
/
+147
|
|
*
|
|
video: hyperv_fb: Add the support of hibernation
Dexuan Cui
2019-11-22
1
-0
/
+59
|
|
|
/
/
|
*
|
|
Merge v5.4-rc7 into drm-next
Dave Airlie
2019-11-13
1
-4
/
+4
|
|
\
\
\
|
|
*
|
|
fbdev: c2p: Fix link failure on non-inlining
Geert Uytterhoeven
2019-11-04
1
-4
/
+4
|
|
|
/
/
*
|
|
|
omapfb/dss: remove unneeded conversions to bool
Andrew F. Davis
2020-01-03
1
-3
/
+3
*
|
|
|
video: pxafb: Use devm_platform_ioremap_resource() in pxafb_probe()
Markus Elfring
2020-01-03
1
-9
/
+1
*
|
|
|
video: ocfb: Use devm_platform_ioremap_resource() in ocfb_probe()
Markus Elfring
2020-01-03
1
-8
/
+1
*
|
|
|
video: fbdev: fsl-diu-fb: mark expected switch fall-throughs
Gustavo A. R. Silva
2020-01-03
1
-0
/
+2
*
|
|
|
fbdev: matrox: make array wtst_xlat static const, makes object smaller
Colin Ian King
2020-01-03
1
-1
/
+4
*
|
|
|
fbdev/sa1100fb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2020-01-03
1
-3
/
+1
*
|
|
|
fbdev: s3c-fb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2020-01-03
1
-2
/
+1
*
|
|
|
fbdev: omapfb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2020-01-03
1
-3
/
+1
*
|
|
|
video/fbdev/68328fb: Remove dead code
Souptick Joarder
2020-01-03
1
-12
/
+0
*
|
|
|
pxa168fb: Fix the function used to release some memory in an error handling path
Christophe JAILLET
2020-01-03
1
-3
/
+3
*
|
|
|
fbdev: fbmem: avoid exporting fb_center_logo
Peter Rosin
2020-01-03
1
-1
/
+0
*
|
|
|
fbdev: fbmem: allow overriding the number of bootup logos
Peter Rosin
2020-01-03
2
-3
/
+16
*
|
|
|
video: fbdev: mmp: fix sparse warnings about using incorrect types
Bartlomiej Zolnierkiewicz
2020-01-03
4
-33
/
+42
*
|
|
|
video: fbdev: mmp: add COMPILE_TEST support
Bartlomiej Zolnierkiewicz
2020-01-03
2
-2
/
+3
*
|
|
|
video: fbdev: mmp: remove duplicated MMP_DISP dependency
Bartlomiej Zolnierkiewicz
2020-01-03
2
-8
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
video: constify fb ops across all drivers
Jani Nikula
2019-12-05
107
-110
/
+111
*
|
|
video: fbdev: intelfb: use const pointer for fb_ops
Jani Nikula
2019-12-05
1
-1
/
+1
*
|
|
video: fbdev: uvesafb: modify the static fb_ops directly
Jani Nikula
2019-12-05
1
-2
/
+2
*
|
|
video: fbdev: nvidia: modify the static fb_ops directly
Jani Nikula
2019-12-05
1
-9
/
+11
*
|
|
video: fbdev: mb862xx: modify the static fb_ops directly
Jani Nikula
2019-12-05
3
-10
/
+11
*
|
|
video: fbdev: atyfb: modify the static fb_ops directly
Jani Nikula
2019-12-05
3
-6
/
+6
[next]