aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fb_defio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+9
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-06-04fb_defio: redo fix for non-dirty ptesAlbert Herranz1-1/+11
2010-06-04Revert "fb_defio: fix for non-dirty ptes"Albert Herranz1-32/+8
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-25fb_defio: fix for non-dirty ptesAlbert Herranz1-8/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-12-10Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+3
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-12-03fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk1-1/+3
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-01mm: page_mkwrite change prototype to match faultNick Piggin1-1/+2
2008-12-22video: deferred io with physically contiguous memoryMagnus Damm1-5/+15
2008-12-22video: deferred io cleanupMagnus Damm1-0/+3
2008-12-22video: fix deferred io fsync()Magnus Damm1-0/+4
2008-08-20fbdefio: add set_page_dirty handler to deferred IO FBIan Campbell1-0/+19
2008-07-12fbdev: bugfix for multiprocess defioJaya Kumar1-1/+19
2008-03-19fbdev: defio and MetronomefbJaya Kumar1-2/+20
2008-02-06fb: defio nopageNick Piggin1-9/+8
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2007-05-08fbdev: kill sparse warning in deferred IOAntonino A. Daplas1-1/+3
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt1-0/+12
2007-05-08make fb_deferred_io_mkwrite() staticAdrian Bunk1-2/+2
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar1-0/+137