aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf-dma-sg.c
Commit message (Expand)AuthorAgeFilesLines
* [media] videobuf-dma-sg: remove obsolete commentsHans Verkuil2010-12-291-8/+0
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-23/+0
* [media] drivers/media: Use vzallocJoe Perches2010-12-291-2/+1
* [media] videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..)Mauro Carvalho Chehab2010-10-211-2/+2
* V4L/DVB: videobuf-dma-sg: Fix a warning due to the usage of min(PAGE_SIZE, arg)Mauro Carvalho Chehab2010-10-211-2/+2
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+3
* V4L/DVB: videobuf: prepare to make locking optional in videobufHans Verkuil2010-10-211-2/+2
* V4L/DVB: videobuf-dma-sg: set correct size in last sg elementHans Verkuil2010-09-271-4/+7
* V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart2010-08-021-9/+9
* V4L/DVB: videobuf: Remove videobuf_mapping start and end fieldsLaurent Pinchart2010-08-021-2/+0
* V4L/DVB: videobuf: Don't export videobuf_(vmalloc|pages)_to_sgLaurent Pinchart2010-08-021-4/+14
* V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-021-27/+5
* V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vbPawel Osciak2010-08-021-3/+3
* V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglenArnout Vandecappelle2010-05-191-2/+2
* V4L/DVB: videobuf-dma-sg: remove external function videobuf_dma_sync()Mauro Carvalho Chehab2010-05-191-13/+7
* V4L/DVB: videobuf-dma-sg: Avoid using a wrong sizeMauro Carvalho Chehab2010-05-191-2/+2
* V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperHans Verkuil2010-05-191-36/+33
* V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreHans Verkuil2010-05-191-49/+0
* V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrHans Verkuil2010-05-191-2/+2
* V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...Hans Verkuil2010-05-191-1/+1
* V4L/DVB: v4l videobuf: remove mmap_free callbackHans Verkuil2010-05-191-15/+0
* V4L/DVB: v4l: videobuf: code cleanupPawel Osciak2010-05-181-136/+140
* V4L/DVB: videobuf: add missing checks for kzalloc returning NULLPawel Osciak2010-02-261-0/+2
* V4L/DVB (13377): make struct videobuf_queue_ops constantJonathan Corbet2009-12-051-1/+1
* V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZETuukka Toivonen2009-12-051-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* V4L/DVB (11953): videobuf-dma-sg: return -ENOMEM if vmalloc failsFigo.zhang2009-06-161-1/+1
* V4L/DVB (11840): change kmalloc to vmalloc for sglist allocation in videobuf_...Cohen David.A2009-06-161-8/+9
* V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_h...Guennadi Liakhovetski2009-01-071-2/+1
* V4L/DVB (8340): videobuf: Fix gather spellingMagnus Damm2008-07-201-1/+1
* V4L/DVB (8252): buf-dma-sg.c: avoid clearing memory twiceChristophe Jaillet2008-07-201-4/+2
* V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmallocMauro Carvalho Chehab2008-04-241-0/+11
* V4L/DVB (7554): videobuf-dma-sg: Remove unused flagMauro Carvalho Chehab2008-04-241-4/+0
* V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-2/+2
* V4L/DVB (7494): videobuf-dma-sg.c: Avoid NULL dereference and add comment abo...Brandon Philips2008-04-241-1/+15
* V4L/DVB (7283): videobuf-dma-sg: Remove unused variableDouglas Schilling Landgraf2008-04-241-2/+0
* V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski2008-04-241-58/+59
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab2008-02-181-2/+2
* V4L/DVB (6749): v4l-nopage-fixAndrew Morton2008-01-251-1/+2
* V4L/DVB (6748): Subject: v4l: nopageNick Piggin2008-01-251-12/+8
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-7/+3
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-231-0/+1
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-3/+5
* v4l: copy_to_user() is not a good method nameAl Viro2007-10-131-1/+1
* V4L/DVB (6292): videobuf_core init always require callback implementationMauro Carvalho Chehab2007-10-101-2/+2
* V4L/DVB (6290): remove videobuf_set_pci_opsMauro Carvalho Chehab2007-10-101-58/+4
* V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf codeMaxim Levitsky2007-10-101-5/+27
* V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make ...Mauro Carvalho Chehab2007-10-101-19/+5