1. 7ae7ae4 media/v4l2-core: set pages dirty upon releasing DMA buffers by John Hubbard · 4 years, 4 months ago
  2. 53dfce3 v4l2: disable filesystem-dax mapping support by Dan Williams · 6 years ago
  3. 768ae30 mm: replace get_user_pages() write/force parameters with gup_flags by Lorenzo Stoakes · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  6. 861360a [media] videobuf: make unused exported functions static by Hans Verkuil · 9 years ago
  7. 23d3090 [media] vmalloc_sg: off by one in error handling by Dan Carpenter · 10 years ago
  8. 7b4eeed [media] vmalloc_sg: make sure all pages in vmalloc area are really DMA-ready by James Harper · 10 years ago
  9. cca36e2 [media] Revert "[media] videobuf_vm_{open,close} race fixes" by Hans Verkuil · 10 years ago
  10. a242f42 [media] videobuf_vm_{open,close} race fixes by Al Viro · 11 years ago
  11. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  12. 5bc3cb7 [media] v4l: move v4l2 core into a separate directory by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/videobuf-dma-sg.c]
  13. 45f239a [media] videobuf_pages_to_sg: sglist[0] length problem by Newson Edouard · 13 years ago
  14. 41d9931 [media] videobuf-dma-sg: remove obsolete comments by Hans Verkuil · 13 years ago
  15. 08af245 [media] V4L: remove V4L1 compatibility mode by Hans Verkuil · 13 years ago
  16. 101b25b [media] drivers/media: Use vzalloc by Joe Perches · 14 years ago
  17. 1bede75 [media] videobuf-dma-sg: Use min_t(size_t, PAGE_SIZE ..) by Mauro Carvalho Chehab · 14 years ago
  18. d026d82 V4L/DVB: videobuf-dma-sg: Fix a warning due to the usage of min(PAGE_SIZE, arg) by Mauro Carvalho Chehab · 14 years ago
  19. 08bff03 V4L/DVB: videobuf: add ext_lock argument to the queue init functions by Hans Verkuil · 14 years ago
  20. 9739768 V4L/DVB: videobuf: prepare to make locking optional in videobuf by Hans Verkuil · 14 years ago
  21. 2fc1153 V4L/DVB: videobuf-dma-sg: set correct size in last sg element by Hans Verkuil · 14 years ago
  22. bb6dbe7 V4L/DVB: videobuf: Rename vmalloc fields to vaddr by Laurent Pinchart · 14 years ago
  23. 959794d V4L/DVB: videobuf: Remove videobuf_mapping start and end fields by Laurent Pinchart · 14 years ago
  24. 7181772 V4L/DVB: videobuf: Don't export videobuf_(vmalloc|pages)_to_sg by Laurent Pinchart · 14 years ago
  25. 9526840 V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functions by Laurent Pinchart · 14 years ago
  26. 33c3828 V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vb by Pawel Osciak · 14 years ago
  27. fc7f8fd V4L/DVB: buf-dma-sg.c: don't assume nr_pages == sglen by Arnout Vandecappelle · 14 years ago
  28. 97f8105 V4L/DVB: videobuf-dma-sg: remove external function videobuf_dma_sync() by Mauro Carvalho Chehab · 14 years ago
  29. 474675a V4L/DVB: videobuf-dma-sg: Avoid using a wrong size by Mauro Carvalho Chehab · 14 years ago
  30. 0b62b73 V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper by Hans Verkuil · 14 years ago
  31. 3711103 V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core by Hans Verkuil · 14 years ago
  32. 037c75e V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr by Hans Verkuil · 14 years ago
  33. a4cf4ca V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for videobuf_alloc by Hans Verkuil · 14 years ago
  34. 53aaf07 V4L/DVB: v4l videobuf: remove mmap_free callback by Hans Verkuil · 14 years ago
  35. 7a02264 V4L/DVB: v4l: videobuf: code cleanup by Pawel Osciak · 14 years ago
  36. bee527f V4L/DVB: videobuf: add missing checks for kzalloc returning NULL by Pawel Osciak · 14 years ago
  37. 38a54f3 V4L/DVB (13377): make struct videobuf_queue_ops constant by Jonathan Corbet · 15 years ago
  38. 7cbefad V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE by Tuukka Toivonen · 15 years ago
  39. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  40. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  41. 92051b2 V4L/DVB (11953): videobuf-dma-sg: return -ENOMEM if vmalloc fails by Figo.zhang · 15 years ago
  42. 1010ed1 V4L/DVB (11840): change kmalloc to vmalloc for sglist allocation in videobuf_dma_map/unmap by Cohen David.A · 15 years ago
  43. c0cd501 V4L/DVB (10176a): Switch remaining clear_user_page users over to clear_user_highpage by Guennadi Liakhovetski · 15 years ago
  44. 5d6aaf5 V4L/DVB (8340): videobuf: Fix gather spelling by Magnus Damm · 16 years ago
  45. a47cacb V4L/DVB (8252): buf-dma-sg.c: avoid clearing memory twice by Christophe Jaillet · 16 years ago
  46. 59d3448 V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc by Mauro Carvalho Chehab · 16 years ago
  47. a9dbbeb V4L/DVB (7554): videobuf-dma-sg: Remove unused flag by Mauro Carvalho Chehab · 16 years ago
  48. 7e28adb V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  49. ce54093 V4L/DVB (7494): videobuf-dma-sg.c: Avoid NULL dereference and add comment about backwards compatibility by Brandon Philips · 16 years ago
  50. 1c3bf59 V4L/DVB (7283): videobuf-dma-sg: Remove unused variable by Douglas Schilling Landgraf · 16 years ago
  51. 0705135 V4L/DVB (7237): Convert videobuf-dma-sg to generic DMA API by Guennadi Liakhovetski · 16 years ago
  52. ff699e6 V4L/DVB (7094): static memory by Douglas Schilling Landgraf · 16 years ago
  53. 64f9477 V4L/DVB (7121): Renames videobuf lock to vb_lock by Mauro Carvalho Chehab · 16 years ago
  54. d172b8b V4L/DVB (6749): v4l-nopage-fix by Andrew Morton · 16 years ago
  55. 105354a V4L/DVB (6748): Subject: v4l: nopage by Nick Piggin · 16 years ago
  56. 642f149 SG: Change sg_set_page() to take length and offset argument by Jens Axboe · 17 years ago
  57. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  58. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  59. 13bcd5d v4l: copy_to_user() is not a good method name by Al Viro · 17 years ago
  60. d4cae5a V4L/DVB (6292): videobuf_core init always require callback implementation by Mauro Carvalho Chehab · 17 years ago
  61. 5ddff43 V4L/DVB (6290): remove videobuf_set_pci_ops by Mauro Carvalho Chehab · 17 years ago
  62. 9900132 V4L/DVB (6268): V4L: Fix a lock inversion in generic videobuf code by Maxim Levitsky · 17 years ago
  63. 851c0c9 V4L/DVB (6266): videobuf cleanup: mmap check is common to all videobuf. Make it at core by Mauro Carvalho Chehab · 17 years ago
  64. 7a7d9a8 V4L/DVB (6251): Replace video-buf to a more generic approach by Mauro Carvalho Chehab · 17 years ago