aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-01-1118-354/+1619
|\
| * dm snapshot: fix hung bios when copy error occursMikulas Patocka2016-01-084-19/+12
| * dm thin: bump thin and thin-pool target versionsMike Snitzer2016-01-061-2/+2
| * dm thin: fix race condition when destroying thin pool workqueueNikolay Borisov2015-12-171-2/+2
| * dm space map metadata: remove unused variable in brb_pop()Mike Snitzer2015-12-141-3/+0
| * dm verity: add ignore_zero_blocks featureSami Tolvanen2015-12-103-10/+88
| * dm verity: add support for forward error correctionSami Tolvanen2015-12-106-7/+1038
| * dm verity: factor out verity_for_bv_block()Sami Tolvanen2015-12-102-23/+55
| * dm verity: factor out structures and functions useful to separate objectSami Tolvanen2015-12-102-100/+128
| * dm verity: move dm-verity.c to dm-verity-target.cSami Tolvanen2015-12-102-0/+1
| * dm verity: separate function for parsing opt argsSami Tolvanen2015-12-101-28/+43
| * dm verity: clean up duplicate hashing codeSami Tolvanen2015-12-101-115/+147
| * dm btree: factor out need_insert() helperMike Snitzer2015-12-101-7/+10
| * dm bufio: use BUG_ON instead of conditional call to BUGAnup Limbu2015-12-101-2/+1
| * dm bufio: store stacktrace in buffers to help find buffer leaksMikulas Patocka2015-12-103-10/+47
| * dm bufio: return NULL to improve code clarityMikulas Patocka2015-12-101-1/+1
| * dm block manager: cleanup code that prints stacktraceMikulas Patocka2015-12-101-10/+1
| * dm: don't save and restore bi_privateMikulas Patocka2015-12-103-12/+2
| * dm thin metadata: make dm_thin_find_mapped_range() atomicJoe Thornber2015-12-101-21/+43
| * dm thin metadata: speed up discard of partially mapped volumesJoe Thornber2015-12-101-25/+41
* | Merge tag 'media/v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-01-11379-3491/+3860
|\ \
| * \ Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2016-01-11379-3491/+3860
| |\ \
| | * | [media] rc: sunxi-cir: Initialize the spinlock properlyChen-Yu Tsai2015-12-231-0/+2
| | * | [media] rtl2832: do not filter out slave TS null packetsAntti Palosaari2015-12-231-12/+0
| | * | [media] rtl2832: print reg number on error caseAntti Palosaari2015-12-231-3/+6
| | * | [media] rtl28xxu: return demod reg page from driver cacheAntti Palosaari2015-12-231-5/+11
| | * | [media] coda: enable MPEG-2 ES decodingPhilipp Zabel2015-12-231-0/+4
| | * | [media] coda: don't start streaming without queued buffersPhilipp Zabel2015-12-231-10/+3
| | * | [media] coda: hook up vidioc_prepare_bufPhilipp Zabel2015-12-231-0/+1
| | * | [media] coda: relax coda_jpeg_check_buffer for trailing bytesPhilipp Zabel2015-12-233-8/+22
| | * | [media] coda: make to_coda_video_device staticPhilipp Zabel2015-12-231-1/+2
| | * | [media] s5p-mfc: remove volatile attribute from MFC register addressesAndrzej Hajda2015-12-231-244/+244
| | * | [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_voidAndrzej Hajda2015-12-236-58/+52
| | * | [media] s5p-mfc: use spinlock to protect MFC contextAndrzej Hajda2015-12-236-70/+11
| | * | [media] s5p-mfc: remove unnecessary callbacksAndrzej Hajda2015-12-233-102/+0
| | * | [media] s5p-mfc: make queue cleanup code commonAndrzej Hajda2015-12-237-50/+23
| | * | [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctxAndrzej Hajda2015-12-234-45/+21
| | * | [media] s5p-mfc: constify s5p_mfc_codec_ops structuresJulia Lawall2015-12-235-7/+7
| | * | [media] au8522: Avoid memory leak for device config dataMauro Carvalho Chehab2015-12-214-26/+16
| | * | [media] ir-lirc-codec.c: don't leak lirc->drv-rbufMauro Carvalho Chehab2015-12-211-0/+1
| | * | [media] uvcvideo: small cleanup in uvc_video_clock_update()Dan Carpenter2015-12-181-1/+1
| | * | [media] uvcvideo: Fix reading the current exposure value of UVCAnton V. Shokurov2015-12-181-1/+2
| | * | [media] cx23885-dvb: move initialization of a8293_pdataMauro Carvalho Chehab2015-12-181-3/+5
| | * | [media] cx23885-dvb: initialize a8293_pdataMauro Carvalho Chehab2015-12-181-1/+1
| | * | [media] videobuf2: avoid memory leak on errorsMauro Carvalho Chehab2015-12-181-2/+4
| | * | [media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil2015-12-181-18/+21
| | * | [media] videobuf2-core: call __setup_offsets before buf_init()Hans Verkuil2015-12-181-26/+16
| | * | [media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()Hans Verkuil2015-12-181-2/+3
| | * | [media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()Hans Verkuil2015-12-181-21/+3
| | * | [media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil2015-12-182-22/+17