summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05On machines lacking xonly support hardware, we emulate xonly in theTheo de Raadt
2024-04-05Esure the base,len range provided by ld.so is definately in the map.Theo de Raadt
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.Nicholas Marriott
2024-04-04set right mode on ssh-agent at boot-timeSebastien Marie
2024-04-04Remove incorrect function countsTheo Buehler
2024-04-04drm/amdgpu: fix use-after-free bugJonathan Gray
2024-04-04drm/amd/display: Clear OPTC mem select on disableJonathan Gray
2024-04-04drm/amd/display: Disconnect phantom pipe OPP from OPTC being disabledJonathan Gray
2024-04-04drm/amd/display: Fix hang/underflow when transitioning to ODM4:1Jonathan Gray
2024-04-04drm/i915/gt: Reset queue_priority_hint on parkingJonathan Gray
2024-04-04drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathan Gray
2024-04-04drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostlyJonathan Gray
2024-04-04Recommit a better version of the removal of the F5 workaroundTheo Buehler
2024-04-04drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_...Jonathan Gray
2024-04-04drm/i915/hwmon: Fix locking inversion in sysfs getterJonathan Gray
2024-04-04drm/amdgpu: fix deadlock while reading mqd from debugfsJonathan Gray
2024-04-04drm/amdkfd: fix TLB flush after unmap for GFX9.4.2Jonathan Gray
2024-04-04Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP d...Jonathan Gray
2024-04-04drm/amd/display: handle range offsets in VRR rangesJonathan Gray
2024-04-04drm/i915: Don't explode when the dig port we don't have an AUX CHJonathan Gray
2024-04-04drm/i915: Check before removing mm notifierJonathan Gray
2024-04-04drm/amdgpu/pm: Fix the error of pwm1_enable settingJonathan Gray
2024-04-04drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` foundJonathan Gray
2024-04-04drm/bridge: add ->edid_read hook and drm_bridge_edid_read()Jonathan Gray
2024-04-04drm/ttm: Make sure the mapped tt pages are decrypted when neededJonathan Gray
2024-04-04drm/amd/display: Fix noise issue on HDMI AV muteJonathan Gray
2024-04-04drm/amd/display: Return the correct HDCP error codeJonathan Gray
2024-04-04drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagJonathan Gray
2024-04-04drm/panel: do not return negative error codes from drm_panel_get_modes()Jonathan Gray
2024-04-04drm/probe-helper: warn about negative .get_modes()Jonathan Gray
2024-04-04add pgprot_decrypted() for 6.6.24 drmJonathan Gray
2024-04-04add cc_platform_has() for 6.6.24 drmJonathan Gray
2024-04-04tzset_basic: only call issetugid(2) if TZ has changedTodd C. Miller
2024-04-03Stopping grabbing the kernel lock in kbind(2).Mark Kettenis
2024-04-03Initialize earlier macppc's and powerpc64's pmap_hash_lockGeorge Koehler
2024-04-03pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, soMiod Vallat
2024-04-03Reuse the timeout from struct scsi_xfer rather than declaring one inMiod Vallat
2024-04-03Change ipmi(4)'s taskq from IPL_NONE to IPL_MPFLOORGeorge Koehler
2024-04-03syncTheo de Raadt
2024-04-03Switch one of the tcpmd5 passwords over to use the hex key instead.Claudio Jeker
2024-04-03Rewrite str2key() to not use strtoul() to convert 2 hexdigits into oneClaudio Jeker
2024-04-03Since ssh-agent(1) is only readable by root by now, use ssh(1) whileAnton Lindqvist
2024-04-03Reading https://github.com/Geal/rust-syslog/issues/79, I came to aTheo de Raadt
2024-04-03Fix warning about DistributionPointName typeTheo Buehler
2024-04-03Add ci_cpuid_level and ci_vendor holding the per-CPU basic cpuidPhilip Guenther
2024-04-02Backout previous commit (intending that libressl client rejects a supportedStuart Henderson
2024-04-02Implement and enable TSO in vmx(4)Jan Klemkow
2024-04-02Add check to make sure EAP header length matches expected payload length.Tobias Heider
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-02Oops, incorrect hex conversion spotted by claudio. While here try toTheo de Raadt