1. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  2. 9739768 V4L/DVB: videobuf: prepare to make locking optional in videobuf by Hans Verkuil · 14 years ago
  3. 2fc1153 V4L/DVB: videobuf-dma-sg: set correct size in last sg element by Hans Verkuil · 14 years ago
  4. bb6dbe7 V4L/DVB: videobuf: Rename vmalloc fields to vaddr by Laurent Pinchart · 14 years ago
  5. 959794d V4L/DVB: videobuf: Remove videobuf_mapping start and end fields by Laurent Pinchart · 14 years ago
  6. 7181772 V4L/DVB: videobuf: Don't export videobuf_(vmalloc|pages)_to_sg by Laurent Pinchart · 14 years ago
  7. 9526840 V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions by Laurent Pinchart · 14 years ago
  8. 33c3828 V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vb by Pawel Osciak · 14 years ago
  9. fc7f8fd V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglen by Arnout Vandecappelle · 14 years ago
  10. 97f8105 V4L/DVB: videobuf-dma-sg: remove external function videobuf_dma_sync() by Mauro Carvalho Chehab · 14 years ago
  11. 474675a V4L/DVB: videobuf-dma-sg: Avoid using a wrong size by Mauro Carvalho Chehab · 14 years ago
  12. 0b62b73 V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper by Hans Verkuil · 14 years ago
  13. 3711103 V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core by Hans Verkuil · 14 years ago
  14. 037c75e V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr by Hans Verkuil · 14 years ago
  15. a4cf4ca V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for videobuf_alloc by Hans Verkuil · 14 years ago
  16. 53aaf07 V4L/DVB: v4l videobuf: remove mmap_free callback by Hans Verkuil · 14 years ago
  17. 7a02264 V4L/DVB: v4l: videobuf: code cleanup by Pawel Osciak · 14 years ago
  18. bee527f V4L/DVB: videobuf: add missing checks for kzalloc returning NULL by Pawel Osciak · 14 years ago
  19. 38a54f3 V4L/DVB (13377): make struct videobuf_queue_ops constant by Jonathan Corbet · 15 years ago
  20. 7cbefad V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE by Tuukka Toivonen · 15 years ago
  21. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  22. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  23. 92051b2 V4L/DVB (11953): videobuf-dma-sg: return -ENOMEM if vmalloc fails by Figo.zhang · 15 years ago
  24. 1010ed1 V4L/DVB (11840): change kmalloc to vmalloc for sglist allocation in videobuf_dma_map/unmap by Cohen David.A · 15 years ago
  25. c0cd501 V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpage by Guennadi Liakhovetski · 16 years ago
  26. 5d6aaf5 V4L/DVB (8340): videobuf: Fix gather spelling by Magnus Damm · 16 years ago
  27. a47cacb V4L/DVB (8252): buf-dma-sg.c: avoid clearing memory twice by Christophe Jaillet · 16 years ago
  28. 59d3448 V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc by Mauro Carvalho Chehab · 16 years ago
  29. a9dbbeb V4L/DVB (7554): videobuf-dma-sg: Remove unused flag by Mauro Carvalho Chehab · 16 years ago
  30. 7e28adb V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. ce54093 V4L/DVB (7494): videobuf-dma-sg.c: Avoid NULL dereference and add comment about backwards compatibility by Brandon Philips · 16 years ago
  32. 1c3bf59 V4L/DVB (7283): videobuf-dma-sg: Remove unused variable by Douglas Schilling Landgraf · 16 years ago
  33. 0705135 V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API by Guennadi Liakhovetski · 16 years ago
  34. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 16 years ago
  35. 64f9477 V4L/DVB (7121): Renames videobuf lock to vb_lock by Mauro Carvalho Chehab · 16 years ago
  36. d172b8b V4L/DVB (6749): v4l-nopage-fix by Andrew Morton · 17 years ago
  37. 105354a V4L/DVB (6748): Subject: v4l: nopage by Nick Piggin · 17 years ago
  38. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  39. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  40. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  41. 13bcd5d v4l: copy_to_user() is not a good method name by Al Viro · 17 years ago
  42. d4cae5a V4L/DVB (6292): videobuf_core init always require callback implementation by Mauro Carvalho Chehab · 17 years ago
  43. 5ddff43 V4L/DVB (6290): remove videobuf_set_pci_ops by Mauro Carvalho Chehab · 17 years ago
  44. 9900132 V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf code by Maxim Levitsky · 17 years ago
  45. 851c0c9 V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make it at core by Mauro Carvalho Chehab · 17 years ago
  46. 7a7d9a8 V4L/DVB (6251): Replace video-buf to a more generic approach by Mauro Carvalho Chehab · 17 years ago