linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 21:46:22 to 2019-11-13 15:06:02 UTC [more...]

[PATCH 0/5] v4l2 JPEG helpers and CODA960 JPEG decoder
 2019-11-13 15:05 UTC  (5+ messages)
` [PATCH 1/5] media: add v4l2 JPEG helpers
` [PATCH 2/5] media: coda: jpeg: add CODA960 JPEG decoder support
` [PATCH 3/5] media: rcar_jpu: use V4L2 JPEG helpers
` [PATCH 4/5] media: s5p-jpeg: use v4l2 "

[PATCH 0/5] Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
 2019-11-13 14:59 UTC  (8+ messages)
` [PATCH 3/5] media: dt-bindings: Add bindings for i.MX8QXP/QM JPEG driver
` [PATCH 4/5] media: imx-jpeg: Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
    ` [EXT] "
  ` [EXT] Re: [PATCH 0/5] "

[PATCH v4] vivid: Add touch support
 2019-11-13 14:52 UTC  (5+ messages)
    ` [PATCH v5] "

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

[PATCH 1/4] media: coda: do not skip finish_run if aborting
 2019-11-13 12:58 UTC  (4+ messages)
` [PATCH 2/4] media: coda: jpeg: merge Huffman table bits and values
` [PATCH 3/4] media: coda: jpeg: add JPEG register definitions for CODA960
` [PATCH 4/4] media: coda: jpeg: add CODA960 JPEG encoder support

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

[PATCH] v4l2-ctl:Add Support for Touch
 2019-11-13 11:23 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] media: bdisp: add missed destroy_workqueue in remove and probe failure
 2019-11-13  8:31 UTC  (2+ messages)

[PATCH] edid-decode: fix typo in 1024x768i established timing
 2019-11-13  8:04 UTC  (2+ messages)

H264 stateless reference frames ordering lists
 2019-11-13  7:22 UTC  (4+ messages)

[PATCH] media: platform: mtk-mdp: add missed destroy_workqueue in remove
 2019-11-13  6:37 UTC 

[PATCH AUTOSEL 4.19 089/209] media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remote
 2019-11-13  1:49 UTC  (12+ messages)
` [PATCH AUTOSEL 4.19 090/209] media: pxa_camera: Fix check for pdev->dev.of_node
` [PATCH AUTOSEL 4.19 091/209] media: rcar-vin: fix redeclaration of symbol
` [PATCH AUTOSEL 4.19 092/209] media: i2c: adv748x: Support probing a single output
` [PATCH AUTOSEL 4.19 113/209] media: ov5640: fix framerate update
` [PATCH AUTOSEL 4.19 114/209] media: cec-gpio: select correct Signal Free Time
` [PATCH AUTOSEL 4.19 148/209] media: dw9714: Fix error handling in probe function
` [PATCH AUTOSEL 4.19 149/209] media: dw9807-vcm: Fix probe error handling
` [PATCH AUTOSEL 4.19 150/209] media: cx18: Don't check for address of video_dev
` [PATCH AUTOSEL 4.19 163/209] media: isif: fix a NULL pointer dereference bug
` [PATCH AUTOSEL 4.19 165/209] media: cx231xx: fix potential sign-extension overflow on large shift
` [PATCH AUTOSEL 4.19 166/209] media: venus: vdec: fix decoded data size

[PATCH AUTOSEL 4.14 051/115] media: rc: ir-rc6-decoder: enable toggle bit for Kathrein RCU-676 remote
 2019-11-13  1:56 UTC  (7+ messages)
` [PATCH AUTOSEL 4.14 052/115] media: pxa_camera: Fix check for pdev->dev.of_node
` [PATCH AUTOSEL 4.14 053/115] media: i2c: adv748x: Support probing a single output
` [PATCH AUTOSEL 4.14 068/115] media: cec-gpio: select correct Signal Free Time
` [PATCH AUTOSEL 4.14 086/115] media: dw9714: Fix error handling in probe function
` [PATCH AUTOSEL 4.14 092/115] media: isif: fix a NULL pointer dereference bug
` [PATCH AUTOSEL 4.14 094/115] media: cx231xx: fix potential sign-extension overflow on large shift

[PATCH AUTOSEL 4.9 27/68] media: pxa_camera: Fix check for pdev->dev.of_node
 2019-11-13  1:59 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 55/68] media: isif: fix a NULL pointer dereference bug
` [PATCH AUTOSEL 4.9 57/68] media: cx231xx: fix potential sign-extension overflow on large shift

[PATCH AUTOSEL 4.4 38/48] media: isif: fix a NULL pointer dereference bug
 2019-11-13  2:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 40/48] media: cx231xx: fix potential sign-extension overflow on large shift

guest / host buffer sharing 
 2019-11-12 22:55 UTC  (7+ messages)
    ` [virtio-dev] "

[PATCH 0/4] treewide: fix interrupted release
 2019-11-12 20:42 UTC  (7+ messages)
` [PATCH 1/4] drm/msm: fix memleak on release

[RFC PATCH] media: bcm3510.c: Fix checkpatch.pl errors
 2019-11-12 19:55 UTC 

[PATCH] media: au8522_decoder.c: fix checkpatch.pl error
 2019-11-12 19:54 UTC 

