summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: mm: Fix zone_dma_limit calculationYang Shi2024-12-031-9/+8
| * | arm64: mte: set VM_MTE_ALLOWED for hugetlbfs at correct placeYang Shi2024-12-022-2/+3
* | | Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-062-2/+6
|\ \ \
| * | | arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier2024-12-011-0/+4
| * | | memblock: allow zero threshold in validate_numa_converage()Mike Rapoport (Microsoft)2024-12-011-2/+2
* | | | Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-12-0649-615/+1031
|\ \ \ \
| * \ \ \ Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...Simona Vetter2024-12-0649-615/+1031
| |\ \ \ \
| | * | | | drm/amdgpu: rework resume handling for display (v2)Alex Deucher2024-12-041-2/+43
| | * | | | drm/amd/pm: fix and simplify workload handlingAlex Deucher2024-12-0313-517/+741
| | * | | | Revert "drm/amd/pm: correct the workload setting"Alex Deucher2024-12-0312-84/+36
| | * | | | drm/amdgpu: fix sriov reinit late ordersYiqing Yao2024-12-031-23/+20
| | * | | | drm/amdgpu: Fix ISP hw init issuePratap Nirujogi2024-12-031-1/+1
| | * | | | drm/amd/display: Add hblank borrowing supportChris Park2024-12-039-7/+75
| | * | | | drm/amd/display: Limit VTotal range to max hw cap minus fpDillon Varone2024-12-0311-3/+46
| | * | | | drm/amd/display: Correct prefetch calculationLo-an Chen2024-12-031-0/+1
| | * | | | drm/amd/display: Add option to retrieve detile buffer sizeSung Lee2024-12-0310-0/+36
| | * | | | drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odmPeterson Guo2024-12-031-0/+23
| | * | | | drm/amdkfd: hard-code cacheline for gc943,gc944David Yat Sin2024-12-031-0/+6
| | * | | | drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12Sreekant Somasekharan2024-12-031-0/+3
| | * | | | drm/amd/display: Fix programming backlight on OLED panelsMario Limonciello2024-12-031-0/+2
| | * | | | drm/amd: Sanity check the ACPI EDIDMario Limonciello2024-12-031-3/+10
| | * | | | drm/amdgpu/hdp7.0: do a posting read when flushing HDPAlex Deucher2024-12-031-2/+4
| | * | | | drm/amdgpu/hdp6.0: do a posting read when flushing HDPAlex Deucher2024-12-021-2/+4
| | * | | | drm/amdgpu/hdp5.2: do a posting read when flushing HDPAlex Deucher2024-12-021-2/+4
| | * | | | drm/amdgpu/hdp5.0: do a posting read when flushing HDPAlex Deucher2024-12-021-2/+5
| | * | | | drm/amdgpu/hdp4.0: do a posting read when flushing HDPAlex Deucher2024-12-021-4/+8
| | * | | | drm/amdgpu/jpeg1.0: fix idle work handlerAlex Deucher2024-12-021-1/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-12-068-137/+285
|\| | | |
| * | | | Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-12-053-21/+92
| |\ \ \ \
| | * | | | drm/v3d: Enable Performance Counters before clearing themMaíra Canal2024-12-051-1/+1
| | * | | | drm/dp_mst: Use reset_msg_rx_state() instead of open coding itImre Deak2024-12-051-1/+1
| | * | | | drm/dp_mst: Reset message rx state after OOM in drm_dp_mst_handle_up_req()Imre Deak2024-12-051-3/+6
| | * | | | drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()Imre Deak2024-12-051-6/+18
| | * | | | drm/dp_mst: Fix down request message timeout handlingImre Deak2024-12-051-3/+9
| | * | | | drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep()Imre Deak2024-12-051-6/+1
| | * | | | drm/dp_mst: Verify request type in the corresponding down message replyImre Deak2024-12-051-0/+31
| | * | | | drm/dp_mst: Fix resetting msg rx state after topology removalImre Deak2024-12-052-2/+26
| * | | | | Merge tag 'drm-xe-fixes-2024-12-04' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2024-12-052-49/+101
| |\ \ \ \ \
| | * | | | | drm/xe: Move the coredump registration to the worker threadJohn Harrison2024-12-031-34/+39
| | * | | | | drm/xe/guc: Fix missing init value and add register order checkZhanjun Dong2024-12-031-15/+62
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-12-043-2/+31
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | drm/sti: Add __iomem for mixer_dbg_mxn's parameterPei Xiao2024-11-261-1/+1
| | * | | | drm/dp_mst: Fix MST sideband message body length checkImre Deak2024-11-261-0/+3
| | * | | | dma-buf: fix dma_fence_array_signaled v4Christian König2024-11-251-1/+27
| * | | | | Merge tag 'drm-misc-fixes-2024-11-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2024-12-041-65/+61
| |\| | | | | | |/ / / | |/| | |
| | * | | dma-fence: Use kernel's sort for merging fencesTvrtko Ursulin2024-11-151-67/+61
| | * | | dma-fence: Fix reference leak on fence merge failure pathTvrtko Ursulin2024-11-151-0/+2
* | | | | Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-12-0614-221/+291
|\ \ \ \ \
| * \ \ \ \ Merge tag 'asoc-fix-v6.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2024-12-0513256-319029/+491779
| |\ \ \ \ \
| | * | | | | ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codecNícolas F. R. A. Prado2024-12-051-3/+1