Commit Graph

52 Commits (7c77509c542927ee2a3c8812fad84957e51bf67d)

Author SHA1 Message Date
Newson Edouard 45f239ab82 [media] videobuf_pages_to_sg: sglist[0] length problem 14 years ago
Hans Verkuil 41d9931c5a [media] videobuf-dma-sg: remove obsolete comments 14 years ago
Hans Verkuil 08af245de0 [media] V4L: remove V4L1 compatibility mode 14 years ago
Joe Perches 101b25b55e [media] drivers/media: Use vzalloc 14 years ago
Mauro Carvalho Chehab 1bede7521d [media] videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..) 15 years ago
Mauro Carvalho Chehab d026d82843 V4L/DVB: videobuf-dma-sg: Fix a warning due to the usage of min(PAGE_SIZE, arg) 15 years ago
Hans Verkuil 08bff03ed6 V4L/DVB: videobuf: add ext_lock argument to the queue init functions 15 years ago
Hans Verkuil 9739768788 V4L/DVB: videobuf: prepare to make locking optional in videobuf 15 years ago
Hans Verkuil 2fc11536cf V4L/DVB: videobuf-dma-sg: set correct size in last sg element 15 years ago
Laurent Pinchart bb6dbe7480 V4L/DVB: videobuf: Rename vmalloc fields to vaddr 15 years ago
Laurent Pinchart 959794ddc0 V4L/DVB: videobuf: Remove videobuf_mapping start and end fields 15 years ago
Laurent Pinchart 7181772d89 V4L/DVB: videobuf: Don't export videobuf_(vmalloc|pages)_to_sg 15 years ago
Laurent Pinchart 952684035a V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions 15 years ago
Pawel Osciak 33c38283f0 V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vb 15 years ago
Arnout Vandecappelle fc7f8fd42c V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglen 15 years ago
Mauro Carvalho Chehab 97f8105dcd V4L/DVB: videobuf-dma-sg: remove external function videobuf_dma_sync() 15 years ago
Mauro Carvalho Chehab 474675ad80 V4L/DVB: videobuf-dma-sg: Avoid using a wrong size 15 years ago
Hans Verkuil 0b62b73778 V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper 15 years ago
Hans Verkuil 37111039c9 V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core 15 years ago
Hans Verkuil 037c75eb14 V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr 15 years ago
Hans Verkuil a4cf4cac29 V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for videobuf_alloc 15 years ago
Hans Verkuil 53aaf07637 V4L/DVB: v4l videobuf: remove mmap_free callback 15 years ago
Pawel Osciak 7a02264ca9 V4L/DVB: v4l: videobuf: code cleanup 15 years ago
Pawel Osciak bee527f979 V4L/DVB: videobuf: add missing checks for kzalloc returning NULL 15 years ago
Jonathan Corbet 38a54f35a0 V4L/DVB (13377): make struct videobuf_queue_ops constant 15 years ago
Tuukka Toivonen 7cbefad085 V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE 15 years ago
Alexey Dobriyan d43c36dc6b headers: remove sched.h from interrupt.h 16 years ago
Alexey Dobriyan f0f37e2f77 const: mark struct vm_struct_operations 16 years ago
Figo.zhang 92051b285b V4L/DVB (11953): videobuf-dma-sg: return -ENOMEM if vmalloc fails 16 years ago
Cohen David.A 1010ed1327 V4L/DVB (11840): change kmalloc to vmalloc for sglist allocation in videobuf_dma_map/unmap 16 years ago
Guennadi Liakhovetski c0cd5010e5 V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpage 16 years ago
Magnus Damm 5d6aaf50e2 V4L/DVB (8340): videobuf: Fix gather spelling 17 years ago
Christophe Jaillet a47cacbd86 V4L/DVB (8252): buf-dma-sg.c: avoid clearing memory twice 17 years ago
Mauro Carvalho Chehab 59d3448995 V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc 17 years ago
Mauro Carvalho Chehab a9dbbeb7d6 V4L/DVB (7554): videobuf-dma-sg: Remove unused flag 17 years ago
Harvey Harrison 7e28adb249 V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences 17 years ago
Brandon Philips ce54093cef V4L/DVB (7494): videobuf-dma-sg.c: Avoid NULL dereference and add comment about backwards compatibility 17 years ago
Douglas Schilling Landgraf 1c3bf598cf V4L/DVB (7283): videobuf-dma-sg: Remove unused variable 17 years ago
Guennadi Liakhovetski 0705135e59 V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API 17 years ago
Douglas Schilling Landgraf ff699e6bd0 V4L/DVB (7094): static memory 17 years ago
Mauro Carvalho Chehab 64f9477f95 V4L/DVB (7121): Renames videobuf lock to vb_lock 17 years ago
Andrew Morton d172b8bdab V4L/DVB (6749): v4l-nopage-fix 17 years ago
Nick Piggin 105354a0f0 V4L/DVB (6748): Subject: v4l: nopage 17 years ago
Jens Axboe 642f149031 SG: Change sg_set_page() to take length and offset argument 18 years ago
Ralf Baechle 117636092a [PATCH] Fix breakage after SG cleanups 18 years ago
Jens Axboe 45711f1af6 [SG] Update drivers to use sg helpers 18 years ago
Al Viro 13bcd5d0e2 v4l: copy_to_user() is not a good method name 18 years ago
Mauro Carvalho Chehab d4cae5a500 V4L/DVB (6292): videobuf_core init always require callback implementation 18 years ago
Mauro Carvalho Chehab 5ddff43435 V4L/DVB (6290): remove videobuf_set_pci_ops 18 years ago
Maxim Levitsky 9900132f34 V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf code 18 years ago