| Commit message (Expand) | Author | Age | Files | Lines |
* | video: move fbdev to drivers/video/fbdev | Tomi Valkeinen | 2014-04-17 | 1 | -2002/+0 |
* | fbdev: Make the switch from generic to native driver less alarming | Adam Jackson | 2014-04-03 | 1 | -2/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-01-30 | 1 | -10/+21 |
|\ |
|
| * | video/fb: Propagate error code from failing to unregister conflicting fb | Chris Wilson | 2013-12-18 | 1 | -10/+21 |
* | | fbmem: really support wildcard video=options for all fbdev drivers | Olaf Hering | 2014-01-17 | 1 | -0/+3 |
|/ |
|
* | fb: reorder the lock sequence to fix potential dead lock | Gu Zheng | 2013-11-11 | 1 | -18/+32 |
* | fbmem: move EXPORT_SYMBOL annotation next to symbol declarations | Daniel Mack | 2013-08-30 | 1 | -16/+13 |
* | Merge tag 'fbdev-3.11-2' of git://gitorious.org/linux-omap-dss2/linux into fb... | Jean-Christophe PLAGNIOL-VILLARD | 2013-06-28 | 1 | -1/+3 |
|\ |
|
| * | fbmem: return -EFAULT on copy_to_user() failure | Dan Carpenter | 2013-06-26 | 1 | -1/+3 |
* | | fb: make fp_get_options name argument const | Vincent Stehlé | 2013-06-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-05-03 | 1 | -0/+7 |
|\ |
|
| * | Merge tag 'v3.9-rc3' into drm-intel-next-queued | Daniel Vetter | 2013-03-19 | 1 | -1/+1 |
| |\ |
|
| * | | fb: add support for drivers not needing VT switch at suspend/resume time | Jesse Barnes | 2013-02-20 | 1 | -0/+7 |
* | | | fbdev: fix check for fb_mmap's mmio availability | Tomi Valkeinen | 2013-04-26 | 1 | -0/+5 |
* | | | vm: convert fb_mmap to vm_iomap_memory() helper | Linus Torvalds | 2013-04-19 | 1 | -25/+14 |
| |/
|/| |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-27 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -1/+1 |
* | | fbcon: fix locking harder | Dave Airlie | 2013-02-08 | 1 | -0/+2 |
* | | fb: Yet another band-aid for fixing lockdep mess | Takashi Iwai | 2013-02-08 | 1 | -0/+4 |
* | | fb: rework locking to fix lock ordering on takeover | Alan Cox | 2013-02-08 | 1 | -3/+2 |
|/ |
|
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -2/+1 |
* | fbdev: add events for early fb event support | Inki Dae | 2012-05-30 | 1 | -6/+15 |
* | udlfb: remove sysfs framebuffer device with USB .disconnect() | Kay Sievers | 2012-03-15 | 1 | -1/+17 |
* | fbdev: Add FOURCC-based format configuration API | Laurent Pinchart | 2011-12-19 | 1 | -0/+14 |
* | fb: avoid possible deadlock caused by fb_set_suspend | Herton Ronaldo Krzesinski | 2011-09-02 | 1 | -3/+0 |
* | Further fbcon sanity checking | Bruno Prémont | 2011-05-14 | 1 | -4/+4 |
* | fbmem: fix remove_conflicting_framebuffers races | Linus Torvalds | 2011-05-14 | 1 | -49/+68 |
* | fbmem: make read/write/ioctl use the frame buffer at open time | Linus Torvalds | 2011-05-12 | 1 | -16/+34 |
* | fbcon: add lifetime refcount to opened frame buffers | Linus Torvalds | 2011-05-12 | 1 | -10/+46 |
* | fb: Reduce priority of resource conflict message | Matthew Garrett | 2011-04-06 | 1 | -1/+1 |
* | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 2011-01-26 | 1 | -6/+6 |
* | fb: fix overlapping test off-by-one. | Dave Airlie | 2010-12-24 | 1 | -1/+1 |
* | fbmem: fix fb_read, fb_write unaligned accesses | James Hogan | 2010-10-28 | 1 | -32/+14 |
* | fbmem: fix whitespace | James Hogan | 2010-10-28 | 1 | -7/+7 |
* | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | fbmem: VM_IO set, but not propagated | Daniel De Graaf | 2010-08-11 | 1 | -0/+1 |
* | drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options() | Denys Vlasenko | 2010-08-11 | 1 | -3/+2 |
* | fbmem: avoid printk format warning with 32-bit resources | Randy Dunlap | 2010-05-22 | 1 | -1/+4 |
* | vga16fb, drm: vga16fb->drm handoff | Marcin Slusarz | 2010-05-18 | 1 | -3/+11 |
* | fbmem, drm/nouveau: kick firmware framebuffers as soon as possible | Marcin Slusarz | 2010-05-18 | 1 | -18/+25 |
* | fbdev: allow passing more than one aperture for handoff | Marcin Slusarz | 2010-05-18 | 1 | -3/+26 |
* | fb: for framebuffer handover don't exit the loop early. | Dave Airlie | 2010-02-25 | 1 | -1/+0 |
* | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2009-09-30 | 1 | -1/+1 |
|\ |
|
| * | fb: change rules for global rules match. | Dave Airlie | 2009-09-25 | 1 | -1/+1 |
* | | fb: do not ignore fb_set_par errors | Florian Tobias Schandinat | 2009-09-23 | 1 | -2/+13 |
* | | fb: fix fb_pan_display range check | Florian Tobias Schandinat | 2009-09-23 | 1 | -2/+2 |
|/ |
|
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
* | Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()" | Linus Torvalds | 2009-07-08 | 1 | -0/+2 |
* | fb: Initialize fb_info mutexes in framebuffer_alloc() | Paul Mundt | 2009-07-06 | 1 | -2/+0 |
* | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 2009-07-01 | 1 | -8/+5 |