summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-31media: ov6650: Fix stored frame format not in sync with hardwareJanusz Krzysztofik1-3/+6
2019-12-31media: i2c: ov2659: Fix missing 720p register configBenoit Parrot1-0/+4
2019-12-31media: ov6650: Fix crop rectangle alignment not passed backJanusz Krzysztofik1-16/+15
2019-12-31media: i2c: ov2659: fix s_stream return valueBenoit Parrot1-5/+9
2019-12-31media: ov6650: Fix control handler not freed on init errorJanusz Krzysztofik1-4/+8
2019-12-31media: max2175: Fix build error without CONFIG_REGMAP_I2CYueHaibing1-0/+1
2019-12-31media: vim2m: Fix BUG_ON in vim2m_device_release()Kefeng Wang1-0/+1
2019-12-31media: vim2m: Fix abort issueJernej Skrabec1-0/+3
2019-12-31media: seco-cec: Add a missing 'release_region()' in an error handling pathChristophe JAILLET1-0/+1
2019-12-31media: cedrus: fill in bus_info for media deviceHans Verkuil1-0/+2
2019-12-31media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot1-0/+4
2019-12-31spi: gpio: prevent memory leak in spi_gpio_probeNavid Emamdoost1-1/+3
2019-12-31drm/komeda: Workaround for broken FLIP_COMPLETE timestampsMihail Atanassov1-0/+2
2019-12-31IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy1-0/+1
2019-12-31ath10k: fix backtrace on coredumpAnilkumar Kolli1-3/+8
2019-12-31Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D"Geert Uytterhoeven1-4/+5
2019-12-31Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and...Geert Uytterhoeven1-9/+11
2019-12-31libertas: fix a potential NULL pointer dereferenceAllen Pais1-0/+5
2019-12-31rtlwifi: prevent memory leak in rtl_usb_probeNavid Emamdoost1-1/+4
2019-12-31staging: rtl8188eu: fix possible null dereferenceConnor Kuehl1-2/+2
2019-12-31staging: rtl8192u: fix multiple memory leaks on error pathNavid Emamdoost1-5/+12
2019-12-31drm/meson: vclk: use the correct G12A frac max valueNeil Armstrong1-2/+7
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3
2019-12-31ath10k: Check if station exists before forwarding tx airtime reportHauke Mehrtens1-1/+1
2019-12-31drm/amd/display: Handle virtual signal type in disable_link()Martin Tsai1-2/+4
2019-12-31ath10k: add cleanup in ath10k_sta_state()Wenwen Wang1-1/+5
2019-12-31drm/amd/display: Rebuild mapped resources after pipe splitMikita Lipski1-0/+1
2019-12-31drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)Christian König1-18/+26
2019-12-31drm/amdgpu: grab the id mgr lock while accessing passid_mappingChristian König1-3/+9
2019-12-31drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 codeJack Zhang1-27/+34
2019-12-31iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski1-2/+2
2019-12-31iio: max31856: add missing of_node and parent references to iio_devAndrea Merello1-0/+2
2019-12-31drm/amd/display: OTC underflow fixJaehyun Chung1-1/+1
2019-12-31drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney1-2/+6
2019-12-31drm/amd/display: verify stream link before link testJing Zhou1-1/+2
2019-12-31drm: Use EOPNOTSUPP, not ENOTSUPPDaniel Vetter2-4/+4
2019-12-31drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz1-13/+18
2019-12-31drm/panel: Add missing drm_panel_init() in panel driversLaurent Pinchart2-0/+2
2019-12-31drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter1-2/+1
2019-12-31drm: mst: Fix query_payload ack reply structSean Paul1-1/+1
2019-12-31drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann1-12/+16
2019-12-31drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz1-4/+9
2019-12-31ALSA: hda/ca0132 - Fix work handling in delayed HP detectionTakashi Iwai1-2/+14
2019-12-31ALSA: hda/ca0132 - Avoid endless loopTakashi Iwai1-2/+3
2019-12-31ALSA: hda/ca0132 - Keep power on during processing DSP responseTakashi Iwai1-0/+2
2019-12-31ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21