summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* media: uapi: h264: clarify dec_ref_pic_marking_bit_size fieldsPhilipp Zabel2019-10-011-1/+1
* media: hantro: streamline open, reuse error pathPhilipp Zabel2019-10-011-7/+6
* media: ext-ctrls-flash.rst: fix typoHans Verkuil2019-10-011-1/+1
* media: seco-cec: Add a missing 'release_region()' in an error handling pathChristophe JAILLET2019-10-011-0/+1
* media: cedrus: fix various format-related compliance issuesHans Verkuil2019-10-013-25/+14
* media: cedrus: choose default pixelformat in try_fmtHans Verkuil2019-10-011-26/+20
* media: cedrus: fill in bus_info for media deviceHans Verkuil2019-10-011-0/+2
* media: am437x-vpfe: Switch to SPDX LicensingBenoit Parrot2019-10-013-35/+3
* media: am437x-vpfe: Remove per bus width static dataBenoit Parrot2019-10-012-56/+16
* media: am437x-vpfe: TRY_FMT ioctl is not really trying anythingBenoit Parrot2019-10-012-171/+171
* media: am437x-vpfe: fix function trace debug logBenoit Parrot2019-10-011-59/+13
* media: am437x-vpfe: Use a per instance format array instead of a static oneBenoit Parrot2019-10-012-69/+75
* media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot2019-10-011-0/+4
* media: am437x-vpfe: Streamlined vb2 buffer cleanupBenoit Parrot2019-10-011-28/+25
* media: am437x-vpfe: fix start streaming error pathBenoit Parrot2019-10-011-0/+1
* media: am437x-vpfe: Wait for end of frame before tear-downBenoit Parrot2019-10-012-26/+29
* media: am437x-vpfe: Rework ISR routine for clarityBenoit Parrot2019-10-011-62/+66
* media: am437x-vpfe: Fix missing first lineBenoit Parrot2019-10-011-4/+0
* media: am437x-vpfe: Fix suspend path to always handle pinctrl configDave Gerlach2019-10-011-24/+22
* media: MAINTAINERS: Add reviewer to vimc driverShuah Khan2019-10-011-0/+1
* media: doc: media: vimc: Update module parameter usage informationShuah Khan2019-10-011-6/+6
* media: vimc: move duplicated IS_SRC and IS_SINK to common headerShuah Khan2019-10-013-12/+11
* media: vimc: Fix gpf in rmmod path when stream is activeShuah Khan2019-10-014-2/+4
* media: vimc: Collapse component structure into a single monolithic driverShuah Khan2019-10-018-385/+195
* media: mc-device.c: fix memleak in media_device_register_entityzhengbin2019-10-011-32/+33
* media: i2c: mt9m001: make array init_regs static, makes object smallerColin Ian King2019-10-011-1/+1
* Linux 5.4-rc1v5.4-rc1Linus Torvalds2019-09-301-2/+2
* Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\
| * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\ \
| * | csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * | csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * | csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * | csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * | csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * | csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * | csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * | csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * | csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * | csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
| * | csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
| * | csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-312-4/+12