linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-14 10:07:54 to 2022-11-17 05:00:44 UTC [more...]

[PATCH v3 0/4] Fix multiple race condition vulnerabilities in dvb-core and device driver
 2022-11-17  4:59 UTC  (3+ messages)
` [PATCH v3 1/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_frontend
` [PATCH v3 2/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_net

[PATCH v4] udmabuf: add vmap and vunmap methods to udmabuf_ops
 2022-11-17  4:58 UTC 

[PATCH 0/4] Fix multiple race condition vulnerabilities in dvb-core and device driver
 2022-11-17  4:16 UTC  (6+ messages)
` [PATCH 1/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_frontend
` [PATCH 2/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_net
` [PATCH 3/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_register_device()
` [PATCH 4/4] media: ttusb-dec: Fix memory leak in ttusb_dec_exit_dvb()

[sailus-media-tree:master] BUILD SUCCESS 235265156a501fe65d3f1f1ae3004cdc42302251
 2022-11-17  2:34 UTC 

[PATCH v2,1/3] media: dt-bindings: media: mediatek: vcodec: Fix clock num not correctly
 2022-11-17  2:16 UTC  (5+ messages)
` [PATCH v2,2/3] media: dt-bindings: media: mediatek: vcodec: Adding racing control register base

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17  2:05 UTC  (12+ messages)
` [PATCH v2 1/3] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v2 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-17  0:46 UTC  (31+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH v7 0/7] CAMSS fixes for rb3, switch on IMX577 for RB5
 2022-11-17  0:32 UTC  (8+ messages)
` [PATCH v7 1/7] arm64: dts: qcom: sdm845: Define the number of available ports
` [PATCH v7 2/7] arm64: dts: qcom: sdm845-db845c: Drop redundant address-cells, size-cells declaration
` [PATCH v7 3/7] arm64: dts: qcom: sdm845-db845c: Drop redundant reg = in port
` [PATCH v7 4/7] arm64: dts: qcom: sdm845-db845c: Use okay not ok, disabled not disable for status
` [PATCH v7 5/7] arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Add navigation mezzanine dts
` [PATCH v7 6/7] arm64: dts: qcom: sm8250: camss: Define ports and ports address/size cells
` [PATCH v7 7/7] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Add vision mezzanine

[PATCH 0/2] arm64: allwinner: h6: Add second IOMMU reference to Cedrus
 2022-11-16 23:42 UTC  (6+ messages)
` [PATCH 1/2] media: dt-bindings: allwinner: video-engine: Fix number of IOMMU channels
` [PATCH 2/2] arm64: dts: allwinner: h6: Fix Cedrus "

[PATCH v3] udmabuf: add vmap and vunmap methods to udmabuf_ops
 2022-11-16 20:48 UTC  (4+ messages)

[PATCH v4 0/5] Add the cat24c208 EDID EEPROM driver + new EDID capability
 2022-11-16 20:07 UTC  (3+ messages)
` [PATCH v4 3/5] dt-bindings: media: add cat24c208 bindings

[PATCH 1/2] media: s5c73m3: Replace legacy gpio interface for gpiod
 2022-11-16 19:43 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: media: s5c73m3: Fix reset-gpio descriptor

stop drivers from passing GFP_COMP to dma_alloc_coherent
 2022-11-16 18:37 UTC  (18+ messages)
` [PATCH 2/7] RDMA/hfi1: don't pass bogus GFP_ flags "
` [PATCH 3/7] RDMA/qib: "
` [PATCH 5/7] s390/ism: "
  ` [PATCH 7/7] dma-mapping: reject __GFP_COMP in dma_alloc_attrs

[PATCH 0/2] arm64: allwinner: h6: Add IOMMU reference to Hantro G2 decoder
 2022-11-16 18:31 UTC  (7+ messages)
` [PATCH 1/2] media: dt-bindings: allwinner: h6-vpu-g2: Add IOMMU reference property
` [PATCH 2/2] arm64: dts: allwinner: h6: Add IOMMU reference to Hantro G2

[PATCH v6 0/7] CAMSS fixes for rb3, switch on IMX577 for RB5
 2022-11-16 17:12 UTC  (18+ messages)
` [PATCH v6 1/7] arm64: dts: qcom: sdm845: Define the number of available ports
` [PATCH v6 2/7] arm64: dts: qcom: sdm845-db845c: Drop redundant address-cells, size-cells declaration
` [PATCH v6 3/7] arm64: dts: qcom: sdm845-db845c: Drop redundant reg = in port
` [PATCH v6 4/7] arm64: dts: qcom: sdm845-db845c: Use okay not ok, disabled not disable for status
` [PATCH v6 5/7] arm64: dts: qcom: sdm845-db845c-navigation-mezzanine: Add navigation mezzanine dts
` [PATCH v6 6/7] arm64: dts: qcom: sm8250: camss: Define ports and ports address/size cells
` [PATCH v6 7/7] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Add vision mezzanine

[PATCH 0/2] media: Add regulator support to ov9282
 2022-11-16 16:50 UTC  (2+ messages)

[PATCH for v6.1] media: v4l2-dv-timings.c: fix too strict blanking sanity checks
 2022-11-16 15:07 UTC 

[PATCH] media: i2c: refer to config VIDEO_DEV to make ov08x40 image sensor driver usable
 2022-11-16 13:35 UTC  (2+ messages)

[PATCH] media: dvb-core: Fix UAF due to refcount races at releasing
 2022-11-16 13:19 UTC  (5+ messages)

[RFC PATCH v6 00/11] media: v4l2: Add extended fmt and buffer ioctls
 2022-11-16 12:38 UTC  (16+ messages)
` [RFC PATCH v6 02/11] media: v4l2: Extend pixel formats to unify single/multi-planar handling (and more)

[PATCH v3 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding
 2022-11-16  8:41 UTC  (2+ messages)

[PATCH v3] media: mediatek: vcodec: fix h264 cavlc bitstream fail
 2022-11-16  8:39 UTC  (2+ messages)

[PATCH v3] utils: add v4l2-tracer utility
 2022-11-16  7:59 UTC  (4+ messages)
` [PATCH] v4l2-tracer: add support for most basic controls
` [PATCHv2] "

[PATCH v2] media: mediatek: vcodec: fix h264 cavlc bitstream fail
 2022-11-16  5:54 UTC  (5+ messages)

cron job: media_tree daily build: WARNINGS
 2022-11-16  4:15 UTC 

[PATCH v2 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding
 2022-11-16  1:37 UTC  (3+ messages)

[PATCH v2 2/2] media: i2c: Add driver for IMX519 sensor
 2022-11-16  1:28 UTC  (3+ messages)

[PATCH v3 2/2] media: i2c: Add driver for IMX519 sensor
 2022-11-16  1:18 UTC 

[PATCH 1/4] media: i2c: s5k6a3: switch to using gpiod API
 2022-11-15 22:11 UTC  (4+ messages)
` [PATCH 2/4] media: i2c: s5k5baf: "
` [PATCH 3/4] media: i2c: s5c73m3: remove support for platform data
` [PATCH 4/4] media: i2c: s5c73m3: switch to using gpiod API

[PATCH v2 0/4] Fix multiple race condition vulnerabilities in dvb-core and device driver
 2022-11-15 14:23 UTC  (5+ messages)
` [PATCH v2 1/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_frontend
` [PATCH v2 2/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_net
` [PATCH v2 3/4] media: dvb-core: Fix use-after-free due to race condition occurring in dvb_register_device()
` [PATCH v2 4/4] media: ttusb-dec: Fix memory leak in ttusb_dec_exit_dvb()

[PATCH 00/23] Add Tegra20 parallel video input capture
 2022-11-15 12:16 UTC  (9+ messages)
` [PATCH 01/23] dt-bindings: display: tegra: add bindings for Tegra20 VIP
` [PATCH 02/23] dt-bindings: display: tegra: vi: add 'vip' property and example
` [PATCH 03/23] ARM: dts: tegra20: add label to nvidia,tegra20-vi node
` [PATCH 04/23] ARM: dts: tegra20-tamonten: add label to avdd_vdac regulator

[PATCH 0/1] Fix for VP9 DRC and Decoder STOP issue
 2022-11-15 12:12 UTC  (2+ messages)
` [PATCH 1/1] venus: Enable sufficient sequence change support for sc7180 and Fix for Decoder STOP command issue

[PATCH 0/1] Fix for H265 decoding failure 
 2022-11-15 12:10 UTC  (2+ messages)
` [PATCH 1/1] venus : "

[PATCH] media: mediatek: vcodec: Skip unsupported h264 encoder profile
 2022-11-15 11:57 UTC  (4+ messages)

[PATCH 0/1] Fix for VP9 DRC and Decoder STOP issue
 2022-11-15 10:38 UTC  (2+ messages)

[Patch v5 0/3] Add new compatible for Exynos3250
 2022-11-15  9:35 UTC  (5+ messages)
    ` [Patch v5 1/3] media: dt-bindings: s5p-mfc: Add new compatible string for Exynos3250 SoC
    ` [Patch v5 2/3] media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
    ` [Patch v5 3/3] ARM: dts: exynos: Add new SoC specific compatible string for Exynos3250 SoC
      ` (subset) "

cron job: media_tree daily build: WARNINGS
 2022-11-15  4:17 UTC 

[PATCH v4 0/4] media: camss: sm8250: Virtual channels support for SM8250
 2022-11-15  0:18 UTC  (5+ messages)

[PATCH v4l-utils 0/4] Fix various v4lconvert functions assuming stride == width
 2022-11-14 21:26 UTC  (2+ messages)

[PATCH 00/14] ARM: remove unused davinci board & drivers
 2022-11-14 21:08 UTC  (2+ messages)

[GIT PULL] Linux Media vimc fixes update for 6.1-rc6
 2022-11-14 21:08 UTC 

[PATCH v2 00/17] media: atomisp: Convert to videobuf2
 2022-11-14 20:57 UTC  (18+ messages)
` [PATCH v2 04/17] media: atomisp: On streamoff wait for buffers owned by the CSS to be given back
` [PATCH v2 06/17] media: atomisp: Also track buffers in a list when submitted to the ISP
` [PATCH v2 09/17] media: atomisp: Add ia_css_frame_get_info() helper
` [PATCH v2 10/17] media: atomisp: Convert to videobuf2
` [PATCH v2 12/17] media: atomisp: Fix VIDIOC_REQBUFS failing when VIDIOC_S_FMT has not been called yet
` [PATCH v2 15/17] media: atomisp: Make atomisp_g_fmt_cap() default to YUV420
` [PATCH v2 17/17] media: atomisp: gc0310: Power on sensor from set_fmt() callback

[PATCH v6 5/5] drivers: media: platform: Add NPCM Video Capture/Encode Engine driver
 2022-11-14 17:49 UTC  (2+ messages)

[PATCH] staging: media: omap4iss: remove cacheflush import
 2022-11-14 16:20 UTC  (2+ messages)

[PATCH] staging: media: omap4iss: correct cacheflush import
 2022-11-14 16:06 UTC  (3+ messages)

[PATCH v5 0/6] Switch on IMX577 on RB5
 2022-11-14 14:45 UTC  (4+ messages)
` [PATCH v5 6/6] arm64: dts: qcom: qrb5165-rb5-vision-mezzanine: Add vision mezzanine

[PATCH] media: v4l2-dev: fix possible name leak in __video_register_device()
 2022-11-14 14:37 UTC  (4+ messages)

Correct way to use vb2_dma_sg via USB?
 2022-11-14 14:32 UTC  (2+ messages)

[PATCH 0/3] Documentation: media: camera_sensor: Document blankings handling
 2022-11-14 14:20 UTC  (7+ messages)
` [PATCH 1/3] Documentation: media: camera-sensor: Correct frame interval

Coverity: vgxy61_detect(): Control flow issues
 2022-11-14 13:16 UTC  (2+ messages)

Coverity: vgxy61_tx_from_ep(): Memory - corruptions
 2022-11-14 13:12 UTC  (2+ messages)

[PATCH 0/5] media: mediatek: vcodec: Fix decode random crash for PLT test
 2022-11-14 11:27 UTC  (7+ messages)
` [PATCH 1/5] media: mediatek: vcodec: Fix getting NULL pointer for dst buffer
` [PATCH 3/5] media: mediatek: vcodec: Fix h264 set lat buffer error
` [PATCH 5/5] media: mediatek: vcodec: Core thread depends on core_list

[PATCH v1 1/1] staging: media: tegra-video: Replace custom implementation of device_match_fwnode()
 2022-11-14 10:20 UTC  (4+ messages)

[PATCH v7 00/28] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-11-14 10:06 UTC  (3+ messages)
` [PATCH v7 02/28] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture


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