1. 7e4e716 media: vb2: keep track of timestamp status by Hans Verkuil · 6 years ago
  2. cfc7740 media: vb2: replace bool by bitfield in vb2_buffer by Hans Verkuil · 6 years ago
  3. c2d88e7 media: vb2: Fix buf_out_validate documentation by Ezequiel Garcia · 6 years ago
  4. 28d77c2 media: vb2: add buf_out_validate callback by Hans Verkuil · 6 years ago
  5. 6093d30 media: vb2: keep a reference to the request until dqbuf by Hans Verkuil · 6 years ago
  6. 515c5a7 media: videobuf2-core: Rework and rename helper for request buffer count by Paul Kocialkowski · 6 years ago
  7. e5079cf media: vb2: set reqbufs/create_bufs capabilities by Hans Verkuil · 6 years ago
  8. 61add36 media: videobuf2-core: add uses_requests/qbuf flags by Hans Verkuil · 7 years ago
  9. c07aa48 media: videobuf2-core: add request helper functions by Hans Verkuil · 7 years ago
  10. fd89e0b media: videobuf2-core: integrate with media requests by Hans Verkuil · 7 years ago
  11. 1cf96dc media: videobuf2-core: embed media_request_object by Hans Verkuil · 7 years ago
  12. 8e01370 media: vb2: add init_buffer buffer op by Hans Verkuil · 7 years ago
  13. 5502869 media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced instead by Hans Verkuil · 7 years ago
  14. db6e8d5 media: vb2: store userspace data in vb2_v4l2_buffer by Hans Verkuil · 7 years ago
  15. 3f97df9 media: vb2-core: vb2_ops: document non-interrupt-context calling by Luca Ceresoli · 7 years ago
  16. 68a06bd media: vb2-core: document the REQUEUEING state by Luca Ceresoli · 7 years ago
  17. 45ad399 media: vb2-core: vb2_buffer_done: consolidate docs by Luca Ceresoli · 7 years ago
  18. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  19. 68c5735 Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  20. 991232a media: vb2-core: fix descriptions for VB2-only functions by Mauro Carvalho Chehab · 7 years ago
  21. 8dcde47 media: vb2-core: document remaining functions by Mauro Carvalho Chehab · 7 years ago
  22. 2b14132 media: vb2-core: Improve kernel-doc markups by Mauro Carvalho Chehab · 7 years ago
  23. 37bc2d8 media: vb2-core: use bitops for bits by Mauro Carvalho Chehab · 7 years ago
  24. 60e7926 media: videobuf2-core: improve kernel-doc markups by Mauro Carvalho Chehab · 7 years ago
  25. c23e0cb media: annotate ->poll() instances by Al Viro · 8 years ago
  26. 5b6f9abe media: vb2: add bidirectional flag in vb2_queue by Stanimir Varbanov · 7 years ago
  27. e5c27ef3 [media] vb2: Fix queue_setup() callback description by Anton Leontiev · 8 years ago
  28. e383ce0 [media] get rid of a number of problems at the cross references by Mauro Carvalho Chehab · 8 years ago
  29. f286f4d [media] videobuf2-core.h: improve documentation by Mauro Carvalho Chehab · 8 years ago
  30. 52839f6 [media] videobuf2-core.h: document enum vb2_memory by Mauro Carvalho Chehab · 8 years ago
  31. 88b7eb0 [media] videobuf2-core.h: move function descriptions from c file by Mauro Carvalho Chehab · 8 years ago
  32. 0ff657b [media] vb2: don't return NULL for alloc and get_userptr ops by Hans Verkuil · 8 years ago
  33. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  34. 564aaf6 [media] doc-rst: add some needed escape codes by Mauro Carvalho Chehab · 8 years ago
  35. c278256 Merge branch 'patchwork' into topic/docs-next by Mauro Carvalho Chehab · 8 years ago
  36. 89cb3dd [media] doc-rst: Fix conversion for v4l2 core functions by Mauro Carvalho Chehab · 9 years ago
  37. 36c0f8b [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs by Hans Verkuil · 9 years ago
  38. 20be7ab [media] vb2: add a dev field to use for the default allocation context by Hans Verkuil · 9 years ago
  39. d16e832 [media] vb2: move dma_attrs to vb2_queue by Hans Verkuil · 9 years ago
  40. b938768 [media] media: vb2: Fix regression on poll() for RW mode by Ricardo Ribalda · 9 years ago
  41. e7e0c3e [media] videobuf2-core: Check user space planes array in dqbuf by Sakari Ailus · 9 years ago
  42. fac710e [media] vb2: fix nasty vb2_thread regression by Hans Verkuil · 9 years ago
  43. 58e1ba3 [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFS by Hans Verkuil · 9 years ago
  44. 10cc3b1 [media] videobuf2-core: fill_user_buffer and copy_timestamp should return void by Hans Verkuil · 9 years ago
  45. af3bac1 [media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core part by Junghak Sung · 9 years ago
  46. 959c3ef [media] media: videobuf2: Add copy_timestamp to struct vb2_queue by Junghak Sung · 9 years ago
  47. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  48. df9ecb0c [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  49. 3c5be98 [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2 by Junghak Sung · 9 years ago
  50. b0e0e1f [media] media: videobuf2: Prepare to divide videobuf2 by Junghak Sung · 9 years ago
  51. bed04f9 [media] media: videobuf2: Replace v4l2-specific data with vb2 data by Junghak Sung · 9 years ago
  52. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  53. efe9801 [media] DocBook: Fix remaining issues with VB2 core documentation by Mauro Carvalho Chehab · 9 years ago
  54. 32d81b4 [media] DocBook: fix most of warnings at videobuf2-core.h by Mauro Carvalho Chehab · 9 years ago
  55. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  56. c139990 [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 by Junghak Sung · 9 years ago
  57. 9cfcc65 Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  58. d78757e [media] videobuf2-core: Add it to device-drivers DocBook by Mauro Carvalho Chehab · 9 years ago
  59. 6d058c5 [media] vb2: Only requeue buffers immediately once streaming is started by Sakari Ailus · 10 years ago
  60. c162184 [media] videobuf2: return -EPIPE from DQBUF after the last buffer by Philipp Zabel · 10 years ago
  61. f61bf13 [media] vb2: add allow_zero_bytesused flag to the vb2_queue struct by Kamil Debski · 10 years ago
  62. 06e7a9b6 [media] vb2: split the io_flags member of vb2_queue into a bit field by Kamil Debski · 10 years ago
  63. d935c57 [media] vb2: add dma_dir to the alloc memop by Hans Verkuil · 10 years ago
  64. cd47403 [media] vb2: replace 'write' by 'dma_dir' by Hans Verkuil · 10 years ago
  65. cf22742 [media] videobuf2-core.h: improve documentation by Hans Verkuil · 10 years ago
  66. a66d05d Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 10 years ago
  67. 072f1a4 [media] v4l: videobuf2: Fix typos in comments by Laurent Pinchart · 10 years ago
  68. 58d75f4 [media] vb2: fix VBI/poll regression by Hans Verkuil · 10 years ago
  69. 44e8e69 [media] videobuf2-core.h: fix comment by Hans Verkuil · 10 years ago
  70. ead1303 [media] media: videobuf2-core.h: add a helper to get status of start_streaming() by Prabhakar Lad · 10 years ago
  71. f035eb4 [media] videobuf2: fix lockdep warning by Hans Verkuil · 10 years ago
  72. ccf58cb [media] vb2: fix videobuf2-core.h comments by Hans Verkuil · 10 years ago
  73. 4bb7267 [media] v4l: vb2: Add fatal error condition flag by Laurent Pinchart · 11 years ago
  74. 34ea4d4 [media] v4l: vb2: Add a function to discard all DONE buffers by Laurent Pinchart · 11 years ago
  75. e37559b [media] vb2: stop_streaming should return void by Hans Verkuil · 11 years ago
  76. 3415a89 [media] vb2: add thread support by Hans Verkuil · 11 years ago
  77. 74753cf [media] vb2: add vb2_fileio_is_active and check it more often by Hans Verkuil · 11 years ago
  78. b3379c6 [media] vb2: only call start_streaming if sufficient buffers are queued by Hans Verkuil · 11 years ago
  79. 6ea3b98 [media] vb2: rename queued_count to owned_by_drv_count by Hans Verkuil · 11 years ago
  80. 3f12e6b [media] vb2: consistent usage of periods in videobuf2-core.h by Hans Verkuil · 11 years ago
  81. 9c0863b [media] vb2: call buf_finish from __queue_cancel by Hans Verkuil · 11 years ago
  82. 0647064 [media] vb2: change result code of buf_finish to void by Hans Verkuil · 11 years ago
  83. b5b4541 [media] vb2: add debugging code to check for unbalanced ops by Hans Verkuil · 11 years ago
  84. 872484c [media] v4l: Add timestamp source flags, mask and document them by Sakari Ailus · 11 years ago
  85. ade4868 [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags by Sakari Ailus · 11 years ago
  86. 02f142e [media] vb2: retry start_streaming in case of insufficient buffers by Hans Verkuil · 11 years ago
  87. b18a8ff [media] vb2: push the mmap semaphore down to __buf_prepare() by Hans Verkuil · 11 years ago
  88. 1380f57 [media] videobuf2: Add missing lock held on vb2_fop_release by Ricardo Ribalda · 11 years ago
  89. ea3aba8 [media] videobuf2: Add support for file access mode flags for DMABUF exporting by Philipp Zabel · 12 years ago
  90. 819585b [media] videobuf2: Fix vb2_write prototype by Ricardo Ribalda · 11 years ago
  91. 5548a382 [media] media: vb2: Clarify queue_setup() and buf_prepare() usage documentation by Laurent Pinchart · 11 years ago
  92. b6ba205 [media] videobuf2: add gfp_flags by Hans Verkuil · 12 years ago
  93. 6aa69f9 [media] vb2: Add support for non monotonic timestamps by Kamil Debski · 12 years ago
  94. 83ae7c5 [media] v4l: vb2: add buffer exporting via dmabuf by Tomasz Stanislawski · 13 years ago
  95. 3e0c2f2 [media] v4l: vb2: add prepare/finish callbacks to allocators by Marek Szyprowski · 13 years ago
  96. c538404 [media] v4l: vb2: add support for shared buffer (dma_buf) by Sumit Semwal · 13 years ago
  97. 896f38f [media] videobuf2-core: Replace BUG_ON and return an error at vb2_queue_init() by Ezequiel Garcia · 12 years ago
  98. 4c1ffca [media] videobuf2-core: add helper functions by Hans Verkuil · 13 years ago
  99. 5a5adf6 [media] v4l2-dev/ioctl.c: add vb2_queue support to video_device by Hans Verkuil · 13 years ago
  100. 6f524ec [media] vb2: add vb2_get_unmapped_area in vb2 core by Scott Jiang · 13 years ago