Age | Commit message (Expand) | Author | Files | Lines |
2013-12-18 | video/fb: Propagate error code from failing to unregister conflicting fb | Chris Wilson | 1 | -2/+2 |
2013-10-29 | framebuffer: Add fb_<level> convenience logging macros | Joe Perches | 1 | -0/+12 |
2013-06-27 | fb: make fp_get_options name argument const | Vincent Stehlé | 1 | -1/+1 |
2013-02-20 | fb: add support for drivers not needing VT switch at suspend/resume time | Jesse Barnes | 1 | -0/+2 |
2013-01-24 | fbmon: add of_videomode helpers | Steffen Trumtrar | 1 | -0/+4 |
2013-01-24 | fbmon: add videomode helpers | Steffen Trumtrar | 1 | -0/+4 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -402/+1 |
2012-06-02 | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 1 | -0/+1 |
2012-05-30 | fbdev: add events for early fb event support | Inki Dae | 1 | -0/+4 |
2012-04-29 | fb_defio: add first_io callback | Heiko Stübner | 1 | -0/+1 |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+0 |
2012-03-16 | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 1 | -1/+0 |
2012-03-15 | udlfb: remove sysfs framebuffer device with USB .disconnect() | Kay Sievers | 1 | -0/+1 |
2011-12-20 | fbdev: Add FOURCC-based format configuration API | Laurent Pinchart | 1 | -4/+10 |
2011-07-21 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 1 | -1/+2 |
2011-05-12 | fbcon: add lifetime refcount to opened frame buffers | Linus Torvalds | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -4/+4 |
2011-03-17 | unicore32 machine related: add frame buffer driver for pkunity-v3 soc | GuanXuetao | 1 | -0/+2 |
2010-12-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 1 | -0/+1 |
2010-11-17 | fbcmap: integer overflow bug | Dan Carpenter | 1 | -0/+1 |
2010-11-15 | fbdev: when parsing E-EDID blocks, also use SVD entries | Guennadi Liakhovetski | 1 | -0/+1 |
2010-11-15 | video: add fb_edid_add_monspecs for parsing extended edid information | Erik Gilling | 1 | -0/+2 |
2010-10-28 | fbmem: fix fb_read, fb_write unaligned accesses | James Hogan | 1 | -0/+6 |
2010-08-11 | vt/console: try harder to print output when panicing | Jesse Barnes | 1 | -0/+4 |
2010-08-05 | fb: add hooks to handle KDB enter/exit | Jesse Barnes | 1 | -0/+13 |
2010-07-20 | fb: handle allocation failure in alloc_apertures() | Dan Carpenter | 1 | -0/+2 |
2010-07-01 | fb: fix colliding defines for fb flags. | Dave Airlie | 1 | -2/+2 |
2010-05-28 | drop unused dentry argument to ->fsync | Christoph Hellwig | 1 | -4/+1 |
2010-05-25 | fbdev: move FBIO_WAITFORVSYNC to linux/fb.h | Grazvydas Ignotas | 1 | -1/+1 |
2010-05-18 | vga16fb, drm: vga16fb->drm handoff | Marcin Slusarz | 1 | -1/+2 |
2010-05-18 | fbmem, drm/nouveau: kick firmware framebuffers as soon as possible | Marcin Slusarz | 1 | -0/+1 |
2010-05-18 | fbdev: allow passing more than one aperture for handoff | Marcin Slusarz | 1 | -2/+15 |
2010-03-01 | vga_switcheroo: initial implementation (v15) | Dave Airlie | 1 | -0/+2 |
2009-12-10 | Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer... | Linus Torvalds | 1 | -0/+1 |
2009-12-04 | fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag. | Konrad Rzeszutek Wilk | 1 | -0/+1 |
2009-11-12 | fb: remove fb_save_state() and fb_restore_state operations | Krzysztof Helt | 1 | -6/+0 |
2009-09-11 | [ARM] pxafb: add accelerator ID for PXA3xx GCU | Daniel Mack | 1 | -0/+1 |
2009-07-01 | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 1 | -0/+1 |
2009-06-17 | fbdev: blackfin has __raw I/O accessors, so use them in fb.h | Mike Frysinger | 1 | -1/+1 |
2009-06-17 | fbdev: add support for handoff from firmware to hw framebuffers | Dave Airlie | 1 | -1/+11 |
2009-04-14 | fbdev: fix color component field length documentation | Michal Januszewski | 1 | -2/+6 |
2009-04-01 | fbdev: uninline lock_fb_info() | Andrew Morton | 1 | -9/+1 |
2009-04-01 | cirrusfb: add accelerator constant | Krzysztof Helt | 1 | -0/+1 |
2009-02-05 | fbmem: don't call copy_from/to_user() with mutex held | Andrea Righi | 1 | -0/+15 |
2009-01-16 | include of <linux/types.h> is preferred over <asm/types.h> | Jaswinder Singh Rajput | 1 | -1/+1 |
2008-12-22 | fb: SH-5 uses __raw I/O accessors now also, drop the special casing. | Paul Mundt | 1 | -1/+1 |
2008-10-20 | fb: convert lock/unlock_kernel() into local fb mutex | Krzysztof Helt | 1 | -0/+1 |
2008-08-21 | fbdefio: add set_page_dirty handler to deferred IO FB | Ian Campbell | 1 | -0/+3 |
2008-07-24 | video/fb: cleanup FB_MAJOR usage | Philippe De Muyter | 1 | -1/+0 |
2008-07-24 | tridentfb: acceleration constants change | Krzysztof Helt | 1 | -0/+4 |