1. bca3ba7 [media] DVB: dvb_frontend: off by one in dtv_property_dump() by Dan Carpenter · 13 years ago
  2. ec05a64 [media] DVB: dvb_frontend: fix dtv_property_dump for DTV_DVBT2_PLP_ID by Andreas Oberritter · 13 years ago
  3. 2d19693 [media] dvb_frontend: fix race condition in stopping/starting frontend by Devin Heitmueller · 13 years ago
  4. bbe880b4 [media] DVB: allow to read back of detected parameters through S2API by Andreas Oberritter · 13 years ago
  5. a5959db [media] DVB: dvb_frontend: add parameters_out by Andreas Oberritter · 13 years ago
  6. 5072771 [media] DVB: dvb_frontend: use shortcut to access fe->dtv_property_cache by Andreas Oberritter · 13 years ago
  7. 68bdee0 [media] DVB: dvb_frontend: remove unused assignments by Andreas Oberritter · 13 years ago
  8. 61cb27a [media] DVB: dvb_frontend: rename parameters to parameters_in by Andreas Oberritter · 13 years ago
  9. e23d9ae [media] DVB: call get_property at the end of dtv_property_process_get by Andreas Oberritter · 13 years ago
  10. 15cc2bb [media] DVB: dtv_property_cache_submit shouldn't modifiy the cache by Andreas Oberritter · 13 years ago
  11. 94d56ff [media] DVB: Add basic API support for DVB-T2 and bump minor version by Andreas Oberritter · 13 years ago
  12. aff8ab5 [media] DVB: return meaningful error codes in dvb_frontend by Andreas Oberritter · 13 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  14. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  15. 0851668 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
  16. a0a4714 V4L/DVB: dvb: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  17. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  18. 2030c03 V4L/DVB: dvb_frontend: fix typos in comments and one function by Guillaume Audirac · 14 years ago
  19. f137711 Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  20. e36309f V4L/DVB: fix dvb frontend lockup by matthieu castet · 14 years ago
  21. 16ef8de dvb: Push down BKL into ioctl functions by Arnd Bergmann · 14 years ago
  22. 6e3924a V4L/DVB: dvb-core: remove unnecessary casting of kmalloc by Thiago Farina · 15 years ago
  23. fb8253b V4L/DVB (13879): dvb_frontend: report what ioctl were called on debug mode by Mauro Carvalho Chehab · 15 years ago
  24. 639544d V4L/DVB (13878): dvb_frontend: Print dump on get after filling the data by Mauro Carvalho Chehab · 15 years ago
  25. 06d3a39 V4L/DVB (13157): dvb_frontend: represent all DVBS2API commands via macro by Mauro Carvalho Chehab · 15 years ago
  26. 9133aee V4L/DVB (13103): create a standard method for dvb adapter drivers to override frontend ioctls by Michael Krufky · 15 years ago
  27. 4c4cb1b drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.h by Andrew Morton · 15 years ago
  28. 98293ef V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S by HIRANO Takahito · 15 years ago
  29. e7b7949 V4L/DVB (12896): ISDB-T: add mapping of LAYER_ENABLED to frontend-cache by Patrick Boettcher · 15 years ago
  30. b6e760f V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1) by Patrick Boettcher · 15 years ago
  31. f51fad8 V4L/DVB (12686): dvb-core: check supported QAM modulations by Janne Grunau · 15 years ago
  32. 0188625 V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return value by Janne Grunau · 15 years ago
  33. a5beb7b V4L/DVB (11875): dvb_frontend: fix case where fepriv->exit not reset by Devin Heitmueller · 15 years ago
  34. 57594a5 V4L/DVB (11785): dvb_frontend: fix race condition resulting in dropped tuning commands by Devin Heitmueller · 15 years ago
  35. 784e29d V4L/DVB (10391): dvb: constify VFTs by Jan Engelhardt · 16 years ago
  36. 1d06059 V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search only first time after insmod. by Igor M. Liplianin · 16 years ago
  37. 072ce0c V4L/DVB (10178): dvb_frontend: Fix some sparse warnings due to static symbols by Mauro Carvalho Chehab · 16 years ago
  38. 2fac9a0 V4L/DVB (9916): dvb-core: don't add an event when in ONE SHOT mode for algo type HW by Darron Broad · 16 years ago
  39. 9962ac5 V4L/DVB (9480): Fix frontend DVBFE_ALGO_CUSTOM Search by Marco Schluessler · 16 years ago
  40. f04c3ca V4L/DVB (9478): Fix: parameters not supplied in the search process by Manu Abraham · 16 years ago
  41. f7c9bf9 V4L/DVB (9477): Fix: Commit 9344 breaks tning of cx24123 by Matthias Schwarzott · 16 years ago
  42. 7bcbdf3 V4L/DVB (9345): Add event with changed status only by Arvo Jarve · 16 years ago
  43. c59e787 V4L/DVB (9344): DVB-Core update by Manu Abraham · 16 years ago
  44. 41286d9 V4L/DVB (9634): Make sure the i2c gate is open before powering down tuner by Devin Heitmueller · 16 years ago
  45. 3fa37de V4L/DVB (9631): Make s2api work for ATSC support by Devin Heitmueller · 16 years ago
  46. 3b37a15 V4L/DVB (9346): Optimization: Enable gate in a symmetric/disciplined way, by Manu Abraham · 16 years ago
  47. a1bc84c V4L/DVB (9274): Remove spurious messages and turn into debug. by Steven Toth · 16 years ago
  48. 6594690 V4L/DVB (9264): MFE: bugfix: multi-frontend mutual exclusion parallel open by Darron Broad · 16 years ago
  49. 59b1842 V4L/DVB (9227): MFE: Add multi-frontend mutual exclusion by Darron Broad · 16 years ago
  50. 363c35f V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support. by Steven Toth · 16 years ago
  51. 9785482 V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2 delivery by Manu Abraham · 16 years ago
  52. 6068f50 V4L/DVB (9183): S2API: Return error of the caller provides 0 commands. by Steven Toth · 16 years ago
  53. ef526f4 V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY by Steven Toth · 16 years ago
  54. b87625f V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE by Steven Toth · 16 years ago
  55. a4de91b V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP by Steven Toth · 16 years ago
  56. 0a6393a V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16 by Steven Toth · 16 years ago
  57. 82d7669 V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation by Steven Toth · 16 years ago
  58. e5cefa8 V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API. by Darron Broad · 16 years ago
  59. 4aae8ef V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API. by Darron Broad · 16 years ago
  60. eacf8d8 V4L/DVB (9072): S2API: Add DTV_API_VERSION command by Steven Toth · 16 years ago
  61. d48cb40 V4L/DVB (9071): S2API: Implement result codes for individual commands by Steven Toth · 16 years ago
  62. 8316568 V4L/DVB (9025): S2API: Deactivate the ISDB-T definitions by Steven Toth · 16 years ago
  63. 1d78cac V4L/DVB (9008): S2API: Bugfix related to syncing the cache when used with the old API. by Steven Toth · 16 years ago
  64. 75b7f94 V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZ by Steven Toth · 16 years ago
  65. 4dd88be V4L/DVB (9006): S2API: Allow reliable use of old and new api on the same frontend, regardless. by Steven Toth · 16 years ago
  66. e6f9ec8 V4L/DVB (9005): Bug fix: ioctl FE_SET_PROPERTY/FE_GET_PROPERTY always return error by Igor M. Liplianin · 16 years ago
  67. bfbf2da V4L/DVB (9004): S2API: Implement GET/SET handing to the demods by Steven Toth · 16 years ago
  68. 363429a V4L/DVB (9003): S2API: Remove the DTV_SET_ and DTV_GET_ prefixes by Steven Toth · 16 years ago
  69. 80a773c V4L/DVB (9002): S2API: Ensure cache->delivery_system is set at all times. by Steven Toth · 16 years ago
  70. d7c1500 V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDX by Steven Toth · 16 years ago
  71. d5748f1 V4L/DVB (9000): S2API: Cleanup code that prepares tuning structures. by Steven Toth · 16 years ago
  72. ee33c52 V4L/DVB (8999): S2API: Reduce demod driver complexity by using a cache sync by Steven Toth · 16 years ago
  73. 177b868 V4L/DVB (8997): S2API: Cleanup SYMBOLRATE, INNERFEC -> SYMBOL_RATE, INNER_FEC by Steven Toth · 16 years ago
  74. e7fee0f3 V4L/DVB (8996): S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command arrays replaced by Steven Toth · 16 years ago
  75. 56f0680 V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changes by Steven Toth · 16 years ago
  76. 2cf801e V4L/DVB (8990): S2API: DVB-S/S2 voltage selection bug fix by Steven Toth · 16 years ago
  77. 13c97bf V4L/DVB (8988): S2API: Allow the properties to call legacy ioctls by Steven Toth · 16 years ago
  78. 6b73eea V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning API by Steven Toth · 16 years ago
  79. c6eb8ea V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warnings by Hans Verkuil · 16 years ago
  80. 149ef72 Rename common tuner Kconfig names to use the same namespace for all of them. by Mauro Carvalho Chehab · 16 years ago
  81. 46b4f7c V4L/DVB (7512): media/dvb/dvb-core replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  82. 2426a27 V4L/DVB (6882): dvb_frontend: release analog demod in dvb_frontend_detach by Michael Krufky · 17 years ago
  83. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  84. 608f62d V4L/DVB (6107): dvb_frontend: clean-up shutdown handling by Oliver Endriss · 17 years ago
  85. 849be2c V4L/DVB (6106): dvb_frontend: Default for dvb_shutdown_timeout set to 0 by Oliver Endriss · 17 years ago
  86. 48136e1 V4L/DVB (6105): dvb_frontend: ts_bus_ctrl() handling fixed by Oliver Endriss · 17 years ago
  87. 9c12224 V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files by Mauro Carvalho Chehab · 17 years ago
  88. c471b33 V4L/DVB (5986): dvb_frontend: Fixed GET_INFO ioctl and check of frequency limits by Oliver Endriss · 17 years ago
  89. 813ce47 V4L/DVB (5965): Frontend_ioctl(): fix check-after-use by Adrian Bunk · 17 years ago
  90. 03b7612 V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning interface by Matthias Kaehlcke · 17 years ago
  91. 1fab46f V4L/DVB (5935): dvb_frontend: Range check of frequency and symbol rate by Oliver Endriss · 17 years ago
  92. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  93. 57861b4 V4L/DVB (5511): Fix 2/3 for bug 7819: demux and dvr by Markus Rechberger · 17 years ago
  94. ca5be9c V4L/DVB (5510): Fix 1/3 for bug 7819: fixed frontend hotplug issue by Markus Rechberger · 17 years ago
  95. 6591691 V4L/DVB (5209): Kthread api conversion for dvb_frontend and av7110 fix by akpm@linux-foundation.org · 17 years ago
  96. 8eec142 V4L/DVB (5208): Kthread API conversion for dvb_frontend and av7110 by Herbert Poetzl · 17 years ago
  97. 1b3c371 Fix typos concerning hierarchy by Uwe Kleine-König · 17 years ago
  98. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  99. 30d9464 V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzag by Andrew de Quincey · 18 years ago
  100. ba7e6f3 V4L/DVB (4665): Add frontend structure callback for bus acquisition. by Steven Toth · 18 years ago