aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-07MAINTAINERS, .mailmap: update Umang's email addressUmang Jain2-1/+2
2025-10-07drm/nouveau: fix bad ret code in nouveau_bo_move_prepShuhao Fu1-1/+1
2025-10-07Merge tag 'hardening-fix1-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds7-2/+62
2025-10-07Merge tag 'dma-mapping-6.18-2025-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-2/+2
2025-10-07smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_register_message()Markus Elfring1-5/+2
2025-10-07Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-31/+71
2025-10-07Merge tag 'staging-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-37/+31
2025-10-07Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-160/+16
2025-10-07smb: client: Use common code in cifs_do_create()Markus Elfring1-2/+2
2025-10-07Merge tag 'thermal-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-18/+25
2025-10-07drm/amd/display: Incorrect Mirror CositingJesse Agate1-5/+5
2025-10-07drm/amd/display: Enable Dynamic DTBCLK SwitchFangzhi Zuo1-0/+4
2025-10-07drm/amdgpu: Report individual reset errorLijo Lazar1-10/+15
2025-10-07drm/amdgpu: partially revert "revert to old status lock handling v3"Christian König4-68/+105
2025-10-07drm/amd/display: Fix unsafe uses of kernel mode FPUArd Biesheuvel6-7/+56
2025-10-07drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regressionJesse.Zhang1-2/+1
2025-10-07drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_reset_state_machineJesse.Zhang1-1/+1
2025-10-07drm/amdgpu: Check swus/ds for switch state saveLijo Lazar1-8/+15
2025-10-07drm/amdkfd: Fix two comments in kfd_ioctl.hFelix Kuehling1-2/+2
2025-10-07drm/amd/pm: Avoid interface mismatch messagingLijo Lazar3-2/+5
2025-10-07drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_initJesse.Zhang3-56/+24
2025-10-07drm/amd/amdgpu: Fix the mes version that support inv_tlbsShaoyun Liu1-1/+1
2025-10-07drm/amd: Check whether secure display TA loaded successfullyMario Limonciello1-1/+1
2025-10-07drm/amdkfd: Fix mmap write lock not releasePhilip Yang1-0/+2
2025-10-07drm/amdkfd: Fix kfd process ref leaking when userptr unmappingPhilip Yang1-2/+7
2025-10-07drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O.Heng Zhou1-0/+5
2025-10-07drm/amd/display: Disable scaling on DCE6 for nowTimur Kristóf1-2/+2
2025-10-07drm/amd/display: Properly disable scaling on DCE6Timur Kristóf2-4/+13
2025-10-07drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf1-4/+2
2025-10-07drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf1-0/+2
2025-10-07drm/amdgpu: Add additional DCE6 SCL registersAlex Deucher2-0/+9
2025-10-07slub: Don't call lockdep_unregister_key() for immature kmem_cache.Kuniyuki Iwashima1-1/+2
2025-10-07parisc: Add initial kernel-side perf_event supportHelge Deller6-1/+162
2025-10-07gen_init_cpio: Ignore fsync() returning EINVAL on pipesDmitry Safonov1-1/+4
2025-10-07scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogsNathan Chancellor1-3/+5
2025-10-07Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-18/+53
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds28-101/+426
2025-10-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds324-7821/+32388
2025-10-07KVM: selftests: Test prefault memory during concurrent memslot removalYan Zhao1-17/+114
2025-10-07smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()Markus Elfring1-7/+6
2025-10-07smb: client: Return a status code only as a constant in cifs_spnego_key_instantiate()Markus Elfring1-9/+3
2025-10-07parisc: Report software alignment faults via perfHelge Deller1-0/+2
2025-10-07parisc: Report emulation faults via perfHelge Deller1-0/+2
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-118/+154
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds45-193/+449
2025-10-07mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin1-11/+1
2025-10-07tools headers: kcfi: rename missed CONFIG_CFI_CLANGCarlos Llamas1-1/+1
2025-10-07kconfig: Avoid prompting for transitional symbolsKees Cook6-1/+61
2025-10-07parisc: don't reference obsolete termio struct for TC* constantsSam James1-4/+4
2025-10-07parisc: Remove spurious if statement from raw_copy_from_user()John David Anglin1-1/+0