summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-06-23Avoid division by 0 in m_pool_usedGreg Steuck
2023-06-23ksmn(4): Support thermal sensors on Ryzen 9 79xxMike Larkin
2023-06-22Revert "clockintr_cpu_init: initialize starting offsets with clockintr_stagge...Scott Soule Cheloha
2023-06-22Instead of tsleep on lbolt do a tsleep with a 1 second timeout.Claudio Jeker
2023-06-22drm/amdgpu: Don't set struct drm_driver.output_poll_changedJonathan Gray
2023-06-22drm/amdgpu: add missing radeon secondary PCI IDJonathan Gray
2023-06-22drm/amd/pm: workaround for compute workload type on some skusJonathan Gray
2023-06-22drm/amd: Tighten permissions on VBIOS flashing attributesJonathan Gray
2023-06-22drm/amd: Make sure image is written to trigger VBIOS image update flowJonathan Gray
2023-06-22drm/amd/display: edp do not add non-edid timingsJonathan Gray
2023-06-22drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1Jonathan Gray
2023-06-22drm:amd:amdgpu: Fix missing buffer object unlock in failure pathJonathan Gray
2023-06-22drm: panel-orientation-quirks: Change Air's quirk to support Air PlusJonathan Gray
2023-06-21Remove extra trailing whitespaceMike Larkin
2023-06-21Revert "schedcpu, uvm_meter(9): make uvm_meter() an independent timeout"Scott Soule Cheloha
2023-06-21call rk3328 not rk3288 functions in rk3328_pinctrl()Jonathan Gray
2023-06-20schedcpu, uvm_meter(9): make uvm_meter() an independent timeoutScott Soule Cheloha
2023-06-20Fix definition of EMMC_DLL_TXCLK register offset.Mark Kettenis
2023-06-20drm/amd/display: Reduce sdp bw after urgent to 90%Jonathan Gray
2023-06-20drm/amd/pm: Fix power context allocation in SMU13Jonathan Gray
2023-06-20drm/amdgpu: change reserved vram info printJonathan Gray
2023-06-20drm/amdgpu: fix xclk freq on CHIP_STONEYJonathan Gray
2023-06-20drm/amd/pm: conditionally disable pcie lane switching for some sienna_cichlid...Jonathan Gray
2023-06-20drm/i915/gt: Use the correct error value when kernel_context() failsJonathan Gray
2023-06-20drm/amdgpu: fix Null pointer dereference error in amdgpu_device_recover_vramJonathan Gray
2023-06-20drm/i915/selftests: Add some missing error propagationJonathan Gray
2023-06-20drm/i915/selftests: Stop using kthread_stop()Jonathan Gray
2023-06-20drm/i915: Use 18 fast wake AUX sync lenJonathan Gray
2023-06-20drm/i915: Explain the magic numbers for AUX SYNC/precharge lengthJonathan Gray
2023-06-19Fix RK3588 support. Makes dwmmc(4) actually work.Mark Kettenis
2023-06-19Add another reset for the PCIe controller on the RK3588.Mark Kettenis
2023-06-19drm/amd/display: Have Payload Properly Created After ResumeJonathan Gray
2023-06-19drm/amd/pm: reverse mclk and fclk clocks levels for renoirJonathan Gray
2023-06-19drm/amd/pm: reverse mclk and fclk clocks levels for yellow carpJonathan Gray
2023-06-19drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5Jonathan Gray
2023-06-19drm/amd/pm: resolve reboot exception for si olandJonathan Gray
2023-06-19drm/amd/pm: reverse mclk and fclk clocks levels for vangoghJonathan Gray
2023-06-19drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4Jonathan Gray
2023-06-19drm/amdgpu: enable tmz by default for GC 11.0.1Jonathan Gray
2023-06-19drm/amdgpu: skip disabling fence driver src_irqs when device is unpluggedJonathan Gray
2023-06-19drm/amdgpu: set gfx9 onwards APU atomics support to be trueJonathan Gray
2023-06-19drm/amdgpu: Use the default reset when loading or reloading the driverJonathan Gray
2023-06-19drm/amdgpu: release gpu full access after "amdgpu_device_ip_late_init"Jonathan Gray
2023-06-18clockintr_cpu_init: initialize starting offsets with clockintr_stagger()Scott Soule Cheloha
2023-06-18clockintr: add clockintr_stagger()Scott Soule Cheloha
2023-06-18Remove spurious comment.Mark Kettenis
2023-06-18Add fchmod() entry in luna88k bootloader.Kenji Aoyama
2023-06-18Fix SCSI CMD_WRITE_EXT command length to 10 bytes.Kenji Aoyama
2023-06-17Flush the ITS after we disestablish an MSI. Fixes an issue seen on AmpereMark Kettenis
2023-06-17On arm64, the frame pointer points at the stack address where the frameMark Kettenis