aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-22net/9p/usbg: allow building as standalone moduleDominique Martinet1-2/+2
2024-11-229p/xen: fix release of IRQAlex Zenla1-1/+1
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang22-22/+22
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-11-22xfs: prevent mount and log shutdown raceDave Chinner2-0/+12
2024-11-22xfs: delalloc and quota softlimit timers are incoherentDave Chinner1-13/+0
2024-11-22xfs: fix sparse inode limits on runt AGDave Chinner1-7/+9
2024-11-22xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-11-22drm/rockchip: avoid 64-bit divisionArnd Bergmann1-1/+1
2024-11-22xfs: eliminate lockdep false positives in xfs_attr_shortform_listLong Li1-1/+2
2024-11-22Merge tag 'sched-core-2024-11-18' into loongarch-nextHuacai Chen42-504/+1105
2024-11-22tpm: atmel: Drop PPC64 specific MMIO setupRob Herring (Arm)3-144/+61
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1476-28946/+51907
2024-11-22char: tpm: cr50: Add new device/vendor ID 0x50666666Jett Rink1-4/+28
2024-11-22char: tpm: cr50: Move i2c locking to request/relinquish locality opsJan Dabros1-9/+13
2024-11-22char: tpm: cr50: Use generic request/relinquish locality opsJan Dabros1-40/+54
2024-11-22tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driverStefan Berger2-15/+1
2024-11-21Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds395-6477/+17556
2024-11-21Merge tag 'i2c-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds121-1158/+2164
2024-11-21Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable"Alex Deucher1-10/+0
2024-11-21drm/amdgpu/jpeg: cancel the jpeg workerAlex Deucher7-7/+7
2024-11-21drm/amdgpu: fix usage slab after freeVitaly Prosyak2-4/+4
2024-11-21drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3Xiang Liu1-8/+22
2024-11-21drm/amdgpu: Fix sysfs warning when hotpluggingJesse.zhang@amd.com7-14/+25
2024-11-21drm/amdgpu: Add sysfs interface for vcn reset maskJesse.zhang@amd.com5-0/+67
2024-11-21drm/amdgpu/gmc7: fix wait_for_idle callersAlex Deucher1-4/+14
2024-11-21drm/amd/pm: Remove arcturus min power limitLijo Lazar1-1/+5
2024-11-21drm/amd/pm: skip setting the power source on smu v14.0.2/3Kenneth Feng1-1/+0
2024-11-21drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3Kenneth Feng1-3/+23
2024-11-21drm/amdkfd: Use the correct wptr sizeLijo Lazar1-1/+1
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds38-427/+3354
2024-11-21Merge tag 'dma-mapping-6.13-2024-11-19' of git://git.infradead.org/users/hch/...Linus Torvalds8-135/+242
2024-11-21Merge tag 'configfs-6.13-2024-11-19' of git://git.infradead.org/users/hch/con...Linus Torvalds3-37/+34
2024-11-21arm64: disable ARCH_CORRECT_STACKTRACE_ON_KRETPROBE testsMark Rutland1-1/+0
2024-11-21Merge tag 'jfs-6.13' of github.com:kleikamp/linux-shaggyLinus Torvalds3-1/+22
2024-11-21Merge tag 'dlm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds8-153/+165
2024-11-21Merge tag 'nvme-6.13-2024-11-21' of git://git.infradead.org/nvme into for-6.1...Jens Axboe9-85/+274
2024-11-21Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-59/+77
2024-11-21Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds63-32804/+12
2024-11-21Merge tag 'for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-5/+4
2024-11-21Merge tag 'xfs-6.13-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds156-2946/+9572
2024-11-21Merge tag 'erofs-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-296/+276
2024-11-21nvme: tuning pr code by using defined structs and macrosGuixin Liu1-47/+75
2024-11-21nvme: introduce change ptpl and iekey definitionGuixin Liu1-0/+9
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-11-21smb: client: handle max length for SMB symlinksPaulo Alcantara2-1/+6
2024-11-21smb: client: get rid of bounds check in SMB2_ioctl_init()Paulo Alcantara1-9/+0
2024-11-21smb: client: improve compound padding in encryptionPaulo Alcantara3-63/+18