linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 22:52:37 to 2019-11-04 19:30:40 UTC [more...]

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 19:30 UTC  (30+ messages)
` [PATCH v2 01/18] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v2 02/18] mm/gup: factor out duplicate code from four routines
` [PATCH v2 03/18] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 05/18] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 06/18] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 07/18] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v2 08/18] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 09/18] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 10/18] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 11/18] net/xdp: "
` [PATCH v2 12/18] mm/gup: track FOLL_PIN pages
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 14/18] vfio, mm: "
` [PATCH v2 15/18] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v2 16/18] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 17/18] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v2 18/18] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-04 19:20 UTC  (39+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH] media: v4l2-device.h: Explicitly compare grpmask to zero in v4l2_device_mask_call_all
 2019-11-04 19:07 UTC  (2+ messages)

[PATCH v4 0/2] Add IMX296 CMOS image sensor support
 2019-11-04 19:02 UTC  (14+ messages)
` [PATCH v4 1/2] dt-bindings: media: i2c: Add IMX296 CMOS sensor binding

[PATCH] media: i2c: IMX296 camera sensor driver
 2019-11-04 18:59 UTC  (8+ messages)

Overlay support in the i.MX7 display
 2019-11-04 18:24 UTC  (5+ messages)

[PATCH 0/8] Fix various smatch warnings/errors
 2019-11-04 17:40 UTC  (16+ messages)
` [PATCH 1/8] am437x: fix smatch warning
` [PATCH 2/8] smiapp: smiapp_start_streaming(): replace return by goto
` [PATCH 3/8] mtk-vpu: fix two smatch warnings
` [PATCH 4/8] rc/ite-cir: fix smatch warning
` [PATCH 5/8] em28xx: fix two smatch warnings
` [PATCH 6/8] ti-vpe: fix smatch error
` [PATCH 7/8] ov6650: fix smatch warning
` [PATCH 8/8] mantis: fix two smatch errors
` [PATCH 9/8] vivid: add vivid_create_queue() helper

FOSDEM Graphics Devroom: call for speakers
 2019-11-04 16:56 UTC 

[PATCH 0/3] media: cedrus: Add support for 4k videos
 2019-11-04 16:53 UTC  (9+ messages)
` [PATCH 1/3] media: cedrus: Properly signal size in mode register
` [PATCH 2/3] media: cedrus: Fix H264 4k support
` [PATCH 3/3] media: cedrus: Increase maximum supported size

[PATCH 2/2] vivid: Add touch support
 2019-11-04 16:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] media: exynos4-is: add missed clk_disable_unprepare in remove
 2019-11-04 15:49 UTC 

[PATCH 0/5] media: vimc: use configfs in order to configure devices topologies
 2019-11-04 15:28 UTC  (4+ messages)
` [PATCH 3/5] media: vimc: Add the implementation for the configfs api

[PATCH] media: vimc: crash fix - add refcount to vimc entities
 2019-11-04 14:55 UTC 

[PATCH v2 1/3] v4l2-ctl: Support query V4L2_CTRL_TYPE_AREA controls
 2019-11-04 13:10 UTC  (3+ messages)
` [PATCH v2 2/3] v4l2-ctl: Support getting "
` [PATCH v2 3/3] v4l2-ctl: Support setting "

[PATCH v4 1/6] media: v4l2_ctrl: Add p_def to v4l2_ctrl_config
 2019-11-04 13:09 UTC  (6+ messages)
