| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+1 |
| 2012-05-29 | fbdev: add events for early fb event support | Inki Dae | 1 | -6/+15 |
| 2012-03-15 | udlfb: remove sysfs framebuffer device with USB .disconnect() | Kay Sievers | 1 | -1/+17 |
| 2011-12-19 | fbdev: Add FOURCC-based format configuration API | Laurent Pinchart | 1 | -0/+14 |
| 2011-09-02 | fb: avoid possible deadlock caused by fb_set_suspend | Herton Ronaldo Krzesinski | 1 | -3/+0 |
| 2011-05-14 | Further fbcon sanity checking | Bruno Prémont | 1 | -4/+4 |
| 2011-05-14 | fbmem: fix remove_conflicting_framebuffers races | Linus Torvalds | 1 | -49/+68 |
| 2011-05-12 | fbmem: make read/write/ioctl use the frame buffer at open time | Linus Torvalds | 1 | -16/+34 |
| 2011-05-12 | fbcon: add lifetime refcount to opened frame buffers | Linus Torvalds | 1 | -10/+46 |
| 2011-04-06 | fb: Reduce priority of resource conflict message | Matthew Garrett | 1 | -1/+1 |
| 2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -6/+6 |
| 2010-12-24 | fb: fix overlapping test off-by-one. | Dave Airlie | 1 | -1/+1 |
| 2010-10-27 | fbmem: fix fb_read, fb_write unaligned accesses | James Hogan | 1 | -32/+14 |
| 2010-10-27 | fbmem: fix whitespace | James Hogan | 1 | -7/+7 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-08-11 | fbmem: VM_IO set, but not propagated | Daniel De Graaf | 1 | -0/+1 |
| 2010-08-11 | drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options() | Denys Vlasenko | 1 | -3/+2 |
| 2010-05-21 | fbmem: avoid printk format warning with 32-bit resources | Randy Dunlap | 1 | -1/+4 |
| 2010-05-18 | vga16fb, drm: vga16fb->drm handoff | Marcin Slusarz | 1 | -3/+11 |
| 2010-05-18 | fbmem, drm/nouveau: kick firmware framebuffers as soon as possible | Marcin Slusarz | 1 | -18/+25 |
| 2010-05-18 | fbdev: allow passing more than one aperture for handoff | Marcin Slusarz | 1 | -3/+26 |
| 2010-02-25 | fb: for framebuffer handover don't exit the loop early. | Dave Airlie | 1 | -1/+0 |
| 2009-09-30 | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 1 | -1/+1 |
| 2009-09-25 | fb: change rules for global rules match. | Dave Airlie | 1 | -1/+1 |
| 2009-09-23 | fb: do not ignore fb_set_par errors | Florian Tobias Schandinat | 1 | -2/+13 |
| 2009-09-23 | fb: fix fb_pan_display range check | Florian Tobias Schandinat | 1 | -2/+2 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-07-08 | Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()" | Linus Torvalds | 1 | -0/+2 |
| 2009-07-06 | fb: Initialize fb_info mutexes in framebuffer_alloc() | Paul Mundt | 1 | -2/+0 |
| 2009-06-30 | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 1 | -8/+5 |
| 2009-06-16 | fbdev: add support for handoff from firmware to hw framebuffers | Dave Airlie | 1 | -0/+31 |
| 2009-04-13 | fbdev: fix info->lock deadlock in fbcon_event_notify() | Andrea Righi | 1 | -0/+19 |
| 2009-04-01 | fbdev: uninline lock_fb_info() | Andrew Morton | 1 | -0/+11 |
| 2009-04-01 | fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency | Andrea Righi | 1 | -10/+1 |
| 2009-02-05 | fbmem: don't call copy_from/to_user() with mutex held | Andrea Righi | 1 | -66/+69 |
| 2009-01-06 | fbdev/logo: check compatibility of main and extra logos | Geert Uytterhoeven | 1 | -0/+4 |
| 2008-11-19 | fbdev: clean the penguin's dirty feet | Clemens Ladisch | 1 | -1/+1 |
| 2008-11-06 | fbdev: fix fb_compat_ioctl() deadlocks | Geert Uytterhoeven | 1 | -24/+39 |
| 2008-10-30 | framebuffer compat_ioctl deadlock | Mikulas Patocka | 1 | -2/+2 |
| 2008-10-20 | fb: convert lock/unlock_kernel() into local fb mutex | Krzysztof Helt | 1 | -19/+20 |
| 2008-10-20 | fb: push down the BKL in the ioctl handler | Alan Cox | 1 | -55/+86 |
| 2008-10-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -3/+2 |
| 2008-10-16 | device create: video: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+2 |
| 2008-10-17 | remove CONFIG_KMOD from drivers | Johannes Berg | 1 | -15/+2 |
| 2008-09-23 | lcd: allow lcd device to handle mode change events | Eric Miao | 1 | -0/+1 |
| 2008-08-20 | fbdefio: add set_page_dirty handler to deferred IO FB | Ian Campbell | 1 | -0/+4 |
| 2008-07-26 | drivers/video/fbmem.c: removed duplicated include | Huang Weiyi | 1 | -1/+0 |
| 2008-07-24 | video/fb: cleanup FB_MAJOR usage | Philippe De Muyter | 1 | -0/+1 |
| 2008-07-24 | fbdev: xoffset, yoffset and yres are unsigned | Ville Syrjala | 1 | -5/+4 |
| 2008-07-21 | device create: framebuffer: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -2/+3 |
| 2008-06-20 | fbmem: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -4/+11 |
| 2008-04-28 | fb: convert /proc/fb to seq_file interface | Alexey Dobriyan | 1 | -19/+44 |
| 2008-04-28 | fbmem: fix con2fbmap limit check | Peter Samuelson | 1 | -1/+1 |
| 2008-04-28 | fb: add support for foreign endianness | Anton Vorontsov | 1 | -0/+30 |
| 2008-04-15 | fbdev: fix /proc/fb oops after module removal | Alexey Dobriyan | 1 | -0/+1 |
| 2007-10-16 | fb: move and rename extern declaration for global_mode_option | Geert Uytterhoeven | 1 | -3/+1 |
| 2007-10-16 | unexport fb_prepare_logo | Adrian Bunk | 1 | -1/+0 |
| 2007-07-31 | fbdev: Fix logo if logo depth is less than framebuffer depth | Antonino A. Daplas | 1 | -16/+26 |
| 2007-07-17 | fbdev: Add fb_append_extra_logo() | Geert Uytterhoeven | 1 | -69/+143 |
| 2007-07-17 | fbdev: extract fb_show_logo_line() | Geert Uytterhoeven | 1 | -16/+23 |
| 2007-07-17 | fbdev: fbcon: console unregistration from unregister_framebuffer | Jesse Barnes | 1 | -4/+22 |
| 2007-07-17 | fbdev: move arch-specific bits to their respective subdirectories | Antonino A. Daplas | 1 | -58/+4 |
| 2007-05-09 | fbdev: add support for AVR32 | Haavard Skinnemoen | 1 | -0/+4 |
| 2007-05-08 | fbdev: clean up exit patch of fb_set_var | Antonino A. Daplas | 1 | -14/+15 |
| 2007-05-08 | fbdev: fbcon: check if mode can handle new screen | Antonino A. Daplas | 1 | -0/+33 |
| 2007-05-08 | fbdev: save the activate field before calling fb_check_var() | Antonino A. Daplas | 1 | -1/+3 |
| 2007-05-08 | fbdev: advertise limitation of drawing engine | Antonino A. Daplas | 1 | -0/+6 |
| 2007-05-08 | fbdev: pass struct fb_info to fb_read and fb_write | Antonino A. Daplas | 1 | -2/+2 |
| 2007-05-08 | fbdev: don't show logo if driver or fbcon are modular | Antonino A. Daplas | 1 | -2/+4 |
| 2007-05-08 | fbdev: correct image offsets when rotating logo | Geert Uytterhoeven | 1 | -4/+8 |
| 2007-05-08 | fbdev: fb_do_show_logo() updates | Geert Uytterhoeven | 1 | -19/+15 |
| 2007-05-08 | fb: fsync() method for deferred I/O flush. | Paul Mundt | 1 | -0/+3 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2006-12-08 | [PATCH] constify and annotate __read_mostly in vgacon.c and fbmem.c | Helge Deller | 1 | -7/+7 |
| 2006-12-08 | [PATCH] struct path: convert video | Josef Sipek | 1 | -4/+4 |
| 2006-12-01 | Driver core: convert fb code to use struct device | Greg Kroah-Hartman | 1 | -8/+8 |
| 2006-10-03 | [PATCH] fbdev: correct buffer size limit in fbmem_read_proc() | Geert Uytterhoeven | 1 | -1/+2 |
| 2006-07-31 | [PATCH] fbdev: statically link the framebuffer notification functions | Antonino A. Daplas | 1 | -43/+11 |
| 2006-07-10 | [PATCH] vt: Remove VT-specific declarations and definitions from tty.h | Jon Smirl | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Greg Kroah-Hartman | 1 | -2/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] VT binding: Update fbcon to support binding | Antonino A. Daplas | 1 | -1/+6 |
| 2006-06-26 | [PATCH] Detaching fbcon: sdd sysfs class device entry for fbcon | Antonino A. Daplas | 1 | -23/+2 |
| 2006-06-26 | [PATCH] fbdev: Fix logo rotation if width != height | Antonino A. Daplas | 1 | -10/+10 |
| 2006-06-26 | [PATCH] fbdev: Remove unused exports | Adrian Bunk | 1 | -2/+0 |
| 2006-06-26 | [PATCH] fbdev: Static pseudocolor with depth less than 4 does exist | Antonino A. Daplas | 1 | -1/+1 |
| 2006-06-26 | [PATCH] fbdev: Remove duplicate #include's | Adrian Bunk | 1 | -2/+0 |
| 2006-04-19 | [PATCH] fbdev: Fix return error of fb_write | Antonino A. Daplas | 1 | -4/+10 |
| 2006-04-11 | [PATCH] fbdev: Use logo with depth of 4 or less for static pseudocolor | Antonino A. Daplas | 1 | -0/+5 |
| 2006-03-31 | [PATCH] Don't pass boot parameters to argv_init[] | OGAWA Hirofumi | 1 | -1/+1 |
| 2006-03-27 | [PATCH] Notifier chain update: API changes | Alan Stern | 1 | -14/+17 |
| 2006-03-22 | [SPARC]: Respect vm_page_prot in io_remap_page_range(). | David S. Miller | 1 | -7/+1 |
| 2006-02-11 | [PATCH] fbdev: video_setup() warning fix | Andrew Morton | 1 | -0/+2 |
| 2006-01-14 | [PATCH] fbdev: Sanitize ->fb_mmap prototype | Christoph Hellwig | 1 | -1/+1 |
| 2006-01-14 | [PATCH] fbdev: Sanitize ->fb_ioctl prototype | Christoph Hellwig | 1 | -2/+2 |
| 2006-01-10 | [PATCH] non-linear frame buffer read/write access | Thomas Koeller | 1 | -3/+2 |
| 2006-01-10 | [PATCH] fbdev: Fix return code of fb_read and fb_write | Antonino A. Daplas | 1 | -12/+20 |
| 2005-12-12 | [PATCH] fbdev: Pan display fixes | Antonino A. Daplas | 1 | -5/+21 |
| 2005-11-24 | [PATCH] fbcon: fix obvious bug in fbcon logo rotation code | Jasper Spaans | 1 | -1/+5 |
| 2005-11-09 | [PATCH] fbdev: move ioctl32 code to fbmem.c | Arnd Bergmann | 1 | -5/+142 |
| 2005-11-09 | [PATCH] fbcon: Console Rotation - Add ability to control rotation via sysfs | Antonino A. Daplas | 1 | -0/+22 |
| 2005-11-09 | [PATCH] fbcon: Console Rotation - Add support to rotate the logo | Antonino A. Daplas | 1 | -13/+117 |
| 2005-10-31 | Merge ../linux-2.6 by hand | Paul Mackerras | 1 | -1/+1 |
| 2005-10-29 | [PATCH] ppc: make phys_mem_access_prot() work with pfns instead of addresses | Roland Dreier | 1 | -1/+1 |
| 2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2005-09-09 | [PATCH] fbcon: Break up bit_putcs into its component functions | Antonino A. Daplas | 1 | -9/+1 |
| 2005-09-09 | [PATCH] fbdev: Add VESA Coordinated Video Timings (CVT) support | Antonino A. Daplas | 1 | -8/+4 |
| 2005-09-09 | [PATCH] fbdev: Fix greater than 1 bit monochrome color handling | Antonino A. Daplas | 1 | -13/+28 |
| 2005-09-09 | [PATCH] fbdev: Add fbset -a support | Antonino A. Daplas | 1 | -2/+4 |
| 2005-08-15 | [PATCH] intelfb/fbdev: Save info->flags in a local variable | Antonino A. Daplas | 1 | -2/+2 |
| 2005-07-29 | [PATCH] fbdev: Replace memcpy with for-loop when preparing bitmap | Antonino A. Daplas | 1 | -2/+4 |
| 2005-07-27 | [PATCH] fbmem: use unregister_chrdev() on unload | Jon Smirl | 1 | -0/+1 |
| 2005-06-21 | [PATCH] fbdev: fill in the access_align field. | James Simmons | 1 | -1/+1 |
| 2005-06-21 | [PATCH] fbdev: stack reduction | James Simmons | 1 | -9/+5 |
| 2005-06-21 | [PATCH] fbdev: iomove removal | James Simmons | 1 | -52/+5 |
| 2005-06-20 | [PATCH] class: convert drivers/* to use the new class api instead of class_si... | gregkh@suse.de | 1 | -5/+5 |
| 2005-05-05 | [PATCH] make some things static | Adrian Bunk | 1 | -1/+1 |
| 2005-05-01 | [PATCH] DocBook: changes and extensions to the kernel documentation | Pavel Pisa | 1 | -3/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1371 |