summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Fix some HostVM parameters in DMLTaimur Hassan2023-11-302-3/+39
* drm/amdkfd: Free gang_ctx_bo and wptr_bo in pqm_uninitZhenGuo Yin2023-11-301-21/+33
* drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Candice Li2023-11-301-0/+6
* drm/amd/display: Allow DTBCLK disable for DCN35Nicholas Kazlauskas2023-11-301-15/+12
* drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao2023-11-301-0/+6
* drm/amd: Enable PCIe PME from D3Mario Limonciello2023-11-301-0/+2
* drm/amd/pm: fix a memleak in aldebaran_tables_initDinghao Liu2023-11-301-1/+4
* drm/amdgpu: fix AGP addressing when GART is not at 0Alex Deucher2023-11-303-6/+11
* drm/amd/display: update dcn315 lpddr pstate latencyDmytro Laktyushkin2023-11-301-4/+4
* drm/amd/display: fix ABM disablementHamza Mahfooz2023-11-301-3/+5
* drm/amd/display: Fix black screen on video playback with embedded panelSung Joon Kim2023-11-302-1/+10
* drm/amd/display: Fix conversions between bytes and KBTaimur Hassan2023-11-302-10/+10
* drm/amdkfd: Use common function for IP version checkMukul Joshi2023-11-301-1/+1
* drm/amd/display: Remove config updateTaimur Hassan2023-11-301-1/+1
* drm/amd/display: Update DCN35 clock table policyNicholas Kazlauskas2023-11-301-26/+51
* drm/amd/display: force toggle rate wa for first link training for a retimerZhongwei2023-11-301-3/+3
* drm/amdgpu: correct the amdgpu runtime dereference usage countPrike Liang2023-11-301-6/+3
* drm/amd/display: Update min Z8 residency time to 2100 for DCN314Nicholas Kazlauskas2023-11-301-1/+1
* drm/amd/display: Remove min_dst_y_next_start check for Z8Nicholas Kazlauskas2023-11-301-14/+1
* drm/amdgpu: fix memory overflow in the IB testTim Huang2023-11-304-7/+7
* drm/amdgpu: add init_registers for nbio v7.11Li Ma2023-11-303-9/+40
* drm/amd/display: Simplify brightness initializationCamille Cho2023-11-306-22/+5
* drm/amd/display: Increase num voltage states to 40Alvin Lee2023-11-301-1/+1
* drm/amd/display: Do not read DPREFCLK spread info from LUT on DCN35Michael Strauss2023-11-291-22/+0
* drm/amd/display: Use DRAM speed from validation for dummy p-stateAlvin Lee2023-11-291-1/+2
* drm/amd/display: Fix MPCC 1DLUT programmingIlya Bakoulin2023-11-291-4/+2
* drm/amd/display: Feed SR and Z8 watermarks into DML2 for DCN35Nicholas Kazlauskas2023-11-291-0/+9
* drm/amdgpu: Force order between a read and write to the same addressAlex Sierra2023-11-292-0/+10
* drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interruptHawking Zhang2023-11-291-5/+0
* drm/amd/display: Add Z8 watermarks for DML2 bbox overridesNicholas Kazlauskas2023-11-292-15/+34
* drm/amdgpu: optimize RLC powerdown notification on VangoghPerry Yuan2023-11-298-3/+43
* drm/amd/display: fix a pipe mapping error in dcn32_fpuWenjing Liu2023-11-291-8/+12
* drm/amd/display: Update DCN35 watermarksNicholas Kazlauskas2023-11-292-20/+20
* drm/amdgpu: update xgmi num links info post gc9.4.2Jonathan Kim2023-11-291-1/+1
* drm/amd/display: Add z-state support policy for dcn35Nicholas Kazlauskas2023-11-294-0/+44
* drm/amd/display: Include udelay when waiting for INBOX0 ACKAlvin Lee2023-11-291-0/+1
* Linux 6.7-rc3v6.7-rc3Linus Torvalds2023-11-271-1/+1
* Merge tag 'trace-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-11-273-48/+31
|\
| * MAINTAINERS: TRACING: Add Mathieu Desnoyers as ReviewerMathieu Desnoyers2023-11-231-0/+1
| * eventfs: Make sure that parent->d_inode is locked in creating files/dirsSteven Rostedt (Google)2023-11-231-0/+4
| * eventfs: Do not allow NULL parent to eventfs_start_creating()Steven Rostedt (Google)2023-11-231-9/+4
| * eventfs: Move taking of inode_lock into dcache_dir_open_wrapper()Steven Rostedt (Google)2023-11-231-14/+2
| * eventfs: Use GFP_NOFS for allocation when eventfs_mutex is heldSteven Rostedt (Google)2023-11-231-2/+2
| * eventfs: Do not invalidate dentry in create_file/dir_dentry()Steven Rostedt (Google)2023-11-211-13/+6
| * eventfs: Remove expectation that ei->is_freed means ei->dentry == NULLSteven Rostedt (Google)2023-11-211-10/+12
* | Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-11-2611-34/+43
|\ \
| * | parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-11-252-19/+22
| * | parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller2023-11-253-10/+0
| * | parisc: Use natural CPU alignment for bug_tableHelge Deller2023-11-251-12/+18
| * | parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller2023-11-251-0/+1