` [PATCH v4 2/6] media: v4l2_ctrl: Add const pointer to ctrl_ptr
` [PATCH v4 3/6] media: vivid: Add an area control
` [PATCH v4 4/6] media: v4l2_core: Add p_area to struct v4l2_ext_control
` [PATCH v4 5/6] Documentation: v42l_core: v4l2_ext_control
` [PATCH v4 6/6] media: v4l2-ctrl: Use p_const when possible

[V5, 0/2] media: i2c: Add support for OV02A10 sensor
 2019-11-04 12:26 UTC  (4+ messages)
` [V5, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings
` [V5, 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH 1/4] HEADERS, do not merge!!!!
 2019-11-04 11:52 UTC  (7+ messages)
` [PATCH 2/4] v4l2-ctl: Support query V4L2_CTRL_TYPE_AREA controls
` [PATCH 3/4] v4l2-ctl: Support getting "
` [PATCH 4/4] v4l2-ctl: Support setting "

[GIT PULL for 5.5] Hi556 sensor driver
 2019-11-04 10:31 UTC  (2+ messages)

[PATCH v3 1/5] media: v4l2_ctrl: Add p_def to v4l2_ctrl_config
 2019-11-04 10:11 UTC  (8+ messages)
` [PATCH v3 2/5] media: v4l2_ctrl: Add const pointer to ctrl_ptr
` [PATCH v3 3/5] media: vivid: Add an area control
` [PATCH v3 4/5] media: v4l2_core: Add p_area to struct v4l2_ext_control
` [PATCH v3 5/5] Documentation: v42l_core: v4l2_ext_control

[PATCH v5 00/10] Rename Rockchip VPU driver to Hantro, add initial i.MX8M support
 2019-11-04 10:04 UTC  (4+ messages)
` [PATCH v5 09/10] media: hantro: add initial i.MX8MQ support

[PATCH v2] media: exynos4-is: fix wrong mdev and v4l2 dev order in error path
 2019-11-04  9:57 UTC  (2+ messages)

[PATCH] media: exynos4-is: fix wrong mdev and v4l2 dev order in error path
 2019-11-04  9:37 UTC  (3+ messages)

[GIT PULL v2 FOR v5.5] Fixes and enhancements
 2019-11-04  8:49 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2019-11-04  4:54 UTC 

[V4, 0/2] media: i2c: Add support for OV02A10 sensor
 2019-11-04  3:30 UTC  (4+ messages)
` [V4, 2/2] media: i2c: Add Omnivision OV02A10 camera sensor driver

Servus. lange nichts von dir gehört
 2019-11-03 23:36 UTC 

[PATCH v3 1/1] media: vivid: Fix wrong locking that causes race conditions on streaming stop
 2019-11-03 22:17 UTC  (5+ messages)
    ` [PATCH v4 "

[PATCH] media: siano: fix spelling mistake "ENBALE" -> "ENABLE"
 2019-11-03 13:07 UTC 

[PATCH RFC v2 00/10] media: hantro: H264 fixes and improvements
 2019-11-02 23:10 UTC  (23+ messages)
` [PATCH v2 01/10] media: hantro: Fix H264 max frmsize supported on RK3288
` [PATCH v2 08/10] media: hantro: Set H264 FIELDPIC_FLAG_E flag correctly
  ` [PATCH v2 02/10] media: hantro: Fix motion vectors usage condition
  ` [PATCH v2 03/10] media: hantro: Fix picture order count table enable
  ` [PATCH v2 04/10] media: hantro: Fix H264 motion vector buffer offset
  ` [PATCH v2 05/10] media: hantro: Reduce H264 extra space for motion vectors
  ` [PATCH v2 06/10] media: hantro: Use capture buffer width and height for H264 decoding
  ` [PATCH v2 07/10] media: hantro: Remove now unused H264 pic_size
  ` [RFC v2 09/10] media: uapi: h264: Add DPB entry field reference flags

[PATCH] vivid: media_device_cleanup was called too early
 2019-11-02 17:35 UTC 

[ANN] Report of Media Summit: V4L2 Future Work
 2019-11-02 14:06 UTC 

Your opportunity
 2019-11-02 13:38 UTC 

[ANN] Report of Media Summit: Codecs
 2019-11-02 12:50 UTC 

[PATCH v6] media: vimc: upon streaming, check that the pipeline starts with a source entity
 2019-11-01 20:53 UTC 

[PATCH v4 0/2] upon streaming, check that the pipeline starts with a source entity
 2019-11-01 20:31 UTC  (4+ messages)
` [PATCH v4 2/2] media: vimc: "

[GIT PULL FOR v5.5] Fixes and enhancements
 2019-11-01 11:01 UTC  (2+ messages)

[PATCH v4] hi556: Add support for Hi-556 sensor
 2019-11-01 10:44 UTC 

[V3, 0/2] media: ov8856: Add YAML binding and sensor mode support
 2019-10-31 17:04 UTC  (5+ messages)
` [V3, 1/2] media: dt-bindings: ov8856: Document YAML bindings
` [V3, 2/2] media: i2c: ov8856: Add support for more sensor modes

[GIT PULL for 5.5] Ipu3 and smiapp driver patches
 2019-10-31 15:55 UTC  (2+ messages)

[PATCH v2] doc-rst: add more info for resolution change blocks in ipu3
 2019-10-31 15:33 UTC  (2+ messages)

[RESEND PATCH] media: uvc: Avoid cyclic entity chains due to malformed USB descriptors
 2019-10-31 15:09 UTC  (2+ messages)

[PATCH v3] hi556: Add support for Hi-556 sensor
 2019-10-31 11:08 UTC  (4+ messages)

[PATCH v3] dt-bindings: media: Convert stm32 cec bindings to json-schema
 2019-10-31 10:36 UTC  (3+ messages)

[PATCH] [RFC RESEND] vdec: Add virtio video decode device specification
 2019-10-31  9:10 UTC  (11+ messages)
` [virtio-dev] "

[PATCH][next] dma-buf: heaps: remove redundant assignment to variable ret
 2019-10-31  8:34 UTC  (4+ messages)

[RFC PATCH] media: pci: Add VirtIO video decoder driver
 2019-10-31  7:11 UTC 


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).