summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Linux 5.15.112v5.15.112Greg Kroah-Hartman1-1/+1
2023-05-17drm/amd/display: Fix hang when skipping modesetAurabindo Pillai2-1/+7
2023-05-17RISC-V: Fix up a cherry-pick warning in setup_vm_final()Alexandre Ghiti1-1/+2
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+21
2023-05-17drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load errorKonrad Dybcio1-1/+1
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o1-2/+3
2023-05-17ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-17ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o1-1/+1
2023-05-17ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o1-1/+11
2023-05-17ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o1-1/+2
2023-05-17ext4: improve error handling from ext4_dirhash()Theodore Ts'o2-17/+42
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-17ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li1-1/+1
2023-05-17ext4: fix data races when using cached status extentsJan Kara1-17/+13
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-05-17ext4: fix WARNING in mb_find_extentYe Bin1-0/+25
2023-05-17locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz1-4/+4
2023-05-17ksmbd: not allow guest user on multichannelNamjae Jeon1-2/+9
2023-05-17ksmbd: fix deadlock in ksmbd_find_crypto_ctx()Namjae Jeon1-8/+11
2023-05-17ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon12-86/+110
2023-05-17ksmbd: fix kernel oops from idr_remove()Namjae Jeon2-2/+8
2023-05-17ksmbd: add channel rwlockNamjae Jeon3-2/+22
2023-05-17ksmbd: replace sessions list in connection with xarrayNamjae Jeon5-33/+21
2023-05-17ksmbd: fix multi session connection failureNamjae Jeon5-29/+24
2023-05-17ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon3-5/+21
2023-05-17wifi: rtw88: rtw8821c: Fix rfe_option field widthSascha Hauer1-1/+1
2023-05-17drm/amd/display: Add NULL plane_state check for cursor disable logicNicholas Kazlauskas1-1/+3
2023-05-17drm/amd/display: Refine condition of cursor visibility for pipe-splitDale Zhao1-19/+24
2023-05-17drm/msm/adreno: fix runtime PM imbalance at gpu loadJohan Hovold1-4/+12
2023-05-17drm/msm: Remove struct_mutex usageRob Clark8-34/+49
2023-05-17drm/i915/dg2: Add HDMI pixel clock frequencies 267.30 and 319.89 MHzAnkit Nautiyal1-0/+62
2023-05-17drm/i915/dg2: Add additional HDMI pixel clock frequenciesTaylor, Clinton A1-0/+1116
2023-05-17drm/i915/dg2: Support 4k@30 on HDMIVandita Kulkarni1-0/+32
2023-05-17ASoC: soc-pcm.c: call __soc_pcm_close() in soc_pcm_close()Kuninori Morimoto1-1/+1
2023-05-17ASoC: DPCM: Don't pick up BE without substreamTakashi Iwai1-0/+3
2023-05-17ASoC: soc-pcm: Move debugfs removal out of spinlockTakashi Iwai1-3/+9
2023-05-17ASoC: soc-compress: Inherit atomicity from DAI link for Compress FEDaniel Baluta1-0/+3
2023-05-17ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai3-3/+31
2023-05-17fs/ntfs3: Refactoring of various minor issuesKonstantin Komarov3-5/+3
2023-05-17HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2-0/+27
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-05-17drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspendGuchun Chen1-3/+5
2023-05-17drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)Lin.Cao1-1/+5
2023-05-17drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx rasGuchun Chen1-1/+2
2023-05-17drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()Hamza Mahfooz1-1/+0
2023-05-17drm/amd/display: fix flickering caused by S/G modeHamza Mahfooz1-2/+11
2023-05-17drm/panel: otm8009a: Set backlight parent to panel deviceJames Cowgill1-1/+1
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim1-1/+15
2023-05-17drm/msm: fix NULL-deref on irq uninstallJohan Hovold1-3/+5