1. 14 May, 2023 9 commits
  2. 13 May, 2023 15 commits
  3. 12 May, 2023 14 commits
  4. 11 May, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drm · cc3c44c9
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       "About the usual for this stage, bunch of amdgpu, a few i915 and a
        scattering of fixes across the board"
      
        dsc:
         - macro fixes
      
        simplefb:
         - fix VESA format
      
        scheduler:
         - timeout handling fix
      
        fbdev:
         - avoid potential out-of-bounds access in generic fbdev emulation
      
        ast:
         - improve AST2500+ compat on ARM
      
        mipi-dsi:
         - small mipi-dsi fix
      
        amdgpu:
         - VCN3 fixes
         - APUs always support PCI atomics
         - legacy power management fixes
         - DCN 3.1.4 fix
         - DCFCLK fix
         - fix several RAS irq refcount mismatches
         - GPU Reset fix
         - GFX 11.0.4 fix
      
        i915:
         - taint kernel when force_probe is used
         - NULL deref and div-by-zero fixes for display
         - GuC error capture fix for Xe devices"
      
      * tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drm: (24 commits)
        drm/amdgpu: change gfx 11.0.4 external_id range
        drm/amdgpu/jpeg: Remove harvest checking for JPEG3
        drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras
        drm/amd/pm: avoid potential UBSAN issue on legacy asics
        drm/i915: taint kernel when force probing unsupported devices
        drm/i915/dp: prevent potential div-by-zero
        drm/i915: Fix NULL ptr deref by checking new_crtc_state
        drm/i915/guc: Don't capture Gen8 regs on Xe devices
        drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
        drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)
        drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
        drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes
        drm/amd/display: Add symclk workaround during disable link output
        drm/amd/pm: parse pp_handle under appropriate conditions
        drm/amdgpu: set gfx9 onwards APU atomics support to be true
        drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution
        drm/sched: Check scheduler work queue before calling timeout handling
        drm/mipi-dsi: Set the fwnode for mipi_dsi_device
        drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes
        drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
        ...
      cc3c44c9
    • Linus Torvalds's avatar
      Merge tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux · 849a4f09
      Linus Torvalds authored
      Pull xfs bug fixes from Dave Chinner:
       "Largely minor bug fixes and cleanups, th emost important of which are
        probably the fixes for regressions in the extent allocation code:
      
         - fixes for inode garbage collection shutdown racing with work queue
           updates
      
         - ensure inodegc workers run on the CPU they are supposed to
      
         - disable counter scrubbing until we can exclusively freeze the
           filesystem from the kernel
      
         - regression fixes for new allocation related bugs
      
         - a couple of minor cleanups"
      
      * tag 'xfs-6.4-rc1-fixes' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
        xfs: fix xfs_inodegc_stop racing with mod_delayed_work
        xfs: disable reaping in fscounters scrub
        xfs: check that per-cpu inodegc workers actually run on that cpu
        xfs: explicitly specify cpu when forcing inodegc delayed work to run immediately
        xfs: fix negative array access in xfs_getbmap
        xfs: don't allocate into the data fork for an unshare request
        xfs: flush dirty data and drain directios before scrubbing cow fork
        xfs: set bnobt/cntbt numrecs correctly when formatting new AGs
        xfs: don't unconditionally null args->pag in xfs_bmap_btalloc_at_eof
      849a4f09