summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-02-06mshv: fix SRCU protection in irqfd resampler ack handlerLi RongQing-2/+3
2026-02-06mshv: make field names descriptive in a header structMukesh R-40/+40
2026-02-05Merge tag 'hwmon-for-v6.19-final' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+26
2026-02-05Merge tag 'drm-fixes-2026-02-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-187/+288
2026-02-05amd-xgbe: do not select NET_SELFTESTS when INET is disabledRaju Rangoju-1/+1
2026-02-06Merge tag 'drm-xe-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/dr...Dave Airlie-11/+20
2026-02-06Merge tag 'drm-misc-next-fixes-2026-02-05' of https://gitlab.freedesktop.org/...Dave Airlie-80/+103
2026-02-05Merge branch 'net-cpsw_new-fix-multiple-issues-in-the-cpsw_probe-error-path'Jakub Kicinski-9/+6
2026-02-05net: cpsw_new: Fix potential unregister of netdev that has not been registere...Kevin Hao-2/+1
2026-02-05net: cpsw_new: Fix unnecessary netdev unregistration in cpsw_probe() error pathKevin Hao-7/+5
2026-02-05nfc: hci: shdlc: Stop timers and work before freeing contextVotokina Victoria-0/+8
2026-02-06Merge tag 'amd-drm-fixes-6.19-2026-02-05' of https://gitlab.freedesktop.org/a...Dave Airlie-39/+62
2026-02-06Merge tag 'drm-xe-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-10/+19
2026-02-05net/mlx5e: SHAMPO, Switch to header memcpyDragos Tatulea-484/+188
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-4/+4
2026-02-06Merge tag 'drm-misc-fixes-2026-02-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-138/+207
2026-02-05net: stmmac: dwmac-loongson: Set clk_csr_i to 100-150MHzHuacai Chen-2/+2
2026-02-06KVM: LoongArch: selftests: Add steal time test caseBibo Mao-0/+97
2026-02-06LoongArch: KVM: Add paravirt vcpu_is_preempted() support in guest sideBibo Mao-1/+24
2026-02-06LoongArch: KVM: Add paravirt preempt feature in hypervisor sideBibo Mao-2/+62
2026-02-06LoongArch: KVM: Set default return value in KVM IO bus opsBibo Mao-61/+39
2026-02-06LoongArch: KVM: Add FPU/LBT delay load supportBibo Mao-19/+37
2026-02-06LoongArch: KVM: Move LBT capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LASX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Move LSX capability check in exception handlerBibo Mao-4/+3
2026-02-06LoongArch: KVM: Handle LOONGARCH_CSR_IPR during vCPU context switchBibo Mao-0/+4
2026-02-06LoongArch: KVM: Check VM msgint feature during interrupt handlingBibo Mao-4/+11
2026-02-06LoongArch: KVM: Add msgint registers in kvm_init_gcsr_flag()Bibo Mao-0/+7
2026-02-06LoongArch: KVM: Move feature detection in kvm_vm_init_features()Bibo Mao-21/+15
2026-02-06LoongArch: KVM: Add more CPUCFG mask bitsBibo Mao-2/+20
2026-02-06Merge tag 'drm-intel-next-fixes-2026-02-05' of https://gitlab.freedesktop.org...Dave Airlie-24/+26
2026-02-05spi: cadence-qspi: Add Renesas RZ/N1 supportMark Brown-99/+88
2026-02-05Merge tag 'block-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-48/+59
2026-02-05ASoC: rockchip: spdif: Cleanups and port featuresMark Brown-107/+176
2026-02-05ASoC: cs35l56: More support for new Dell laptopsMark Brown-4/+1317
2026-02-05Merge tag 'io_uring-6.19-20260205' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+14
2026-02-05drm/amdgpu: Send applicable RMA CPERs at end of RAS initKent Russell-4/+27
2026-02-05drm/amd: Fix hang on amdgpu unload by using pci_dev_is_disconnected()Mario Limonciello-2/+2
2026-02-05drm/amdgpu: re-add the bad job to the pending list for ring resetsAlex Deucher-5/+8
2026-02-05drm/amdgpu: avoid sdma ring reset in sriovVictor Zhao-0/+3
2026-02-05drm/amdgpu: clean up the amdgpu_cs_parser_bosSunil Khatri-2/+4
2026-02-05drm/amdgpu: Use 5-level paging if gmc support 57-bit VAPhilip Yang-17/+0
2026-02-05drm/amd/display: expose plane blend LUT in HW with MCMMelissa Wen-1/+1
2026-02-05drm/amdgpu: Protect GPU register accesses in powergated state in some pathsYifan Zhang-3/+6
2026-02-05drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()Sunday Clement-0/+6
2026-02-05drm/amdgpu/sdma6: enable queue resets unconditionallyAlex Deucher-12/+3
2026-02-05drm/amdgpu/sdma5.2: enable queue resets unconditionallyAlex Deucher-19/+3
2026-02-05drm/amdgpu/sdma5: enable queue resets unconditionallyAlex Deucher-12/+3
2026-02-05drm/amdgpu: Fix memory leak in amdgpu_ras_init()Zilin Guan-1/+1
2026-02-05drm/amdgpu: Use kvfree instead of kfree in amdgpu_gmc_get_nps_memranges()Zilin Guan-1/+1