aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fb_defio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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