summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fbdev: add support for handoff from firmware to hw framebuffersDave Airlie2009-06-161-0/+31
* fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi2009-04-131-0/+19
* fbdev: uninline lock_fb_info()Andrew Morton2009-04-011-0/+11
* fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi2009-04-011-10/+1
* fbmem: don't call copy_from/to_user() with mutex heldAndrea Righi2009-02-051-66/+69
* fbdev/logo: check compatibility of main and extra logosGeert Uytterhoeven2009-01-061-0/+4
* fbdev: clean the penguin's dirty feetClemens Ladisch2008-11-191-1/+1
* fbdev: fix fb_compat_ioctl() deadlocksGeert Uytterhoeven2008-11-061-24/+39
* framebuffer compat_ioctl deadlockMikulas Patocka2008-10-301-2/+2
* fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt2008-10-201-19/+20
* fb: push down the BKL in the ioctl handlerAlan Cox2008-10-201-55/+86
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-3/+2
|\
| * device create: video: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+2
* | remove CONFIG_KMOD from driversJohannes Berg2008-10-171-15/+2
|/
* lcd: allow lcd device to handle mode change eventsEric Miao2008-09-231-0/+1
* fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell2008-08-201-0/+4
* drivers/video/fbmem.c: removed duplicated includeHuang Weiyi2008-07-261-1/+0
* video/fb: cleanup FB_MAJOR usagePhilippe De Muyter2008-07-241-0/+1
* fbdev: xoffset, yoffset and yres are unsignedVille Syrjala2008-07-241-5/+4
* device create: framebuffer: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-2/+3
* fbmem: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-4/+11
* fb: convert /proc/fb to seq_file interfaceAlexey Dobriyan2008-04-281-19/+44
* fbmem: fix con2fbmap limit checkPeter Samuelson2008-04-281-1/+1
* fb: add support for foreign endiannessAnton Vorontsov2008-04-281-0/+30
* fbdev: fix /proc/fb oops after module removalAlexey Dobriyan2008-04-151-0/+1
* fb: move and rename extern declaration for global_mode_optionGeert Uytterhoeven2007-10-161-3/+1
* unexport fb_prepare_logoAdrian Bunk2007-10-161-1/+0
* fbdev: Fix logo if logo depth is less than framebuffer depthAntonino A. Daplas2007-07-311-16/+26
* fbdev: Add fb_append_extra_logo()Geert Uytterhoeven2007-07-171-69/+143
* fbdev: extract fb_show_logo_line()Geert Uytterhoeven2007-07-171-16/+23
* fbdev: fbcon: console unregistration from unregister_framebufferJesse Barnes2007-07-171-4/+22
* fbdev: move arch-specific bits to their respective subdirectoriesAntonino A. Daplas2007-07-171-58/+4
OpenPOWER on IntegriCloud