This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a69e90512d9d Merge tag 'xfs-5.3-fixes-2' of git://git.kernel.org/pub/sc [...] new 05b439711f6f drm/ast: Fixed reboot test may cause system hanged new db1231ddc046 drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes new 17b6d2d52854 drm/amdgpu: fix gfx9 soft recovery new 31ec0dd38085 drm/amd/display: use kvmalloc for dc_state (v2) new e1b4ce25dbc9 drm/scheduler: use job count instead of peek new 2f62c5d6ed0a Merge tag 'drm-fixes-5.3-2019-08-14' of git://people.freed [...] new eac4471d0882 drm/i915: Use after free in error path in intel_vgpu_creat [...] new daa37200d489 Merge tag 'gvt-fixes-2019-08-13' of https://github.com/int [...] new a85abd5d45ad Merge tag 'drm-intel-fixes-2019-08-15' of git://anongit.fr [...] new ec037ac244c0 Merge tag 'drm-fixes-2019-08-16' of git://anongit.freedesk [...] new de768ce45466 ALSA: hda - Apply workaround for another AMD chip 1022:1487 new cfef67f016e4 ALSA: hda - Fix a memory leak bug new 190d03814eb3 ALSA: hda/realtek - Add quirk for HP Envy x360 new 401714d9534a ALSA: hda - Let all conexant codec enter D3 when rebooting new 871b90660277 ALSA: hda - Add a generic reboot_notify new daac07156b33 ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit new 19bce474c45b ALSA: usb-audio: Fix a stack buffer overflow bug in check_ [...] new cfa0bb2aef99 Merge tag 'sound-5.3-rc5' of git://git.kernel.org/pub/scm/ [...] new f0414087a1b9 dmaengine: dw-edma: fix unnecessary stack usage new 756c3ef93492 dmaengine: dw-edma: fix __iomem type confusion new 6f4722b1d1eb dmaengine: dw-edma: fix endianess confusion new 5d6fb560729a dmaengine: ste_dma40: fix unneeded variable warning new d105ef8120dd dmaengine: tegra210-adma: Fix unused function warnings new 39c71a5b8212 dmaengine: stm32-mdma: Fix a possible null-pointer derefer [...] new d555c34338ca omap-dma/omap_vout_vrfb: fix off-by-one fi value new 9da5bb24bb36 Merge tag 'dmaengine-fix-5.3-rc5' of git://git.infradead.o [...] new accd2dd72c8f PCI/ASPM: Add pcie_aspm_enabled() new 4eaefe8c621c nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabled new e61a41256edf cpufreq: dev_pm_qos_update_request() can return 1 on success new 600f5badb78c cpufreq: schedutil: Don't skip freq update when limits change new a3ee2477c45f Merge branch 'pm-cpufreq' new 2d63ba3e41db Merge tag 'pm-5.3-rc5' of git://git.kernel.org/pub/scm/lin [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/cpufreq/cpufreq.c | 2 +- drivers/dma/dw-edma/dw-edma-core.h | 2 +- drivers/dma/dw-edma/dw-edma-pcie.c | 18 +++++++------- drivers/dma/dw-edma/dw-edma-v0-core.c | 34 +++++++++++-------------- drivers/dma/dw-edma/dw-edma-v0-debugfs.c | 29 +++++++++++----------- drivers/dma/ste_dma40.c | 4 +-- drivers/dma/stm32-mdma.c | 2 +- drivers/dma/tegra210-adma.c | 4 +-- drivers/dma/ti/omap-dma.c | 4 +-- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 11 +++++---- drivers/gpu/drm/ast/ast_main.c | 5 +++- drivers/gpu/drm/ast/ast_mode.c | 2 +- drivers/gpu/drm/ast/ast_post.c | 2 +- drivers/gpu/drm/i915/gvt/scheduler.c | 4 +-- drivers/gpu/drm/nouveau/dispnv50/disp.c | 22 ++++++++++------- drivers/gpu/drm/scheduler/sched_entity.c | 4 +-- drivers/media/platform/omap/omap_vout_vrfb.c | 3 +-- drivers/nvme/host/pci.c | 13 +++++++--- drivers/pci/pcie/aspm.c | 20 +++++++++++++++ include/linux/pci.h | 2 ++ kernel/sched/cpufreq_schedutil.c | 14 ++++++++--- sound/pci/hda/hda_generic.c | 21 +++++++++++++++- sound/pci/hda/hda_generic.h | 1 + sound/pci/hda/hda_intel.c | 3 +++ sound/pci/hda/patch_conexant.c | 15 +---------- sound/pci/hda/patch_realtek.c | 12 ++------- sound/usb/mixer.c | 37 ++++++++++++++++++++++------ 28 files changed, 177 insertions(+), 115 deletions(-)