linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-07 16:01:16 to 2016-10-12 04:10:50 UTC [more...]

cron job: media_tree daily build: ERRORS
 2016-10-12  4:06 UTC 

[RFC 0/6] Module for tracking/accounting shared memory buffers
 2016-10-12  3:29 UTC  (10+ messages)
` [RFC 1/6] fs: add installed and uninstalled file_operations
` [RFC 2/6] drivers: misc: add memtrack
` [RFC 3/6] dma-buf: add memtrack support
` [RFC 4/6] memtrack: Adds the accounting to keep track of all mmaped/unmapped pages
` [RFC 5/6] memtrack: Add memtrack accounting for forked processes
` [RFC 6/6] drivers: staging: ion: add ION_IOC_TAG ioctl

[PATCH v2 00/31] Don't use stack for DMA transers on media usb drivers
 2016-10-12  2:19 UTC  (36+ messages)
` [PATCH v2 01/31] af9005: don't do DMA on stack
` [PATCH v2 02/31] cinergyT2-core: "
` [PATCH v2 03/31] cinergyT2-core: handle error code on RC query
  ` [PATCH v2.1 "
` [PATCH v2 04/31] cinergyT2-fe: cache stats at cinergyt2_fe_read_status()
` [PATCH v2 05/31] cinergyT2-fe: don't do DMA on stack
` [PATCH v2 06/31] cxusb: "
` [PATCH v2 07/31] dib0700: be sure that dib0700_ctrl_rd() users can do DMA
` [PATCH v2 08/31] dib0700_core: don't use stack on I2C reads
` [PATCH v2 09/31] dibusb: don't do DMA on stack
` [PATCH v2 10/31] dibusb: handle error code on RC query
` [PATCH v2 11/31] digitv: don't do DMA on stack
` [PATCH v2 12/31] dtt200u-fe: don't keep waiting for lock at set_frontend()
` [PATCH v2 13/31] dtt200u-fe: don't do DMA on stack
` [PATCH v2 14/31] dtt200u-fe: handle errors on USB control messages
` [PATCH v2 15/31] dtt200u: don't do DMA on stack
` [PATCH v2 16/31] dtt200u: handle USB control message errors
` [PATCH v2 17/31] dtv5100: don't do DMA on stack
` [PATCH v2 18/31] gp8psk: "
` [PATCH v2 19/31] gp8psk: don't go past the buffer size
` [PATCH v2 20/31] nova-t-usb2: don't do DMA on stack
` [PATCH v2 21/31] pctv452e: "
` [PATCH v2 22/31] pctv452e: don't call BUG_ON() on non-fatal error
` [PATCH v2 23/31] technisat-usb2: use DMA buffers for I2C transfers
` [PATCH v2 24/31] dvb-usb: warn if return value for USB read/write routines is not checked
` [PATCH v2 25/31] nova-t-usb2: handle error code on RC query
` [PATCH v2 26/31] dw2102: return error if su3000_power_ctrl() fails
` [PATCH v2 27/31] digitv: handle error code on RC query
` [PATCH v2 28/31] cpia2_usb: don't use stack for DMA
    ` [PATCH v2 .1 "
` [PATCH v2 29/31] s2255drv: "
` [PATCH v2 30/31] stk-webcam: "
` [PATCH v2 31/31] flexcop-usb: "

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-media-usb-drivers/20161011-182408 3/31] drivers/media/usb/dvb-usb/cinergyT2-core.c:174:2-8: preceding lock on line 169
 2016-10-12  2:12 UTC  (5+ messages)

[RFC PATCH 00/11] Introduce writeback connectors
 2016-10-11 21:24 UTC  (26+ messages)
` [RFC PATCH 01/11] drm: Add writeback connector type
` [RFC PATCH 02/11] drm/fb-helper: Skip writeback connectors
` [RFC PATCH 03/11] drm: Extract CRTC/plane disable from drm_framebuffer_remove
` [RFC PATCH 04/11] drm: Add __drm_framebuffer_remove_atomic
` [RFC PATCH 05/11] drm: Add fb to connector state
` [RFC PATCH 06/11] drm: Expose fb_id property for writeback connectors
` [RFC PATCH 07/11] drm: Add writeback-connector pixel format properties
` [RFC PATCH 08/11] drm: mali-dp: Rename malidp_input_format
` [RFC PATCH 09/11] drm: mali-dp: Add RGB writeback formats for DP550/DP650
` [RFC PATCH 10/11] drm: mali-dp: Add support for writeback on DP550/DP650
` [RFC PATCH 11/11] drm: mali-dp: Add writeback connector

replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
 2016-10-11 20:18 UTC  (5+ messages)
` [PATCH 1/6] arcmsr: use pci_alloc_irq_vectors
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors

[PATCH 0/4] reST-directive kernel-cmd / include contentent from scripts
 2016-10-11 16:45 UTC  (11+ messages)

[GIT PULL for v4.9-rc1] media updates
 2016-10-11 16:17 UTC 

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-media-usb-drivers/20161011-182408 22/31] drivers/media/usb/dvb-usb/pctv452e.c:115:2-3: Unneeded semicolon
 2016-10-11 13:22 UTC  (2+ messages)
` [PATCH] pctv452e: fix semicolon.cocci warnings

[PATCH 00/26] Don't use stack for DMA transers on dvb-usb drivers
 2016-10-11 10:12 UTC  (42+ messages)
` [PATCH 01/26] af9005: don't do DMA on stack
` [PATCH 02/26] cinergyT2-core: "
` [PATCH 03/26] cinergyT2-core:: handle error code on RC query
` [PATCH 04/26] cinergyT2-fe: cache stats at cinergyt2_fe_read_status()
` [PATCH 05/26] cinergyT2-fe: don't do DMA on stack
` [PATCH 06/26] cxusb: "
` [PATCH 07/26] dib0700: be sure that dib0700_ctrl_rd() users can do DMA
` [PATCH 08/26] dib0700_core: don't use stack on I2C reads
` [PATCH 09/26] dibusb: don't do DMA on stack
` [PATCH 10/26] dibusb: handle error code on RC query
` [PATCH 11/26] digitv: don't do DMA on stack
` [PATCH 12/26] dtt200u-fe: "
` [PATCH 13/26] dtt200u-fe: handle errors on USB control messages
` [PATCH 14/26] dtt200u: don't do DMA on stack
` [PATCH 15/26] dtt200u: handle USB control message errors
` [PATCH 16/26] dtv5100: : don't do DMA on stack
` [PATCH 17/26] gp8psk: "
` [PATCH 18/26] gp8psk: don't go past the buffer size
` [PATCH 19/26] nova-t-usb2: don't do DMA on stack
` [PATCH 20/26] pctv452e: "
` [PATCH 21/26] pctv452e: don't call BUG_ON() on non-fatal error
  ` [PATCH v2 "
` [PATCH 22/26] technisat-usb2: use DMA buffers for I2C transfers
` [PATCH 23/26] dvb-usb: warn if return value for USB read/write routines is not checked
` [PATCH 24/26] nova-t-usb2: handle error code on RC query
` [PATCH 25/26] dw2102: return error if su3000_power_ctrl() fails
` [PATCH 26/26] digitv: handle error code on RC query

Darlehen Angebot von 3%
 2016-10-11  5:10 UTC 

cron job: media_tree daily build: ERRORS
 2016-10-11  4:05 UTC 

[Patch 00/35] media: ti-vpe: fixes and enhancements
 2016-10-10 17:30 UTC  (2+ messages)

[PATCH 00/22] Basic i.MX IPUv3 capture support
 2016-10-10 15:48 UTC  (33+ messages)
` [PATCH 01/22] [media] v4l2-async: move code out of v4l2_async_notifier_register into v4l2_async_test_nofity_all
` [PATCH 02/22] [media] v4l2-async: allow subdevices to add further subdevices to the notifier waiting list
` [PATCH 03/22] [media] v4l: of: add v4l2_of_subdev_registered
` [PATCH 04/22] [media] v4l2-subdev.h: add prepare_stream op
` [PATCH 05/22] [media] v4l2-async: add new subdevices to the tail of subdev_list
` [PATCH 06/22] [media] imx: Add i.MX SoC wide media device driver
` [PATCH 07/22] [media] imx: Add IPUv3 media common code
` [PATCH 08/22] [media] imx-ipu: Add i.MX IPUv3 CSI subdevice driver
` [PATCH 09/22] [media] imx: Add i.MX IPUv3 capture driver
` [PATCH 10/22] [media] platform: add video-multiplexer subdevice driver
` [PATCH 11/22] [media] imx: Add i.MX MIPI CSI-2 "
` [PATCH 12/22] [media] tc358743: put lanes in STOP state before starting streaming
` [PATCH 13/22] ARM: dts: imx6qdl: Add capture-subsystem node
` [PATCH 14/22] ARM: dts: imx6qdl: Add mipi_ipu1/2 multiplexers, mipi_csi, and their connections
` [PATCH 15/22] ARM: dts: imx6qdl: Add MIPI CSI-2 D-PHY compatible and clocks
` [PATCH 16/22] ARM: dts: nitrogen6x: Add dtsi for BD_HDMI_MIPI HDMI to MIPI CSI-2 receiver board
  ` [16/22] "
` [PATCH 17/22] gpu: ipuv3: add ipu_csi_set_downsize
` [PATCH 18/22] [media] imx-ipuv3-csi: support downsizing
` [PATCH 19/22] [media] add mux and video interface bridge entity functions
` [PATCH 20/22] [media] video-multiplexer: set entity function to mux
` [PATCH 21/22] [media] imx: Set i.MX MIPI CSI-2 entity function to bridge
` [PATCH 22/22] [media] tc358743: set entity function to video interface bridge

[PATCH v10 0/3] Secure Memory Allocation Framework
 2016-10-10 12:51 UTC  (7+ messages)

[PATCH RFC] [media] dib0700: remove redundant else
 2016-10-10  9:41 UTC  (3+ messages)

RFC - unclear change in "[media] DiBxxxx: Codingstype updates"
 2016-10-10  6:31 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2016-10-10  4:05 UTC 

[PATCH 0/2] [media] blackfin-capture: Fine-tuning for two function implementations
 2016-10-09 19:58 UTC  (3+ messages)
` [PATCH 1/2] [media] blackfin-capture: Use kcalloc() in bcap_init_sensor_formats()
` [PATCH 2/2] [media] blackfin-capture: Delete an error message for a failed memory allocation

[PATCH 0/2] R-Car DU: Add support for LVDS mode selection
 2016-10-09 16:33 UTC  (4+ messages)
` [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

cron job: media_tree daily build: ERRORS
 2016-10-09  4:05 UTC 

[PATCH 0/2] [media] dvb-tc90522: Fine-tuning for two function implementations
 2016-10-08 11:57 UTC  (4+ messages)
  ` [PATCH 1/2] [media] dvb-tc90522: Use kmalloc_array() in tc90522_master_xfer()
  ` [PATCH 2/2] [media] dvb-tc90522: Rename a jump label in tc90522_probe()

[PATCH 0/2] [media] cx88-dsp: Fine-tuning for five function implementations
 2016-10-08 11:49 UTC  (3+ messages)
` [PATCH 1/2] [media] cx88-dsp: Use kmalloc_array() in read_rds_samples()
` [PATCH 2/2] [media] cx88-dsp: Add some spaces for better code readability

cron job: media_tree daily build: ERRORS
 2016-10-08  4:05 UTC 

[PATCH] [media] vb2: move dma-buf unmap from __vb2_dqbuf() to vb2_buffer_done()
 2016-10-07 21:44 UTC  (8+ messages)

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-dvb-usb-drivers/20161008-021635 21/26] drivers/media/usb/dvb-usb/pctv452e.c:112:2: warning: this 'if' clause does not guard
 2016-10-07 21:17 UTC 

[PATCH 0/3] [media] exynos-gsc: Another round of cleanup and fixes
 2016-10-07 20:39 UTC  (4+ messages)
` [PATCH 1/3] [media] exynos-gsc: don't release a non-dynamically allocated video_device
` [PATCH 2/3] [media] exynos-gsc: unregister video device node on driver removal
` [PATCH 3/3] [media] exynos-gsc: cleanup m2m src and dst vb2 queues on STREAMOFF

[linux-review:Mauro-Carvalho-Chehab/Don-t-use-stack-for-DMA-transers-on-dvb-usb-drivers/20161008-021635 21/26] drivers/media/usb/dvb-usb/pctv452e.c:113:26: error: expected expression before '||' token
 2016-10-07 19:26 UTC 

DVB-T2 for ug-All, Kampala
 2016-10-07 18:07 UTC 

Fw: [PATCH v2] cinergyT2-core: don't do DMA on stack
 2016-10-07 17:30 UTC  (5+ messages)
  `  "

[PATCH v1 0/3] Add a libv4l mpeg2 parser plugin for st-delta video decoder
 2016-10-07 17:00 UTC  (4+ messages)
` [PATCH v1 1/3] add a libv4l "
` [PATCH v1 2/3] libv4l-delta: add GStreamer mpeg codecparser
` [PATCH v1 3/3] libv4l-delta: add mpeg header parser

[PATCH v1 0/2] Add MPEG2 support to STMicroelectronics DELTA video decoder
 2016-10-07 16:59 UTC  (3+ messages)
` [PATCH v1 1/2] [media] st-delta: add parser meta controls
` [PATCH v1 2/2] [media] st-delta: add mpeg2 support

[PATCH v1] Enhance MPEG2 video decoder frame API
 2016-10-07 16:59 UTC  (2+ messages)
` [PATCH v1] [media] v4l2-ctrls: add mpeg2 parser metadata


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).