1. 57fc8eb [media] v4l2-dev: don't debug poll unless the debug level > 2 by Hans Verkuil · 10 years ago
  2. 72be89c [media] v4l2-dev: streamon/off is only a valid ioctl for video, vbi and sdr by Hans Verkuil · 10 years ago
  3. e6bee36 [media] v4l2: integrate support for VIDIOC_QUERY_EXT_CTRL by Hans Verkuil · 10 years ago
  4. b7284bb [media] media: v4l2-core: remove the use of V4L2_FL_USE_FH_PRIO flag by Ramakrishnan Muthukrishnan · 10 years ago
  5. dd519bb [media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 core by Hans Verkuil · 10 years ago
  6. bfffd74 [media] v4l: do not allow modulator ioctls for non-radio devices by Hans Verkuil · 11 years ago
  7. 582c52c [media] v4l: enable some IOCTLs for SDR receiver by Antti Palosaari · 11 years ago
  8. d42626b [media] v4l: add device type for Software Defined Radio by Antti Palosaari · 11 years ago
  9. 6c3df5d [media] media: v4l2-dev: fix video device index assignment by Marek Szyprowski · 11 years ago
  10. aa32f4c [media] v4l2: move tracepoints to video_usercopy by Hans Verkuil · 11 years ago
  11. 2d01237 [media] v4l2-dev: Add tracepoints for QBUF and DQBUF by Wade Farnsworth · 11 years ago
  12. 27c053a Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  13. 1056e43 [media] v4l2-dev: Fix race condition on __video_register_device by Ricardo Ribalda · 11 years ago
  14. 13e2237 v4l2: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  15. 1c1d86a [media] v4l2: always require v4l2_dev, rename parent to dev_parent by Hans Verkuil · 11 years ago
  16. b71c998 [media] v4l2-core: remove support for obsolete VIDIOC_DBG_G_CHIP_IDENT by Hans Verkuil · 11 years ago
  17. ca37157 [media] v4l2: remove deprecated current_norm support completely by Hans Verkuil · 11 years ago
  18. 96b03d2 [media] v4l2: rename VIDIOC_DBG_G_CHIP_NAME to _CHIP_INFO by Hans Verkuil · 11 years ago
  19. cd634f1 [media] v4l2: put VIDIOC_DBG_G_CHIP_NAME under ADV_DEBUG by Hans Verkuil · 11 years ago
  20. 79b0c64 [media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl by Hans Verkuil · 11 years ago
  21. 02fa628 [media] v4l2 core: remove the obsolete dv_preset support by Hans Verkuil · 11 years ago
  22. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  23. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  24. 5815d0c [media] v4l2-core: do not enable the buffer ioctls for radio devices by Frank Schaefer · 11 years ago
  25. b799d09 [media] v4l: add buffer exporting via dmabuf by Tomasz Stanislawski · 12 years ago
  26. 90d0fc4 [media] v4l2-dev: reorder checks into blocks of ioctls with similar properties by Hans Verkuil · 12 years ago
  27. 4b20259 [media] v4l2-dev: improve ioctl validity checks by Hans Verkuil · 12 years ago
  28. a533819 [media] v4l2-core: tvnorms may be 0 for a given input, handle that case by Hans Verkuil · 12 years ago
  29. 633c98e [media] v4l2-core: deprecate V4L2_BUF_TYPE_PRIVATE by Hans Verkuil · 12 years ago
  30. 5bc3cb7 [media] v4l: move v4l2 core into a separate directory by Mauro Carvalho Chehab · 12 years ago[Renamed from drivers/media/video/v4l2-dev.c]
  31. cf53373 [media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPS by Hans Verkuil · 12 years ago
  32. 8f695d3 [media] v4l2-dev.c: Move video_put() after debug printk by Ezequiel García · 12 years ago
  33. 82b655b [media] v4l2: add core support for the new VIDIOC_ENUM_FREQ_BANDS ioctl by Hans Verkuil · 12 years ago
  34. 837c7e42 [media] v4l2-dev: G_PARM was incorrectly enabled for all video nodes by Hans Verkuil · 12 years ago
  35. 4c1110a [media] v4l2-dev: forgot to add VIDIOC_DV_TIMINGS_CAP by Hans Verkuil · 12 years ago
  36. cc4b7e7 [media] v4l2-dev.c: also add debug support for the fops by Hans Verkuil · 12 years ago
  37. 5a5adf6 [media] v4l2-dev/ioctl.c: add vb2_queue support to video_device by Hans Verkuil · 12 years ago
  38. 80131fe0 [media] v4l2-dev.c: add debug sysfs entry by Hans Verkuil · 12 years ago
  39. a5ee6e4 [media] v4l2-dev.c: fix g_parm regression in determine_valid_ioctls() by Hans Verkuil · 12 years ago
  40. 0b5dabe [media] Fix query/enum_dv_timings regression by Hans Verkuil · 12 years ago
  41. 152a3a7 [media] v4l2-dev: rename two functions by Hans Verkuil · 12 years ago
  42. 5126f25 [media] v4l2-dev: add flag to have the core lock all file operations by Hans Verkuil · 12 years ago
  43. 48ea0be [media] v4l2-dev/ioctl: determine the valid ioctls upfront by Hans Verkuil · 12 years ago
  44. 8ab75e3 [media] v4l2-dev: make it possible to skip locking for selected ioctls by Hans Verkuil · 12 years ago
  45. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  46. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  47. ee981c6 [media] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall by Bhupesh Sharma · 12 years ago
  48. fa5034c [media] media: fix truncated entity specification by Clemens Ladisch · 13 years ago
  49. 1fc2b5f [media] V4L: cosmetic clean up by Guennadi Liakhovetski · 13 years ago
  50. e58fced [media] videodev: fix a NULL pointer dereference in v4l2_device_release() by Antonio Ospite · 13 years ago
  51. 8280b66 [media] v4l: Fix use-after-free case in v4l2_device_release by Hans Verkuil · 13 years ago
  52. c064b8e [media] v4l: Don't access media entity after is has been destroyed by Laurent Pinchart · 13 years ago
  53. ecc6517 [media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area" by Bob Liu · 13 years ago
  54. c4f0b78 [media] v4l: Don't register media entities for subdev device nodes by Laurent Pinchart · 13 years ago
  55. b1a873a [media] v4l2: use new flag to enable core priority handling by Hans Verkuil · 13 years ago
  56. bedf8bc [media] v4l2-device: add kref and a release function by Hans Verkuil · 13 years ago
  57. 0f62fd6 [media] v4l2: add v4l2_prio_state to v4l2_device and video_device by Hans Verkuil · 13 years ago
  58. 0226549 [media] v4l2_prio: move from v4l2-common to v4l2-dev by Hans Verkuil · 14 years ago
  59. 2c0ab67 [media] v4l: Make video_device inherit from media_entity by Laurent Pinchart · 15 years ago
  60. 2096a5d [media] v4l: subdev: Add device node support by Laurent Pinchart · 15 years ago
  61. 46b6337 [media] v4l2-dev: don't memset video_device.dev by Hans Verkuil · 14 years ago
  62. ca9afe6 [media] v4l2-dev: fix race condition by Hans Verkuil · 14 years ago
  63. 879aa24 [media] V4L: improve the BKL replacement heuristic by Hans Verkuil · 14 years ago
  64. 2877842 [media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock by Hans Verkuil · 14 years ago
  65. 0edf2e5 [media] v4l: kill the BKL by Arnd Bergmann · 14 years ago
  66. 7242063 V4L/DVB: Fix a merge conflict that affects unlock_ioctl by Mauro Carvalho Chehab · 14 years ago
  67. ee6869a V4L/DVB: v4l2: add core serialization lock by Hans Verkuil · 14 years ago
  68. c29fcff V4L/DVB: v4l2-dev: remove get_unmapped_area by Hans Verkuil · 14 years ago
  69. d69f271 V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked by Hans Verkuil · 14 years ago
  70. 226c0ee V4L/DVB: videotext: remove this obsolete API by Hans Verkuil · 14 years ago
  71. 7ae0dea90 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago
  72. 11bbc1c V4L/DVB: v4l2: hook up the new control framework into the core framework by Hans Verkuil · 14 years ago
  73. d9a145f Merge commit 'linus/master' into bkl/core by Frederic Weisbecker · 14 years ago
  74. 86a5ef7 v4l: Convert v4l2-dev to unlocked_ioctl by Arnd Bergmann · 14 years ago
  75. 1bb6419 V4L/DVB: v4l2-dev: fix memory leak by Anatolij Gustschin · 14 years ago
  76. dd0daf2 V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bit by Hans Verkuil · 14 years ago
  77. 1babcb4 V4L/DVB: V4L: File handles by Sakari Ailus · 14 years ago
  78. 957b4aa V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registered by Laurent Pinchart · 15 years ago
  79. eac8ea5 V4L/DVB (13549): v4l: Add video_device_node_name function by Laurent Pinchart · 15 years ago
  80. 6b5270d V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn function by Hans Verkuil · 15 years ago
  81. 5062cb7 V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode numbers by Hans Verkuil · 15 years ago
  82. 22e2212 V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'. by Hans Verkuil · 15 years ago
  83. 7ae0cd9 V4L/DVB (12541): v4l: remove video_register_device_index by Hans Verkuil · 15 years ago
  84. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  85. 65d9ff9 V4L/DVB (11390): 2-dev.c: return 0 for NULL open and release callbacks by Hans Verkuil · 15 years ago
  86. c01f1a5 V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler by Daniel Glöckner · 15 years ago
  87. 0057596 V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent set. by Hans Verkuil · 15 years ago
  88. cbb72b0 V4L/DVB (10947): Auto-load videodev module when device opened. by Scott James Remnant · 15 years ago
  89. 428c8d1 V4L/DVB (10791): videodev: not possible to register NULL video_device by Trent Piepho · 15 years ago
  90. 775a05d V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index() by Hans Verkuil · 15 years ago
  91. 9bb7cde V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32 by Hans Verkuil · 16 years ago
  92. bec4366 V4L/DVB (10135): v4l2: introduce v4l2_file_operations. by Hans Verkuil · 16 years ago
  93. 9bea351 V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parent by Hans Verkuil · 16 years ago
  94. dc93a70 V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev by Hans Verkuil · 16 years ago
  95. 806e5b7 V4L/DVB (9942): v4l2-dev: check for parent device in get_index. by Hans Verkuil · 16 years ago
  96. af128a1 V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  97. d9b0144 V4L/DVB (9491): rationalise addresses to one common one by Alan Cox · 16 years ago
  98. dd89601 V4L/DVB (9133): v4l: disconnect kernel number from minor by Hans Verkuil · 16 years ago
  99. 6ea9a18 V4L/DVB (8857): v4l2-dev: replace panic with BUG by Hans Verkuil · 16 years ago
  100. 7f8ecfa V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev by Hans Verkuil · 16 years ago