summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-26drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13Jonathan Gray
2023-07-26drm/amd/pm: share the code around SMU13 pcie parameters updateJonathan Gray
2023-07-26drm/ttm: Don't leak a resource on swapout move errorJonathan Gray
2023-07-26drm/amdgpu: avoid restore process run into dead loop.Jonathan Gray
2023-07-26drm/amd/display: Add monitor specific edid quirkJonathan Gray
2023-07-26drm/amd/display: Correct `DMUB_FW_VERSION` macroJonathan Gray
2023-07-26drm/amd/display: add a NULL pointer checkJonathan Gray
2023-07-26drm/amdgpu: fix clearing mappings for BOs that are always valid in VMJonathan Gray
2023-07-26drm/amd/display: disable seamless boot if force_odm_combine is enabledJonathan Gray
2023-07-26drm/amd/display: Remove Phantom Pipe Check When Calculating K1 and K2Jonathan Gray
2023-07-26drm/amd/display: edp do not add non-edid timingsJonathan Gray
2023-07-26drm/amd/display: fix seamless odm transitionsJonathan Gray
2023-07-26drm/atomic: Allow vblank-enabled + self-refresh "disable"Jonathan Gray
2023-07-26drm/amd/pm: add abnormal fan detection for smu 13.0.0Jonathan Gray
2023-07-26drm/amdgpu: Fix minmax warningJonathan Gray
2023-07-26drm/amdgpu: add the fan abnormal detection featureJonathan Gray
2023-07-26drm/amd/pm: revise the ASPM settings for thunderbolt attached scenarioJonathan Gray
2023-07-26drm/amdgpu/sdma4: set align mask to 255Jonathan Gray
2023-07-26drm/client: Send hotplug event after registering a clientJonathan Gray
2023-07-26drm/i915: Fix one wrong caching mode enum usageJonathan Gray
2023-07-26drm/i915: Don't preserve dpll_hw_state for slave crtc in BigjoinerJonathan Gray
2023-07-26-.Cd "pseudo-device gre"Jason McIntyre
2023-07-26Print error messages to stderr as opposed of using syslog.Anton Lindqvist
2023-07-25Add CXXOPTS.ASOU Masato
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-25stop building unused dhclientKlemens Nanni
2023-07-25Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware,Miod Vallat
2023-07-25Fix a few more 0/NULL misspellingsTheo Buehler
2023-07-25Use [a,b), not [a,b-1] in a commentTheo Buehler
2023-07-25EC_POINT_is_on_curve() error is -1, not 0.Theo Buehler
2023-07-25cpu_idle_{enter,leave} are no-ops on amd64 now, so just #definePhilip Guenther
2023-07-25Some hypervisors (such as Hertzner) allow msr read of DE_CFG (which doesTheo de Raadt
2023-07-24RegenMiod Vallat
2023-07-24Fix prototype of getlogin_r syscall to match userland prototype (use size_tMiod Vallat
2023-07-24Use RAWKEY constants for scan code tables, rather than magic numbers.Miod Vallat
2023-07-24Fix scan code value for print screen key.Miod Vallat
2023-07-24Fix two EC_POINT_is_on_curve() checksTheo Buehler
2023-07-24Make sure we do not increase the escape sequence argument count beyond usableMiod Vallat
2023-07-24Fix EC_POINT_is_on_curve() checks.Theo Buehler
2023-07-24Fix a minibug in DH_check()Theo Buehler
2023-07-24Set DE_CFG[9] -- a chickenbit which stops Zenbleed. The chickenbit mayTheo de Raadt
2023-07-24after the boot block changes on i386, sthen noticed a dmesg changeJonathan Gray
2023-07-24Remove OPENSSL_cpuid_setup() call from OPENSSL_add_all_algorithms_noconf()Joel Sing
2023-07-24Mark read/write registers as non-overlapping for bn_qwmulw_{addqw_,}addw()Joel Sing
2023-07-24Use C99 initializers for x509_name_ffTheo Buehler
2023-07-24remove errstr -stats testTheo Buehler
2023-07-24I added the 2nd argument (execpromises) to pledge(2), and then huntedTheo de Raadt
2023-07-23avoid MAIL* environment variables to save a few bytes in install mediaKlemens Nanni
2023-07-23use SMALL to save a shave mfs and tmpfs bits in install mediaKlemens Nanni
2023-07-23man page typos; ok jmc@Christian Weisgerber