summaryrefslogtreecommitdiffstats
path: root/drivers/video/fb_defio.c
AgeCommit message (Expand)AuthorLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-245/+0
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov-1/+1
2012-07-31fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()Jan Kara-0/+2
2012-05-08video: fb_defio.c: local functions should not be exposed globallyH Hartley Sweeten-1/+1
2012-04-29fb_defio: add first_io callbackHeiko Stübner-0/+4
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat-2/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik-2/+9
2011-06-16video: don't use flush_scheduled_work() in fb_defioTejun Heo-2/+1
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo-1/+1
2010-06-04fb_defio: redo fix for non-dirty ptesAlbert Herranz-1/+11
2010-06-04Revert "fb_defio: fix for non-dirty ptes"Albert Herranz-32/+8
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig-1/+1
2010-05-25fb_defio: fix for non-dirty ptesAlbert Herranz-8/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds-1/+3
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo-1/+1
2009-12-03fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk-1/+3
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin-1/+2
2008-12-22video: deferred io with physically contiguous memoryMagnus Damm-5/+15
2008-12-22video: deferred io cleanupMagnus Damm-0/+3
2008-12-22video: fix deferred io fsync()Magnus Damm-0/+4
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell-0/+19
2008-07-12fbdev: bugfix for multiprocess defioJaya Kumar-1/+19
2008-03-19fbdev: defio and MetronomefbJaya Kumar-2/+20
2008-02-06fb: defio nopageNick Piggin-9/+8
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-1/+0
2007-05-08fbdev: kill sparse warning in deferred IOAntonino A. Daplas-1/+3
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt-0/+12
2007-05-08make fb_deferred_io_mkwrite() staticAdrian Bunk-2/+2
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar-0/+137