aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbmem.c
AgeCommit message (Expand)Author
2013-08-30fbmem: move EXPORT_SYMBOL annotation next to symbol declarationsDaniel Mack
2013-06-28Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fb...Jean-Christophe PLAGNIOL-VILLARD
2013-06-27fb: make fp_get_options name argument constVincent Stehlé
2013-06-26fbmem: return -EFAULT on copy_to_user() failureDan Carpenter
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-04-26fbdev: fix check for fb_mmap's mmio availabilityTomi Valkeinen
2013-04-19vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds
2013-03-19Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-20fb: add support for drivers not needing VT switch at suspend/resume timeJesse Barnes
2013-02-08fbcon: fix locking harderDave Airlie
2013-02-08fb: Yet another band-aid for fixing lockdep messTakashi Iwai
2013-02-08fb: rework locking to fix lock ordering on takeoverAlan Cox
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-05-29fbdev: add events for early fb event supportInki Dae
2012-03-15udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers
2011-12-19fbdev: Add FOURCC-based format configuration APILaurent Pinchart
2011-09-02fb: avoid possible deadlock caused by fb_set_suspendHerton Ronaldo Krzesinski
2011-05-14Further fbcon sanity checkingBruno Prémont
2011-05-14fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds
2011-05-12fbmem: make read/write/ioctl use the frame buffer at open timeLinus Torvalds
2011-05-12fbcon: add lifetime refcount to opened frame buffersLinus Torvalds
2011-04-06fb: Reduce priority of resource conflict messageMatthew Garrett
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2010-12-24fb: fix overlapping test off-by-one.Dave Airlie
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan
2010-10-27fbmem: fix whitespaceJames Hogan
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-11fbmem: VM_IO set, but not propagatedDaniel De Graaf
2010-08-11drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options()Denys Vlasenko
2010-05-21fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz
2010-02-25fb: for framebuffer handover don't exit the loop early.Dave Airlie
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds
2009-09-25fb: change rules for global rules match.Dave Airlie
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat
2009-09-23fb: fix fb_pan_display range checkFlorian Tobias Schandinat
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-08Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds
2009-07-06fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven