| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 185 | Thomas Gleixner | 2019-05-30 | 3 | -27/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 2 | -19/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -13/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 5 | -61/+5 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 9 | -0/+9 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | media: prefix header search paths with $(srctree)/ | Masahiro Yamada | 2019-05-18 | 1 | -2/+2 |
* | videobuf2/videobuf2-dma-sg.c: convert to use vm_map_pages() | Souptick Joarder | 2019-05-14 | 3 | -22/+13 |
* | media: vb2: add waiting_in_dqbuf flag | Hans Verkuil | 2019-04-22 | 1 | -0/+22 |
* | media: videobuf2-v4l2.c: move up STATE_DEQUEUED check | Hans Verkuil | 2019-04-22 | 1 | -5/+6 |
* | media: vb2: Minor function naming fix | Ezequiel Garcia | 2019-04-22 | 1 | -3/+3 |
* | media: cx2341x: replace badly designed macros | Mauro Carvalho Chehab | 2019-03-25 | 1 | -58/+93 |
* | media: media requests: return EBADR instead of EACCES | Hans Verkuil | 2019-03-25 | 1 | -1/+1 |
* | media: vb2: add requires_requests bit for stateless codecs | Hans Verkuil | 2019-03-25 | 2 | -0/+13 |
* | media: Kconfig files: use the right help coding style | Mauro Carvalho Chehab | 2019-03-20 | 1 | -2/+2 |
* | media: videobuf2: Return error after allocation failure | Souptick Joarder | 2019-03-19 | 1 | -5/+5 |
* | media: vb2: drop VB2_BUF_STATE_REQUEUEING | Hans Verkuil | 2019-03-19 | 2 | -13/+3 |
* | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-03-10 | 1 | -32/+9 |
|\ |
|
| * | videobuf2: replace a layering violation with dma_map_resource | Christoph Hellwig | 2019-02-01 | 1 | -32/+9 |
* | | media: common: fix several typos | Mauro Carvalho Chehab | 2019-03-01 | 5 | -5/+5 |
* | | media: vb2: fix epoll() by calling poll_wait first | Hans Verkuil | 2019-02-18 | 2 | -5/+3 |
* | | media: vb2: keep track of timestamp status | Hans Verkuil | 2019-02-18 | 2 | -1/+5 |
* | | media: vb2: replace bool by bitfield in vb2_buffer | Hans Verkuil | 2019-02-18 | 1 | -6/+6 |
* | | media: v4l2-tpg-core: Add support for 32-bit packed YUV formats (v2) | Vivek Kasireddy | 2019-02-18 | 1 | -0/+12 |
* | | media: videobuf: use u64 for the timestamp internally | Hans Verkuil | 2019-02-07 | 1 | -1/+1 |
* | | media: videobuf2: remove unused variable | Hans Verkuil | 2019-02-07 | 1 | -1/+0 |
* | | media: vb2: check that buf_out_validate is present | Hans Verkuil | 2019-01-31 | 1 | -0/+9 |
* | | media: vb2: add buf_out_validate callback | Hans Verkuil | 2019-01-31 | 1 | -3/+19 |
* | | media: vb2: Keep dma-buf buffers mapped until they are freed | Pawel Osciak | 2019-01-31 | 1 | -8/+3 |
* | | media: vb2: vb2_find_timestamp: drop restriction on buffer state | Hans Verkuil | 2019-01-31 | 1 | -8/+3 |
* | | media: saa7146: make use of i2c_8bit_addr_from_msg | Peter Rosin | 2019-01-16 | 1 | -4/+1 |
* | | media: Change Andrzej Pietrasiewicz's e-mail address | Andrzej Pietrasiewicz | 2019-01-16 | 1 | -1/+1 |
* | | media: vb2: add vb2_find_timestamp() | Hans Verkuil | 2019-01-07 | 1 | -1/+18 |
|/ |
|
* | Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2018-12-25 | 1 | -0/+1 |
|\ |
|
| * | media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUT | Sakari Ailus | 2018-12-14 | 1 | -0/+1 |
* | | Merge tag 'v4.20-rc7' into patchwork | Mauro Carvalho Chehab | 2018-12-17 | 2 | -13/+44 |
|\ \
| |/
|/| |
|
| * | media: Add a Kconfig option for the Request API | Sakari Ailus | 2018-12-05 | 1 | -0/+2 |
| * | media: vb2: don't unbind/put the object when going to state QUEUED | Hans Verkuil | 2018-12-03 | 1 | -1/+1 |
| * | media: vb2: keep a reference to the request until dqbuf | Hans Verkuil | 2018-12-03 | 1 | -5/+33 |
| * | media: vb2: skip request checks for VIDIOC_PREPARE_BUF | Hans Verkuil | 2018-12-03 | 1 | -4/+7 |
| * | media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed | Hans Verkuil | 2018-12-03 | 1 | -3/+1 |
* | | media: vb2: be sure to unlock mutex on errors | Mauro Carvalho Chehab | 2018-11-23 | 1 | -1/+2 |
* | | media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused() | Hans Verkuil | 2018-11-23 | 1 | -1/+0 |
* | | media: vb2: Allow reqbufs(0) with "in use" MMAP buffers | John Sheu | 2018-11-23 | 2 | -6/+4 |
* | | media: v4l2-tpg: array index could become negative | Hans Verkuil | 2018-11-23 | 1 | -1/+1 |
* | | media: vb2: check memory model for VIDIOC_CREATE_BUFS | Hans Verkuil | 2018-11-23 | 1 | -0/+3 |
* | | media: vb2: vb2_mmap: move lock up | Hans Verkuil | 2018-11-23 | 1 | -3/+8 |
|/ |
|
* | Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 2018-10-31 | 2 | -197/+591 |
|\ |
|