aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/udlfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-26video: udlfb: Make local symbol staticSachin Kamat1-1/+1
2013-06-26video: udlfb: Use NULL instead of 0Sachin Kamat1-5/+5
2013-04-26fbdev: improve fb_mmap bounds checksTomi Valkeinen1-1/+5
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Linus Torvalds1-1/+1
2012-10-10video/udlfb: fix line counting in fb_writeAlexander Holler1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+0
2012-06-01Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds1-1/+1
2012-04-29fb_defio: add first_io callbackHeiko Stübner1-1/+1
2012-04-25USB: udlfb.c: remove err() usageGreg Kroah-Hartman1-1/+1
2012-03-22Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6Linus Torvalds1-76/+102
2012-03-15udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers1-1/+1
2012-03-08udlfb: Fix invalid return codes in edid sysfs entry store functionOlivier Sobrie1-8/+11
2012-03-03udlfb: Add module_param to allow forcing pixel_limitBen Collins1-0/+12
2012-03-03udlfb: Make sure to get correct endian keys from vendor descriptorBen Collins1-1/+1
2012-03-01udlfb: fix hcd_buffer_free panic on unplug/replugBernie Thompson1-66/+80
2012-03-01udlfb: Improve debugging printouts with refresh rateMartin Decky1-1/+2
2012-01-28udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-18/+1
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x into fbdev-nextFlorian Tobias Schandinat1-6/+15
2011-08-24udlfb: Enable fbcon access to framebuffer by defaultBernie Thompson1-2/+2
2011-08-24udlfb: Enable fb_defio by defaultBernie Thompson1-2/+2
2011-08-24udlfb: Add module option to do without shadow framebufferStuart Hopkins1-2/+8
2011-08-24udlfb: fix issues found with Sparse static analysisDr. David Alan Gilbert1-14/+16
2011-08-24udlfb: Search config descriptor if not at device levelAndrew Kephart1-5/+16
2011-08-24udlfb: add more comprehensive support for DPMS FB_BLANK_* modesBernie Thompson1-24/+73
2011-07-13drivers/video/udlfb match class, subclass, and protocolBernie Thompson1-5/+14
2011-07-13drivers/video/udlfb bind framebuffer to interface.Kay Sievers1-1/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-2/+6
2011-06-24udlfb: Correct sub-optimal resolution selection.William Katsak1-2/+6
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-05-24udlfb: include prefetch.h explicitlyStephen Rothwell1-0/+1
2011-05-24video, udlfb: Fix two build warnings about 'ignoring return value'Liu Yuan1-3/+16
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-3/+2
2011-01-06Merge branch 'fbdev/udlfb'Paul Mundt1-0/+1879
2011-01-06video: udlfb: Kill off special printk wrappers, use pr_fmt().Paul Mundt1-37/+39
2011-01-06video: udlfb: Kill off some magic constants for EDID sizing.Paul Mundt1-8/+7
2011-01-06video: udlfb: deifdefify (yes, that's a word).Paul Mundt1-39/+2
2010-11-16fbdev: move udlfb out of staging.Paul Mundt1-0/+1915