summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-2002/+0
* fbdev: Make the switch from generic to native driver less alarmingAdam Jackson2014-04-031-2/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-291-10/+21
|\
| * video/fb: Propagate error code from failing to unregister conflicting fbChris Wilson2013-12-181-10/+21
* | fbmem: really support wildcard video=options for all fbdev driversOlaf Hering2014-01-171-0/+3
|/
* fb: reorder the lock sequence to fix potential dead lockGu Zheng2013-11-111-18/+32
* fbmem: move EXPORT_SYMBOL annotation next to symbol declarationsDaniel Mack2013-08-301-16/+13
* Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fb...Jean-Christophe PLAGNIOL-VILLARD2013-06-281-1/+3
|\
| * fbmem: return -EFAULT on copy_to_user() failureDan Carpenter2013-06-261-1/+3
* | fb: make fp_get_options name argument constVincent Stehlé2013-06-271-1/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-021-0/+7
|\
| * Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter2013-03-191-1/+1
| |\
| * | fb: add support for drivers not needing VT switch at suspend/resume timeJesse Barnes2013-02-201-0/+7
* | | fbdev: fix check for fb_mmap's mmio availabilityTomi Valkeinen2013-04-261-0/+5
* | | vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-191-25/+14
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\ \ | |/ |/|
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | fbcon: fix locking harderDave Airlie2013-02-081-0/+2
* | fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-081-0/+4
* | fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-081-3/+2
|/
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1
* fbdev: add events for early fb event supportInki Dae2012-05-291-6/+15
* udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers2012-03-151-1/+17
* fbdev: Add FOURCC-based format configuration APILaurent Pinchart2011-12-191-0/+14
* fb: avoid possible deadlock caused by fb_set_suspendHerton Ronaldo Krzesinski2011-09-021-3/+0
* Further fbcon sanity checkingBruno Prémont2011-05-141-4/+4
* fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds2011-05-141-49/+68
* fbmem: make read/write/ioctl use the frame buffer at open timeLinus Torvalds2011-05-121-16/+34
* fbcon: add lifetime refcount to opened frame buffersLinus Torvalds2011-05-121-10/+46
* fb: Reduce priority of resource conflict messageMatthew Garrett2011-04-061-1/+1
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-6/+6
* fb: fix overlapping test off-by-one.Dave Airlie2010-12-241-1/+1
* fbmem: fix fb_read, fb_write unaligned accessesJames Hogan2010-10-271-32/+14
* fbmem: fix whitespaceJames Hogan2010-10-271-7/+7
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* fbmem: VM_IO set, but not propagatedDaniel De Graaf2010-08-111-0/+1
* drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options()Denys Vlasenko2010-08-111-3/+2
* fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap2010-05-211-1/+4
* vga16fb, drm: vga16fb->drm handoffMarcin Slusarz2010-05-181-3/+11
* fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz2010-05-181-18/+25
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-3/+26
* fb: for framebuffer handover don't exit the loop early.Dave Airlie2010-02-251-1/+0
* Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-301-1/+1
|\
| * fb: change rules for global rules match.Dave Airlie2009-09-251-1/+1
* | fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat2009-09-231-2/+13
* | fb: fix fb_pan_display range checkFlorian Tobias Schandinat2009-09-231-2/+2
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds2009-07-081-0/+2
* fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt2009-07-061-2/+0
* fbdev: add mutex for fb_mmap lockingKrzysztof Helt2009-06-301-8/+5