Age | Commit message (Expand) | Author | Files | Lines |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 1 | -1/+1 |
2013-02-08 | fbcon: fix locking harder | Dave Airlie | 1 | -0/+2 |
2013-02-08 | fb: Yet another band-aid for fixing lockdep mess | Takashi Iwai | 1 | -0/+4 |
2013-02-08 | fb: rework locking to fix lock ordering on takeover | Alan Cox | 1 | -3/+2 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -2/+1 |
2012-05-30 | 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-20 | 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-28 | fbmem: fix fb_read, fb_write unaligned accesses | James Hogan | 1 | -32/+14 |
2010-10-28 | 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-22 | 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-07 | fb: Initialize fb_info mutexes in framebuffer_alloc() | Paul Mundt | 1 | -2/+0 |
2009-07-01 | fbdev: add mutex for fb_mmap locking | Krzysztof Helt | 1 | -8/+5 |
2009-06-17 | fbdev: add support for handoff from firmware to hw framebuffers | Dave Airlie | 1 | -0/+31 |
2009-04-14 | 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-07 | fbdev/logo: check compatibility of main and extra logos | Geert Uytterhoeven | 1 | -0/+4 |
2008-11-20 | fbdev: clean the penguin's dirty feet | Clemens Ladisch | 1 | -1/+1 |
2008-11-07 | 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-16 | remove CONFIG_KMOD from drivers | Johannes Berg | 1 | -15/+2 |
2008-09-24 | lcd: allow lcd device to handle mode change events | Eric Miao | 1 | -0/+1 |