1. 31 Oct, 2021 6 commits
  2. 30 Oct, 2021 6 commits
  3. 29 Oct, 2021 25 commits
  4. 28 Oct, 2021 3 commits
    • Linus Torvalds's avatar
      Merge tag 'libnvdimm-fixes-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm · f25a5481
      Linus Torvalds authored
      Pull libnvdimm fix from Dan Williams:
      
       - Fix a regression introduced in v5.15-rc6 that caused nvdimm namespace
         shutdown to hang due to reworks in the block layer q_usage_count.
      
      * tag 'libnvdimm-fixes-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm:
        nvdimm/pmem: stop using q_usage_count as external pgmap refcount
      f25a5481
    • Wolfram Sang's avatar
      mmc: tmio: reenable card irqs after the reset callback · 90935eb3
      Wolfram Sang authored
      The reset callback may clear the internal card detect interrupts, so
      make sure to reenable them if needed.
      
      Fixes: b4d86f37 ("mmc: renesas_sdhi: do hard reset if possible")
      Reported-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
      Signed-off-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
      Cc: stable@vger.kernel.org
      Link: https://lore.kernel.org/r/20211028195149.8003-1-wsa+renesas@sang-engineering.comSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      90935eb3
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm · f31531e5
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "Quiet but not too quiet, I blame Halloween.
      
        The first set of amdgpu fixes missed last week, hence why this has a
        few more of them, it's mostly display fixes for new GPUs and some
        debugfs OOB stuff.
      
        The i915 patches have one to remove a tracepoint possible issue before
        it's a real problem, the others around cflush and display are cc'ed to
        stable as well.
      
        Otherwise it's just a few misc fixes.
      
        Summary:
      
        MAINTAINERS:
         - Fix the path pattern
      
        ttm:
         - Fix fence leak in ttm_transfered_destroy.
      
        core:
         - Add GPD Win3 rotation quirk
      
        i915:
         - Remove unconditional clflushes
         - Fix oops on boot due to sync state on disabled DP encoders
         - Revert backend specific data added to tracepoints
         - Remove useless and incorrect memory frequence calculation
      
        panel:
         - Add quirk for Aya Neo 2021
      
        seltest:
         - Reset property count for each drm damage selftest so full run will
           work correctly.
      
        amdgpu:
         - Fix two potential out of bounds writes in debugfs
         - Fix revision handling for Yellow Carp
         - Display fixes for Yellow Carp
         - Display fixes for DCN 3.1"
      
      * tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm: (21 commits)
        MAINTAINERS: dri-devel is for all of drivers/gpu
        drm/i915: Revert 'guc_id' from i915_request tracepoint
        drm/amd/display: Fix deadlock when falling back to v2 from v3
        drm/amd/display: Fallback to clocks which meet requested voltage on DCN31
        drm/amdgpu: Fix even more out of bound writes from debugfs
        drm: panel-orientation-quirks: Add quirk for GPD Win3
        drm/i915/dp: Skip the HW readout of DPCD on disabled encoders
        drm/i915: Catch yet another unconditioal clflush
        drm/i915: Convert unconditional clflush to drm_clflush_virt_range()
        drm/i915/selftests: Properly reset mock object propers for each test
        drm: panel-orientation-quirks: Add quirk for Aya Neo 2021
        drm/ttm: fix memleak in ttm_transfered_destroy
        drm/amdgpu: support B0&B1 external revision id for yellow carp
        drm/amd/display: Moved dccg init to after bios golden init
        drm/amd/display: Increase watermark latencies for DCN3.1
        drm/amd/display: increase Z9 latency to workaround underflow in Z9
        drm/amd/display: Require immediate flip support for DCN3.1 planes
        drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1
        drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1
        drm/amdgpu: fix out of bounds write
        ...
      f31531e5