[PATCH] media: as102_fe.c: fix checkpatch.pl error
 2019-11-12 19:52 UTC 

[PATCH v5 00/11] media: Report camera sensor properties
 2019-11-12 19:24 UTC  (5+ messages)
` [PATCH v5 01/11] dt-bindings: video-interfaces: Document 'location' property
` [PATCH v5 03/11] dt-bindings: video-interface: Expand rotation description

Investment opportunity
 2019-11-12 17:57 UTC 

[PATCH v2 01/13] media: uvcvideo: drop error check of debugfs_create_dir()
 2019-11-12 15:28 UTC  (14+ messages)
` [PATCH v2 02/13] usb: chipidea: debug: create debugfs directory under usb root
` [PATCH v2 03/13] usb: host: imx21: "
` [PATCH v2 04/13] usb: dwc3: "
` [PATCH v2 05/13] usb: musb: "
` [PATCH v2 06/13] usb: musb: dsps: "
` [PATCH v2 07/13] usb: dwc2: "
` [PATCH v2 08/13] usb: gadget: bcm63xx_udc: "
` [PATCH v2 09/13] usb: gadget: atmel: "
` [PATCH v2 10/13] usb: gadget: udc: renesas_usb3: "
` [PATCH v2 11/13] usb: gadget: pxa27x: "
` [PATCH v2 12/13] usb: gadget: udc: gr_udc: "
` [PATCH v2 13/13] usb: gadget: udc: s3c2410_udc: "

[RESEND Patch v3 00/20] media: ti-vpe: cal: maintenance
 2019-11-12 14:53 UTC  (21+ messages)
` [RESEND Patch v3 01/20] dt-bindings: media: cal: update binding to use syscon
` [RESEND Patch v3 02/20] dt-bindings: media: cal: update binding example
` [RESEND Patch v3 03/20] media: ti-vpe: cal: switch BIT_MASK to BIT
` [RESEND Patch v3 04/20] media: ti-vpe: cal: Add per platform data support
` [RESEND Patch v3 05/20] media: ti-vpe: cal: Enable DMABUF export
` [RESEND Patch v3 06/20] media: ti-vpe: cal: Restrict DMA to avoid memory corruption
` [RESEND Patch v3 07/20] dt-bindings: media: cal: update binding to add PHY LDO errata support
` [RESEND Patch v3 08/20] media: ti-vpe: cal: add CSI2 "
` [RESEND Patch v3 09/20] media: ti-vpe: cal: Fix ths_term/ths_settle parameters
` [RESEND Patch v3 10/20] media: ti-vpe: cal: Fix pixel processing parameters
` [RESEND Patch v3 11/20] media: ti-vpe: cal: Align DPHY init sequence with docs
` [RESEND Patch v3 12/20] dt-bindings: media: cal: update binding to add DRA76x support
` [RESEND Patch v3 13/20] media: ti-vpe: cal: Add "
` [RESEND Patch v3 14/20] dt-bindings: media: cal: update binding to add AM654 support
` [RESEND Patch v3 15/20] media: ti-vpe: cal: Add "
` [RESEND Patch v3 16/20] media: ti-vpe: cal: Add subdev s_power hooks
` [RESEND Patch v3 17/20] media: ti-vpe: cal: Properly calculate max resolution boundary
` [RESEND Patch v3 18/20] media: ti-vpe: cal: Fix a WARN issued when start streaming fails
` [RESEND Patch v3 19/20] media: ti-vpe: cal: fix enum_mbus_code/frame_size subdev arguments
` [RESEND Patch v3 20/20] dt-bindings: media: cal: convert binding to yaml

[PATCH] media: dvb_dummy_fe: Fix long lines
 2019-11-12 14:24 UTC 

[Patch v2 00/20] media: ti-vpe: cal: maintenance
 2019-11-12 13:35 UTC  (6+ messages)
` [Patch v2 12/20] media: ti-vpe: cal: Add DRA76x support

[PATCH v2] media: dvb_dummy_fe: Fix ERROR: POINTER_LOCATION
 2019-11-12 12:50 UTC 

[PATCH] media: rtl28xxu: Add support for PROlectrix DV107669 DVB-T dongle
 2019-11-12 12:40 UTC 

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

[PATCH] dt-bindings: rcar-csi2: Convert bindings to json-schema
 2019-11-12 10:41 UTC  (2+ messages)

[PATCH 0/5] Fix various syzbot errors
 2019-11-12  9:53 UTC  (10+ messages)
` [PATCH 1/5] gspca: zero usb_buf
` [PATCH 2/5] dvb-usb/af9005: initialize act_len
` [PATCH 3/5] dvb-usb/vp7045: initialize br[]
` [PATCH 4/5] dvb-usb/digitv: initialize key[]
` [PATCH 5/5] dvb-usb/dvb-usb-urb.c: initialize actlen to 0

[PATCH 0/3] dt-bindings: rcar-vin: Convert bindings to json-schema
 2019-11-12  9:42 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH] dma-buf/sw-sync: Use unsigned type for value of sync_timeline
 2019-11-12  9:41 UTC 

Please Help
 2019-11-12  8:32 UTC 

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

[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-11 21:46 UTC  (4+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers


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