summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-08-18sync with userlandTheo Buehler
2023-08-17drm/amd/pm/smu7: move variables to where they are usedJonathan Gray
2023-08-17drm/amd/display: trigger timing sync only if TG is runningJonathan Gray
2023-08-17drm/amd/display: fix the build when DRM_AMD_DC_DCN is not setJonathan Gray
2023-08-17drm/amd/display: Retain phantom plane/stream if validation failsJonathan Gray
2023-08-17drm/amd/display: Disable phantom OTG after enable for plane disableJonathan Gray
2023-08-17drm/amd/display: Use update plane and stream routine for DCN32xJonathan Gray
2023-08-17drm/amd/display: Avoid ABM when ODM combine is enabled for eDPJonathan Gray
2023-08-17drm/amd/display: Update OTG instance in the commit streamJonathan Gray
2023-08-17drm/amd/display: Handle seamless boot streamJonathan Gray
2023-08-17drm/amd/display: Add function for validate and update new streamJonathan Gray
2023-08-17drm/amd/display: Handle virtual hardware detectJonathan Gray
2023-08-17drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctua...Jonathan Gray
2023-08-17drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsJonathan Gray
2023-08-17drm/amd/pm: expose swctf threshold setting for legacy powerplayJonathan Gray
2023-08-17drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settingsJonathan Gray
2023-08-17drm/amd/display: limit DPIA link rate to HBR3Jonathan Gray
2023-08-17drm/amd: Disable S/G for APUs when 64GB or more host memoryJonathan Gray
2023-08-17drm/amdgpu: add S/G display parameterJonathan Gray
2023-08-17drm/amd/display: check attr flag before set cursor degamma on DCN3+Jonathan Gray
2023-08-17drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()Jonathan Gray
2023-08-16Identify Synaptics touchpads without multifinger support.Ulf Brosziewski
2023-08-16avoid bios sign msr on intel family < 6Jonathan Gray
2023-08-16Move SCHED_LOCK after sleep_signal_check.Claudio Jeker
2023-08-16avoid patch level msr on amd families < 0fhJonathan Gray
2023-08-16add Intel ARCH_CAP_GDS bitsJonathan Gray
2023-08-15drop MSDOSFS from i386 floppyJonathan Gray
2023-08-15scrub the mbuf flowid for packets going out a sec interface.David Gwynne
2023-08-15Replace a bunch of (1 << 31) with (1U << 31)Miod Vallat
2023-08-15Use the proper ofw node in com_fdt_attach(), likely a cut'n'paste errorMiod Vallat
2023-08-15make sure the end result is NULL if malloc failedJonathan Gray
2023-08-15sec_start needs to show bpf the packets going out.David Gwynne
2023-08-14Skip leading dash in kernel boot options instead of complaining it is anMiod Vallat
2023-08-14Extend scheduler tracepoints to follow CPU jumping.Martin Pieuchot
2023-08-14Remove non-MULTIPROCESSOR chunk defining copyin32 as copyin now that allMiod Vallat
2023-08-14Add a copyin32() implementation.Miod Vallat
2023-08-13The 8042 emulation found on Chromebooks does not support the RESET command,Miod Vallat
2023-08-13Fix P_WSLEEP handling when continuing SSTOP-ed processesClaudio Jeker
2023-08-13sync with userlandTheo Buehler
2023-08-13Revert "drm/i915: Disable DC states for all commits"Jonathan Gray
2023-08-13drm/amdgpu: Use apt name for FW reserved regionJonathan Gray
2023-08-13drm/amdgpu: Remove unnecessary domain argumentJonathan Gray
2023-08-13drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2Jonathan Gray
2023-08-13drm/amd/display: skip CLEAR_PAYLOAD_ID_TABLE if device mst_en is 0Jonathan Gray
2023-08-13drm/amd/display: Ensure that planes are in the same orderJonathan Gray
2023-08-13drm/i915/gt: Cleanup aux invalidation registersJonathan Gray
2023-08-13drm/i915: Fix premature release of request's reusable memoryJonathan Gray
2023-08-13drm/ttm: check null pointer before accessing when swappingJonathan Gray
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-12Better uwacom(4) support for Intuos S and One S tablets; most of the workMiod Vallat