aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Further fbcon sanity checkingBruno Prémont1-4/+4
2011-05-14fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds1-49/+68
2011-05-12fbmem: make read/write/ioctl use the frame buffer at open timeLinus Torvalds1-16/+34
2011-05-12fbcon: add lifetime refcount to opened frame buffersLinus Torvalds1-10/+46
2011-04-06fb: Reduce priority of resource conflict messageMatthew Garrett1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-6/+6
2010-12-24fb: fix overlapping test off-by-one.Dave Airlie1-1/+1
2010-10-27fbmem: fix fb_read, fb_write unaligned accessesJames Hogan1-32/+14
2010-10-27fbmem: fix whitespaceJames Hogan1-7/+7
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-11fbmem: VM_IO set, but not propagatedDaniel De Graaf1-0/+1
2010-08-11drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options()Denys Vlasenko1-3/+2
2010-05-21fbmem: avoid printk format warning with 32-bit resourcesRandy Dunlap1-1/+4
2010-05-18vga16fb, drm: vga16fb->drm handoffMarcin Slusarz1-3/+11
2010-05-18fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz1-18/+25
2010-05-18fbdev: allow passing more than one aperture for handoffMarcin Slusarz1-3/+26
2010-02-25fb: for framebuffer handover don't exit the loop early.Dave Airlie1-1/+0
2009-09-30Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-1/+1
2009-09-25fb: change rules for global rules match.Dave Airlie1-1/+1
2009-09-23fb: do not ignore fb_set_par errorsFlorian Tobias Schandinat1-2/+13
2009-09-23fb: fix fb_pan_display range checkFlorian Tobias Schandinat1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-08Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds1-0/+2
2009-07-06fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt1-2/+0
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-8/+5
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie1-0/+31
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi1-0/+19
2009-04-01fbdev: uninline lock_fb_info()Andrew Morton1-0/+11
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi1-10/+1
2009-02-05fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi1-66/+69
2009-01-06fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven1-0/+4
2008-11-19fbdev: clean the penguin's dirty feetClemens Ladisch1-1/+1
2008-11-06fbdev: fix fb_compat_ioctl() deadlocksGeert Uytterhoeven1-24/+39
2008-10-30framebuffer compat_ioctl deadlockMikulas Patocka1-2/+2
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt1-19/+20
2008-10-20fb: push down the BKL in the ioctl handlerAlan Cox1-55/+86
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-3/+2
2008-10-16device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-15/+2
2008-09-23lcd: allow lcd device to handle mode change eventsEric Miao1-0/+1
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell1-0/+4
2008-07-26drivers/video/fbmem.c: removed duplicated includeHuang Weiyi1-1/+0
2008-07-24video/fb: cleanup FB_MAJOR usagePhilippe De Muyter1-0/+1
2008-07-24fbdev: xoffset, yoffset and yres are unsignedVille Syrjala1-5/+4
2008-07-21device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-06-20fbmem: cdev lock_kernel() pushdownJonathan Corbet1-4/+11
2008-04-28fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan1-19/+44
2008-04-28fbmem: fix con2fbmap limit checkPeter Samuelson1-1/+1
2008-04-28fb: add support for foreign endiannessAnton Vorontsov1-0/+30
2008-04-15fbdev: fix /proc/fb oops after module removalAlexey Dobriyan1-0/+1