summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf-vmalloc.c
AgeCommit message (Expand)AuthorLines
2012-08-13[media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab-349/+0
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil-2/+3
2010-10-21V4L/DVB: videobuf: prepare to make locking optional in videobufHans Verkuil-2/+2
2010-08-02V4L/DVB: videobuf: Rename vmalloc fields to vaddrLaurent Pinchart-15/+15
2010-08-02V4L/DVB: videobuf: Remove videobuf_mapping start and end fieldsLaurent Pinchart-2/+0
2010-08-02V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vbPawel Osciak-2/+2
2010-05-19V4L/DVB: videobuf-vmalloc: remove __videobuf_sync()Mauro Carvalho Chehab-7/+0
2010-05-19V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperHans Verkuil-26/+7
2010-05-19V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreHans Verkuil-51/+0
2010-05-19V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrHans Verkuil-1/+1
2010-05-19V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...Hans Verkuil-1/+1
2010-05-19V4L/DVB: v4l videobuf: remove mmap_free callbackHans Verkuil-16/+0
2010-05-18V4L/DVB: v4l: videobuf: code cleanupPawel Osciak-59/+53
2010-02-26V4L/DVB: videobuf: add missing checks for kzalloc returning NULLPawel Osciak-0/+2
2009-12-05V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototypeJonathan Corbet-1/+1
2009-12-05V4L/DVB (13377): make struct videobuf_queue_ops constantJonathan Corbet-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan-1/+1
2009-03-30V4L/DVB (10305): videobuf-vmalloc: Fix: videobuf memory were never freedMauro Carvalho Chehab-1/+1
2008-07-27V4L/DVB (8525): fix a few assorted spelling mistakes.Hans Verkuil-1/+1
2008-07-20V4L/DVB (8340): videobuf: Fix gather spellingMagnus Damm-1/+1
2008-04-24V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmallocMauro Carvalho Chehab-0/+1
2008-04-24V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmapMauro Carvalho Chehab-4/+19
2008-04-24V4L/DVB (7553): videobuf-vmalloc: fix STREAMOFF/STREAMONMauro Carvalho Chehab-9/+27
2008-04-24V4L/DVB (7552): videbuf-vmalloc: Corrects mmap codeMauro Carvalho Chehab-58/+105
2008-04-24V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-24V4L/DVB (7489): videobuf-vmalloc.c: Remove buf_release from videobuf_vm_closeBrandon Philips-2/+0
2008-04-24V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA APIGuennadi Liakhovetski-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf-1/+1
2008-02-18V4L/DVB (7150): [v4l] convert videbuf_vmalloc_memory to videobuf_vmalloc_memoryBrandon Philips-9/+7
2008-02-18V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab-2/+2
2008-01-25V4L/DVB (6688): V4L: fix copy and paste error in dprintk for videobuf-vmalloc.cBrandon Philips-1/+1
2007-12-11V4L/DVB (6751): V4L: Memory leak! Fix count in videobuf-vmalloc mmapBrandon Philips-3/+3
2007-10-13v4l: copy_to_user() is not a good method nameAl Viro-1/+1
2007-10-10V4L/DVB (6292): videobuf_core init always require callback implementationMauro Carvalho Chehab-2/+2
2007-10-10V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make ...Mauro Carvalho Chehab-26/+10
2007-10-10V4L/DVB (6263): Fix buffer release codeMauro Carvalho Chehab-1/+3
2007-10-10V4L/DVB (6262): An allocation error message were being printed as a debug msgMauro Carvalho Chehab-2/+1
2007-10-10V4L/DVB (6261): Cleans mem->vmalloc after vfreeMauro Carvalho Chehab-0/+1
2007-10-09V4L/DVB (6254): Add videobuf-vmallocMauro Carvalho Chehab-0/+384