linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-06 12:07:48 to 2019-12-10 21:30:23 UTC [more...]

[PATCH AUTOSEL 5.4 040/350] media: ov6650: Fix control handler not freed on init error
 2019-12-10 21:06 UTC  (26+ messages)
` [PATCH AUTOSEL 5.4 041/350] media: i2c: ov2659: fix s_stream return value
` [PATCH AUTOSEL 5.4 044/350] media: ov6650: Fix stored frame format not in sync with hardware
` [PATCH AUTOSEL 5.4 045/350] media: ov6650: Fix stored crop rectangle "
` [PATCH AUTOSEL 5.4 047/350] media: venus: core: Fix msm8996 frequency table
` [PATCH AUTOSEL 5.4 067/350] media: cec-funcs.h: add status_req checks
` [PATCH AUTOSEL 5.4 068/350] media: meson/ao-cec: move cec_notifier_cec_adap_register after hw setup
` [PATCH AUTOSEL 5.4 145/350] media: aspeed: set hsync and vsync polarities to normal before starting mode detection
` [PATCH AUTOSEL 5.4 147/350] media: ov6650: Fix stored frame interval not in sync with hardware
` [PATCH AUTOSEL 5.4 148/350] media: ad5820: Define entity function
` [PATCH AUTOSEL 5.4 149/350] media: ov5640: Make 2592x1944 mode only available at 15 fps
` [PATCH AUTOSEL 5.4 150/350] media: st-mipid02: add a check for devm_gpiod_get_optional
` [PATCH AUTOSEL 5.4 151/350] media: imx7-mipi-csis: Add a check for devm_regulator_get
` [PATCH AUTOSEL 5.4 152/350] media: aspeed: clear garbage interrupts
` [PATCH AUTOSEL 5.4 153/350] media: smiapp: Register sensor after enabling runtime PM on the device
` [PATCH AUTOSEL 5.4 202/350] media: rcar_drif: fix a memory disclosure
` [PATCH AUTOSEL 5.4 203/350] media: v4l2-core: fix touch support in v4l_g_fmt
` [PATCH AUTOSEL 5.4 205/350] media: staging/imx: Use a shorter name for driver
` [PATCH AUTOSEL 5.4 209/350] media: vivid: media_device_cleanup was called too early
` [PATCH AUTOSEL 5.4 247/350] media: exynos4-is: fix wrong mdev and v4l2 dev order in error path
` [PATCH AUTOSEL 5.4 252/350] media: pvrusb2: Fix oops on tear-down when radio support is not present
` [PATCH AUTOSEL 5.4 257/350] media: si470x-i2c: add missed operations in remove
` [PATCH AUTOSEL 5.4 258/350] media: cedrus: Use helpers to access capture queue
` [PATCH AUTOSEL 5.4 259/350] media: v4l2-ctrl: Lock main_hdl on operations of requests_queued
` [PATCH AUTOSEL 5.4 262/350] media: vicodec: media_device_cleanup was called too early
` [PATCH AUTOSEL 5.4 263/350] media: vim2m: "

[PATCH AUTOSEL 5.4 034/350] media: am437x-vpfe: Setting STD to current value is not an error
 2019-12-10 20:58 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 035/350] media: cedrus: fill in bus_info for media device
` [PATCH AUTOSEL 5.4 036/350] media: seco-cec: Add a missing 'release_region()' in an error handling path
` [PATCH AUTOSEL 5.4 037/350] media: vim2m: Fix abort issue
` [PATCH AUTOSEL 5.4 038/350] media: vim2m: Fix BUG_ON in vim2m_device_release()
` [PATCH AUTOSEL 5.4 039/350] media: max2175: Fix build error without CONFIG_REGMAP_I2C
` [PATCH AUTOSEL 5.4 040/350] media: ov6650: Fix control handler not freed on init error

