index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
fbdev: Add FBINFO_HIDE_SMEM_START flag
Daniel Vetter
1
-0
/
+4
2018-09-11
vt: Remove vc_panic_force_write
Daniel Vetter
1
-2
/
+1
2018-09-11
fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
Daniel Vetter
1
-1
/
+0
2018-09-07
fbdev: fix kerneldoc
Michał Mirosław
1
-2
/
+2
2018-09-03
fbdev: add remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-0
/
+35
2018-09-03
fbdev: add kerneldoc do remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+10
2018-09-03
fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+14
2018-09-03
fbdev: show fbdev number for debugging
Michał Mirosław
1
-2
/
+2
2018-08-23
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
27
-266
/
+578
2018-08-20
Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+220
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+7
2018-08-15
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
3
-5
/
+3
2018-08-15
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-8
/
+155
2018-08-10
fbcon: Do not takeover the console from atomic context
Hans de Goede
1
-4
/
+15
2018-08-10
dummycon: Stop exporting dummycon_[un]register_output_notifier
Hans de Goede
1
-2
/
+0
2018-08-10
fbcon: Only defer console takeover if the current console driver is the dummycon
Hans de Goede
1
-14
/
+10
2018-08-10
fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtin
Hans de Goede
1
-1
/
+1
2018-08-02
media: omap2: omapfb: fix bugon.cocci warnings
kbuild test robot
1
-2
/
+1
2018-08-02
media: omap2: omapfb: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2018-08-02
media: omap2: omapfb: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2018-07-31
fbdev: omap2: omapfb: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
2018-07-31
fbdev: omap2: omapfb: fix bugon.cocci warnings
kbuild test robot
1
-2
/
+1
2018-07-31
fbdev: omap2: omapfb: fix boolreturn.cocci warnings
kbuild test robot
1
-1
/
+1
2018-07-31
fb: amifb: fix build warnings when not builtin
Randy Dunlap
1
-2
/
+2
2018-07-31
fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set
Thomas Zimmermann
1
-4
/
+9
2018-07-25
udlfb: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
1
-6
/
+4
2018-07-25
udlfb: avoid prefetch
Mikulas Patocka
1
-8
/
+0
2018-07-25
udlfb: optimization - test the backing buffer
Mikulas Patocka
1
-10
/
+33
2018-07-25
udlfb: allow reallocating the framebuffer
Mikulas Patocka
1
-25
/
+49
2018-07-25
udlfb: set line_length in dlfb_ops_set_par
Mikulas Patocka
1
-0
/
+1
2018-07-25
udlfb: handle allocation failure
Mikulas Patocka
1
-9
/
+17
2018-07-25
udlfb: make a local copy of fb_ops
Mikulas Patocka
1
-1
/
+2
2018-07-25
udlfb: don't switch if we are switching to the same videomode
Mikulas Patocka
1
-2
/
+16
2018-07-25
udlfb: fix display corruption of the last line
Mikulas Patocka
1
-10
/
+20
2018-07-25
udlfb: fix semaphore value leak
Mikulas Patocka
1
-25
/
+2
2018-07-25
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
1
-6
/
+32
2018-07-25
backlight: pwm_bl: Fix uninitialized variable
Daniel Thompson
1
-1
/
+1
2018-07-24
efifb: BGRT: Do not copy the boot graphics for non native resolutions
Hans de Goede
1
-0
/
+43
2018-07-24
fbdev: fix omap2/omapfb/dss/ indentation warning
Randy Dunlap
1
-1
/
+1
2018-07-24
omapfb: encoder-tpd12s015: remove redundant pointer 'in'
Colin Ian King
1
-4
/
+1
2018-07-24
video: fbdev: tridentfb: remove deadcode on unreachable case statement
Colin Ian King
1
-3
/
+0
2018-07-24
fbdev: omapfb: off by one in omapfb_register_client()
Dan Carpenter
1
-1
/
+1
2018-07-24
video: fbdev: mark expected switch fall-throughs
Gustavo A. R. Silva
4
-0
/
+5
2018-07-24
omapfb: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+3
2018-07-24
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-24
fbdev/via: fix defined but not used warning
Randy Dunlap
1
-1
/
+2
2018-07-24
omapfb: rename omap2 module to omap2fb.ko
Arnd Bergmann
1
-2
/
+2
2018-07-24
video: goldfishfb: fix memory leak on driver remove
Anton Vasilyev
1
-0
/
+1
2018-07-24
fbdev: fix modedb docs in fb_find_mode
Daniel Vetter
1
-30
/
+32
2018-07-24
video: fbdev: metronomefb: fix some off by one bugs
Dan Carpenter
1
-5
/
+5
[next]