index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
udlfb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udlfb: fix some inconsistent NULL checking
Dan Carpenter
2018-12-20
1
-8
/
+6
*
udlfb: handle unplug properly
Mikulas Patocka
2018-10-08
1
-104
/
+37
*
udlfb: use spin_lock_irq instead of spin_lock_irqsave
Mikulas Patocka
2018-07-25
1
-6
/
+4
*
udlfb: avoid prefetch
Mikulas Patocka
2018-07-25
1
-8
/
+0
*
udlfb: optimization - test the backing buffer
Mikulas Patocka
2018-07-25
1
-10
/
+33
*
udlfb: allow reallocating the framebuffer
Mikulas Patocka
2018-07-25
1
-25
/
+49
*
udlfb: set line_length in dlfb_ops_set_par
Mikulas Patocka
2018-07-25
1
-0
/
+1
*
udlfb: handle allocation failure
Mikulas Patocka
2018-07-25
1
-9
/
+17
*
udlfb: make a local copy of fb_ops
Mikulas Patocka
2018-07-25
1
-1
/
+2
*
udlfb: don't switch if we are switching to the same videomode
Mikulas Patocka
2018-07-25
1
-2
/
+16
*
udlfb: fix display corruption of the last line
Mikulas Patocka
2018-07-25
1
-10
/
+20
*
udlfb: fix semaphore value leak
Mikulas Patocka
2018-07-25
1
-25
/
+2
*
video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...
Markus Elfring
2018-03-28
1
-7
/
+2
*
video: udlfb: Use already defined BPP constant
Ladislav Michl
2018-03-12
1
-4
/
+3
*
video: udlfb: Fix unaligned access
Ladislav Michl
2018-03-12
1
-11
/
+12
*
video: udlfb: Switch from the pr_*() to the dev_*() logging functions
Ladislav Michl
2018-01-16
1
-114
/
+117
*
video: udlfb: Constify read only data
Ladislav Michl
2018-01-16
1
-2
/
+2
*
video: udlfb: Do not name private data 'dev'
Ladislav Michl
2018-01-15
1
-207
/
+207
*
video: udlfb: Remove noisy warnings
Ladislav Michl
2018-01-15
1
-20
/
+0
*
video: udlfb: Remove redundant gdev variable
Ladislav Michl
2018-01-15
1
-3
/
+1
*
video: udlfb: Remove unnecessary local variable
Ladislav Michl
2018-01-15
1
-6
/
+2
*
video: udlfb: Delete an unnecessary return statement in two functions
Markus Elfring
2017-12-29
1
-4
/
+0
*
video: udlfb: Improve a size determination in dlfb_alloc_urb_list()
Markus Elfring
2017-12-29
1
-1
/
+1
*
video: udlfb: Fix read EDID timeout
Ladislav Michl
2017-11-09
1
-5
/
+5
*
video: fbdev: udlfb: Fix use after free on dlfb_usb_probe error path
Anton Vasilyev
2017-08-21
1
-1
/
+0
*
video: fbdev: udlfb: constify usb_device_id.
Arvind Yadav
2017-08-21
1
-1
/
+1
*
video: fbdev: add const to bin_attribute structures
Bhumika Goyal
2017-08-18
1
-1
/
+1
*
video: fbdev: udlfb: drop log level for blanking
Mike Gerow
2017-06-14
1
-2
/
+2
*
video: fbdev: add missing USB-descriptor endianness conversions
Johan Hovold
2017-06-14
1
-2
/
+3
*
video: fbdev: udlfb: Fix buffer on stack
Maksim Salau
2017-05-02
1
-2
/
+12
*
fbdev: udlfb: remove unneeded initialization in few places
Alexey Klimov
2015-08-20
1
-6
/
+4
*
video: udlfb: Deletion of unnecessary checks before the function call "vfree"
Markus Elfring
2014-12-04
1
-6
/
+3
*
video: fbdev: use %*ph specifier to dump small buffers
Andy Shevchenko
2014-09-09
1
-5
/
+2
*
video: move fbdev to drivers/video/fbdev
Tomi Valkeinen
2014-04-17
1
-0
/
+1985