aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbmem.c
Commit message (Expand)AuthorAgeFilesLines
* fbmem: Check failure of FBIOPUTCMAP ioctlPawan Kumar2016-12-131-0/+4
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-101-41/+22
|\
| * vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-26/+14
| * fbcon: fix locking harderDave Airlie2013-04-251-0/+2
| * fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-281-0/+4
| * fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-281-3/+2
* | Samsung i9300 Update 11sakindia1232013-12-091-0/+12
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-1/+17
|\ \ | |/
| * udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers2012-04-021-1/+17
* | samsung update 1codeworkx2012-06-021-6/+15
|/
* fb: avoid possible deadlock caused by fb_set_suspendHerton Ronaldo Krzesinski2011-11-111-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
* 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
|/