KASAN: use-after-free Read in usbvision_v4l2_open
 2019-12-10 20:17 UTC  (7+ messages)
  `  "

ir_kbd_i2c oops
 2019-12-10 19:26 UTC  (5+ messages)

[PATCH for-5.6 00/14] media: ALSA PCM API updates
 2019-12-10 13:58 UTC  (15+ messages)
` [PATCH for-5.6 01/14] media: solo6x10: Use managed buffer allocation
` [PATCH for-5.6 02/14] media: tw686x: "
` [PATCH for-5.6 03/14] media: usbtv: "
` [PATCH for-5.6 04/14] media: cobalt: Clean up ALSA PCM API usages
` [PATCH for-5.6 05/14] media: cx18: "
` [PATCH for-5.6 06/14] media: ivtv: "
` [PATCH for-5.6 07/14] media: cs231xx: "
` [PATCH for-5.6 08/14] media: em28xx: "
` [PATCH for-5.6 09/14] media: go7007: "
` [PATCH for-5.6 10/14] media: tm6000: "
` [PATCH for-5.6 11/14] media: cobalt: Drop superfluous ioctl PCM ops
` [PATCH for-5.6 12/14] media: cx18: "
` [PATCH for-5.6 13/14] media: ivtv: "
` [PATCH for-5.6 14/14] media: "

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-10 13:39 UTC  (35+ messages)
` [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
` [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v8 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v8 16/26] net/xdp: "
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v8 19/26] vfio, mm: "
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
` [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[RFC RESEND] virtio-video: Add virtio video device specification
 2019-12-10 13:16 UTC  (17+ messages)
` [virtio-dev] "

[PATCH v2] media: go7007: fix a miss of snd_card_free
 2019-12-10 11:48 UTC  (2+ messages)

[PATCH] MAINTAINERS: Match on dma_buf|fence|resv anywhere
 2019-12-10 10:26 UTC  (3+ messages)

[PATCH v10 03/14] media: v4l2-fwnode: add initial connector parsing support
 2019-12-10  9:50 UTC  (11+ messages)

Build failed in Jenkins: media-build #2891
 2019-12-10  9:22 UTC  (5+ messages)
` Build failed in Jenkins: media-build #2892
  ` Build failed in Jenkins: media-build #2893
    ` Build failed in Jenkins: media-build #2894
      ` Jenkins build is back to normal : media-build #2895

[PATCH] media: omap3isp: add checks for devm_regulator_get
 2019-12-10  9:14 UTC 

[PATCH 0/6] Venus new features
 2019-12-10  9:08 UTC  (8+ messages)
` [PATCH 1/6] venus: redesign clocks and pm domains control
` [PATCH 2/6] media: venus: introduce core selection
` [PATCH 3/6] arm64: dts: sdm845: move venus clocks and pmdomains in parent
` [PATCH 4/6] dt-bindings: media: venus: describe sdm845 with optional pmdomains
` [PATCH 5/6] v4l: Add source event change for bit-depth
` [PATCH 6/6] media: venus: vdec: handle 10bit bitstreams

[PATCH v3 0/4] media: meson: vdec: Add compliant H264 support
 2019-12-10  8:50 UTC  (7+ messages)
` [PATCH v3 1/4] media: v4l2-mem2mem: handle draining, stopped and next-buf-is-last states
` [PATCH v3 2/4] media: vicodec: use v4l2-mem2mem draining, stopped and next-buf-is-last states handling
` [PATCH v3 3/4] media: meson: vdec: bring up to compliance
` [PATCH v3 4/4] media: meson: vdec: add H.264 decoding support

[PATCH] media: venus: hfi_parser: Ignore HEVC encoding for V1
 2019-12-10  8:41 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2019-12-10  4:50 UTC 

[PATCH v2] media: allegro: add the missed check for v4l2_m2m_ctx_init
 2019-12-10  3:15 UTC 

[PATCH] uvcvideo: Also validate buffers in BULK mode
 2019-12-10  2:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT}
 2019-12-10  2:05 UTC  (3+ messages)
` [PATCH v3 1/2] rcar-vin: Move hardware buffer tracking to own struct
` [PATCH v3 2/2] rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

[PATCH v2 0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT}
 2019-12-10  2:05 UTC  (4+ messages)
` [PATCH v2 2/2] rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

[PATCH] media: allegro: add the missed check for v4l2_m2m_ctx_init
 2019-12-09 18:54 UTC  (3+ messages)

[PATCH v3 0/5] media: hantro: H264 fixes and improvements
 2019-12-09 18:11 UTC  (4+ messages)
  ` [PATCH v3 2/5] media: hantro: Reduce H264 extra space for motion vectors

Fuzzing media before changes hit upstream
 2019-12-09 13:28 UTC 

[resend PATCH v6 00/12] arm/arm64: mediatek: Fix mmsys device probing
 2019-12-09 10:15 UTC  (26+ messages)
` [resend PATCH v6 01/12] dt-bindings: display: mediatek: Add mmsys binding description
` [resend PATCH v6 02/12] dt-bindings: mediatek: Add compatible for mt7623
` [resend PATCH v6 03/12] drm/mediatek: Use regmap for register access
` [resend PATCH v6 04/12] drm: mediatek: Omit warning on probe defers
` [resend PATCH v6 05/12] media: mtk-mdp: Check return value of of_clk_get
` [resend PATCH v6 06/12] clk: mediatek: mt2701: switch mmsys to platform device probing
` [resend PATCH v6 07/12] clk: mediatek: mt2712e: switch "
` [resend PATCH v6 08/12] clk: mediatek: mt6779: switch mmsys "
` [resend PATCH v6 09/12] clk: mediatek: mt6797: switch "
` [resend PATCH v6 10/12] clk: mediatek: mt8183: switch mmsys "
` [resend PATCH v6 11/12] clk: mediatek: mt8173: "
` [resend PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

[PATCH] media: imx7-mipi-csis: Add the missed v4l2_async_notifier_cleanup in remove
 2019-12-09  8:58 UTC 

cron job: media_tree daily build: WARNINGS
 2019-12-09  4:56 UTC 

Consolidating the interface for camera components
 2019-12-09  3:02 UTC 

[PROBLEM] uvcvideo: Failed to query (GET_INFO) UVC control
 2019-12-09  1:18 UTC  (2+ messages)

[PATCH] media: v4l2-device.h: Explicitly compare grpmask to zero in v4l2_device_mask_call_all
 2019-12-08 21:11 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros

[PATCH] media: davinci/vpfe_capture.c: Avoid BUG_ON for register failure
 2019-12-08  9:44 UTC  (4+ messages)

Build failed in Jenkins: media-build #2841
 2019-12-08  5:20 UTC  (2+ messages)
` Jenkins build is back to normal : media-build #2842

cron job: media_tree daily build: WARNINGS
 2019-12-08  4:55 UTC 

[PATCH v6 00/12] arm/arm64: mediatek: Fix mmsys device probing
 2019-12-07 22:23 UTC  (13+ messages)
` [PATCH v6 01/12] dt-bindings: display: mediatek: Add mmsys binding description
` [PATCH v6 02/12] dt-bindings: mediatek: Add compatible for mt7623
` [PATCH v6 03/12] drm/mediatek: Use regmap for register access
` [PATCH v6 04/12] drm: mediatek: Omit warning on probe defers
` [PATCH v6 05/12] media: mtk-mdp: Check return value of of_clk_get
` [PATCH v6 06/12] clk: mediatek: mt2701: switch mmsys to platform device probing
` [PATCH v6 07/12] clk: mediatek: mt2712e: switch "
` [PATCH v6 08/12] clk: mediatek: mt6779: switch mmsys "
` [PATCH v6 09/12] clk: mediatek: mt6797: switch "
` [PATCH v6 10/12] clk: mediatek: mt8183: switch mmsys "
` [PATCH v6 11/12] clk: mediatek: mt8173: "
` [PATCH v6 12/12] drm/mediatek: Add support for mmsys through a pdev

[PATCH] cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'
 2019-12-07 10:52 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2019-12-07  4:55 UTC 

KASAN: null-ptr-deref Read in refcount_sub_and_test_checked (2)
 2019-12-07  1:30 UTC  (2+ messages)

[Patch] media: ti-vpe: csc: fix single vs multiplanar format handling
 2019-12-06 19:51 UTC 

[PATCH] media: go7007: fix a miss of snd_card_free
 2019-12-06 17:00 UTC  (4+ messages)
    `  "

[PATCH v2 1/2] rcar-vin: Handle special pixel formats in a switch
 2019-12-06 16:39 UTC  (2+ messages)
` [PATCH v2 2/2] rcar-vin: Limit NV12 availability to supported VIN channels only


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