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
/
fbdev
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-08
video: fbdev: sis: Remove unnecessary parentheses and commented code
Nathan Chancellor
1
-3
/
+1
2018-10-08
video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table
Janusz Krzysztofik
1
-33
/
+22
2018-10-08
fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
Dan Carpenter
1
-1
/
+1
2018-10-08
fbdev: sbuslib: use checked version of put_user()
Dan Carpenter
1
-13
/
+13
2018-10-08
fbdev: Convert to using %pOFn instead of device_node.name
Rob Herring
7
-13
/
+15
2018-10-08
atmel_lcdfb: support native-mode display-timings
Sam Ravnborg
1
-34
/
+9
2018-10-08
atyfb: fix debugging printks
Mikulas Patocka
1
-16
/
+20
2018-10-08
mach64: optimize wait_for_fifo
Mikulas Patocka
2
-5
/
+11
2018-10-08
mach64: fix image corruption due to reading accelerator registers
Mikulas Patocka
1
-13
/
+9
2018-10-08
mach64: fix display corruption on big endian machines
Mikulas Patocka
1
-3
/
+3
2018-10-08
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
3
-9
/
+11
2018-10-08
udlfb: handle unplug properly
Mikulas Patocka
1
-104
/
+37
2018-10-08
video: fbdev: add the dependency of broadsheetfb in Kconfig
Jia-Ju Bai
1
-1
/
+1
2018-10-07
mach64: detect the dot clock divider correctly on sparc
Mikulas Patocka
3
-9
/
+11
2018-09-28
fbdev: fsl-diu: get cpu node with of_get_cpu_node
Rob Herring
1
-1
/
+1
2018-09-26
video/fbdev/stifb: Fix spelling mistake in fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-09-26
efifb: BGRT: Add nobgrt option
Hans de Goede
1
-0
/
+6
2018-09-26
fbdev/omapfb: fix omapfb_memory_read infoleak
Tomi Valkeinen
1
-1
/
+4
2018-09-26
pxa168fb: prepare the clock
Lubomir Rintel
1
-3
/
+3
2018-09-12
media: fbdev: sh7760fb: convert to SPDX identifiers
Kuninori Morimoto
1
-5
/
+2
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
24
-263
/
+572
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-0
/
+7
2018-08-15
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
3
-5
/
+3
2018-08-15
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+83
2018-08-10
fbcon: Do not takeover the console from atomic context
Hans de Goede
1
-4
/
+15
2018-08-10
fbcon: Only defer console takeover if the current console driver is the dummycon
Hans de Goede
1
-14
/
+10
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
[prev]
[next]