1. 1a47de6 various: fix pci_set_dma_mask return value checking by Christoph Hellwig · 9 years ago
  2. e806f75 netup_unidvb: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  3. 4571e4a cx23885: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  4. 251c591 cx25821: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  5. 111be8b cx88: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  6. f546e12 saa7134: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  7. 45fa9c0 saa7164: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  8. bad007bc tw68-core: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  9. 79211c8 remove abs64() by Andrew Morton · 9 years ago
  10. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  11. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  12. b037865 Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  13. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  14. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  15. 56ea37d [media] m88ds3103: use own reg update_bits() implementation by Antti Palosaari · 9 years ago
  16. d18ca5b [media] rtl28xxu: fix control message flaws by Antti Palosaari · 9 years ago
  17. 17f3882 [media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependency by Jacek Anaszewski · 9 years ago
  18. 9d2b064 [media] netup_unidvb: fix potential crash when spi is NULL by Abylay Ospan · 9 years ago
  19. 47810b4 [media] si2168: Bounds check firmware by Laura Abbott · 9 years ago
  20. a828d72 [media] si2157: Bounds check firmware by Laura Abbott · 9 years ago
  21. 54bec39 [media] ir-hix5hd2: drop the use of IRQF_NO_SUSPEND by Sudeep Holla · 9 years ago
  22. 51a3ac5 [media] c8sectpfe: fix return of garbage by Sudip Mukherjee · 9 years ago
  23. bf44722 [media] c8sectpfe: fix ininitialized error return on firmware load failure by Colin Ian King · 9 years ago
  24. a9c4e5c [media] lnbh25: Fix lnbh25_attach() function return type by Javier Martinez Canillas · 9 years ago
  25. ebdd4b7 [media] horus3a: Fix horus3a_attach() function parameters by Javier Martinez Canillas · 9 years ago
  26. 79f5b6a [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK by Takashi Iwai · 9 years ago
  27. 520e82d [media] ivtv: Convert to get_user_pages_unlocked() by Jan Kara · 9 years ago
  28. 759b26a [media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRL by Antonio Ospite · 9 years ago
  29. 36c6326 [media] hackrf: do not set human readable name for formats by Antti Palosaari · 9 years ago
  30. 8bc4a9e [media] hackrf: add support for transmitter by Antti Palosaari · 9 years ago
  31. eec20f0 [media] hackrf: switch to single function which configures everything by Antti Palosaari · 9 years ago
  32. b3ae296 [media] hackrf: add control for RF amplifier by Antti Palosaari · 9 years ago
  33. 4124a3c [media] v4l: add type field to v4l2_modulator struct by Antti Palosaari · 9 years ago
  34. 9effc72 [media] v4l2: add support for SDR transmitter by Antti Palosaari · 9 years ago
  35. 41018cb [media] v4l2: add RF gain control by Antti Palosaari · 9 years ago
  36. f3c3ece [media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDR by Antti Palosaari · 9 years ago
  37. eda9879 [media] media/vivid-osd: fix info leak in ioctl by Salva Peiró · 9 years ago
  38. 3c5be98 [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2 by Junghak Sung · 9 years ago
  39. b0e0e1f [media] media: videobuf2: Prepare to divide videobuf2 by Junghak Sung · 9 years ago
  40. bed04f9 [media] media: videobuf2: Replace v4l2-specific data with vb2 data by Junghak Sung · 9 years ago
  41. 33119e8 [media] media: videobuf2: Change queue_setup argument by Junghak Sung · 9 years ago
  42. 4d0b0ed [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder capture queue by Andrzej Hajda · 9 years ago
  43. 96c5777 [media] s5p-mfc: end-of-stream handling for newer encoders by Andrzej Hajda · 9 years ago
  44. f6375ea [media] s5p-mfc: fix spelling errors by Ingi Kim · 9 years ago
  45. 418dae2 [media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish by Tiffany Lin · 9 years ago
  46. d9a9858 [media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finish by Tiffany Lin · 9 years ago
  47. f06d890 [media] smiapp: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  48. 9be91db [media] demux.h: Convert MPEG-TS demux caps to an enum by Mauro Carvalho Chehab · 9 years ago
  49. 0e6f2d1 [media] demux.h: Convert TS filter type into enum by Mauro Carvalho Chehab · 9 years ago
  50. 4be45fb [media] DocBook: document typedef dmx_section_cb at demux.h by Mauro Carvalho Chehab · 9 years ago
  51. 0cf35e8 [media] DocBook: document typedef dmx_ts_cb at demux.h by Mauro Carvalho Chehab · 9 years ago
  52. abfc97f [media] demux.h: make checkpatch.ph happy by Mauro Carvalho Chehab · 9 years ago
  53. 548e5ae [media] DocBook: document the other structs/enums of demux.h by Mauro Carvalho Chehab · 9 years ago
  54. 0693bdf [media] dvb: Remove unused frontend sources at demux.h and sync doc by Mauro Carvalho Chehab · 9 years ago
  55. 2f684b2 [media] dvb: get rid of enum dmx_success by Mauro Carvalho Chehab · 9 years ago
  56. 4bc645d [media] DocBook: finish documenting struct dmx_demux by Mauro Carvalho Chehab · 9 years ago
  57. 1e92bbe [media] dvb: don't keep support for undocumented features by Mauro Carvalho Chehab · 9 years ago
  58. 28cff82 [media] DocBook: update documented fields at struct dmx_demux by Mauro Carvalho Chehab · 9 years ago
  59. 95abfdb [media] DocBook: Move struct dmx_demux kABI doc to demux.h by Mauro Carvalho Chehab · 9 years ago
  60. bdbbf13 [media] dvb_ca_en50221.h: Make checkpatch.pl happy by Mauro Carvalho Chehab · 9 years ago
  61. d7061f8 [media] DocBook: document struct dvb_ca_en50221 by Mauro Carvalho Chehab · 9 years ago
  62. f4f24d1 [media] drxd: use kzalloc in drxd_attach() by Rasmus Villemoes · 9 years ago
  63. edf8875 [media] i2c: fix platform_no_drv_owner.cocci warnings by Fengguang Wu · 9 years ago
  64. 6903acd [media] vivid: Add an option to configure the maximum number of devices by Ezequiel Garcia · 9 years ago
  65. a5d42b8 [media] vivid: Fix iteration in driver removal path by Ezequiel Garcia · 9 years ago
  66. d2d0483 [media] media: am437x-vpfe: fix handling platform_get_irq result by Andrzej Hajda · 9 years ago
  67. e54560d [media] cx231xx: fix handling cx231xx_read_i2c_data result by Andrzej Hajda · 9 years ago
  68. 2788052 [media] Add Terratec H7 Revision 4 to DVBSky driver by Erik Andresen · 9 years ago
  69. f844564 [media] VIDEO_RENESAS_JPU should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  70. 702c287 [media] Compro U650F support by Graham Eccleston · 9 years ago
  71. 9963476 [media] rcar_jpu: Fix namespace for two __be16 vars by Mauro Carvalho Chehab · 9 years ago
  72. 5347f97 [media] c8sectpfe: fix namespace on memcpy/memset by Mauro Carvalho Chehab · 9 years ago
  73. de2ce8f [media] mipi-csis: make sparse happy by Mauro Carvalho Chehab · 9 years ago
  74. 340cced [media] netup_unidvb_ci: Fix dereference of noderef expression by Mauro Carvalho Chehab · 9 years ago
  75. d91b1d9 [media] netup_unidvb: remove most of the sparse warnings by Mauro Carvalho Chehab · 9 years ago
  76. c84a71c [media] s5c73m3: fix a sparse warning by Mauro Carvalho Chehab · 9 years ago
  77. ef69ee1 [media] media-entity.c: get rid of var length arrays by Mauro Carvalho Chehab · 9 years ago
  78. ca739eb Revert "[media] rcar_vin: call g_std() instead of querystd()" by Mauro Carvalho Chehab · 9 years ago
  79. 5a11cb1 [media] dvbdev: Remove two cut-and-paste errors by Mauro Carvalho Chehab · 9 years ago
  80. b0dcc5f [media] s5p-jpeg: remove unused var by Mauro Carvalho Chehab · 9 years ago
  81. 2d70071 [media] media: videobuf2: Restructure vb2_buffer by Junghak Sung · 9 years ago
  82. c139990 [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2 by Junghak Sung · 9 years ago
  83. a807773 [media] media: v4l2-ctrls: Fix 64bit support in get_ctrl() by Benoit Parrot · 9 years ago
  84. d275d93 [media] cx25821, cx88, tm6000: use SNDRV_DEFAULT_ENABLE_PNP by Luis de Bethencourt · 9 years ago
  85. fc88dd1 [media] cobalt: fix Kconfig dependency by Hans Verkuil · 9 years ago
  86. c7d9749 [media] tvp5150: add support for asynchronous probing by Javier Martinez Canillas · 9 years ago
  87. f5b5fbd [media] s5p-mfc: Correct misuse of %0x<decimal> by Joe Perches · 9 years ago
  88. 6c96dbb [media] s5p-jpeg: add support for 5433 by Andrzej Pietrasiewicz · 9 years ago
  89. b95a24d [media] s5p-jpeg: generalize clocks handling by Marek Szyprowski · 9 years ago
  90. 5bcc0dd [media] go7007: Fix returned errno code in gen_mjpeghdr_to_package() by Javier Martinez Canillas · 9 years ago
  91. 5aa2ccf [media] s5c73m3: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  92. 35204e2 [media] v4l2-ctrls: arrays are also considered compound controls by Hans Verkuil · 9 years ago
  93. 5ba0e2c3 [media] use v4l2_get_timestamp where possible by Arnd Bergmann · 9 years ago
  94. 2ef3b6f [media] exynos4-is: use monotonic timestamps as advertized by Arnd Bergmann · 9 years ago
  95. 280e87b [media] ml86v7667: implement g_std() method by Sergei Shtylyov · 9 years ago
  96. 225b783 [media] saa7164: video and vbi ports share the same input/tuner/std by Hans Verkuil · 9 years ago
  97. 6b99612 [media] saa7164: fix input and tuner compliance problems by Hans Verkuil · 9 years ago
  98. 4e203f7 [media] saa7164: remove unused videobuf references by Hans Verkuil · 9 years ago
  99. 031d229 [media] saa7164: fix format ioctls by Hans Verkuil · 9 years ago
  100. 245b5ae [media] saa7164: add support for control events by Hans Verkuil · 9 years ago