summaryrefslogtreecommitdiff
path: root/sys
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-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-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-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-03Add ci_cpuid_level and ci_vendor holding the per-CPU basic cpuidPhilip Guenther
2024-04-02Implement and enable TSO in vmx(4)Jan Klemkow
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-02Remove wrong "temporary udp error" comment in filt_so{read,write}(). NotVitaliy Makkoveev
2024-04-02Delete the msyscall mechanism entirely, since mimmutable+pinsyscalls hasTheo de Raadt
2024-04-02remove useless whitespace; from Jia TanTheo de Raadt
2024-04-01Enforce the pinsyscall rules on non-static/ld.so/libc.so text segmentsTheo de Raadt
2024-04-01Add clocks for the RK3588 PWM controller.Patrick Wildt
2024-04-01Delete 108 lines of ASM from vmx_enter_guest() that predated lotsPhilip Guenther
2024-03-31Enable rge(4).Mark Kettenis
2024-03-31Combine route_cache() and rtalloc_mpath() in new route_mpath().Alexander Bluhm
2024-03-31Allow listen(2) only on sockets of type SOCK_STREAM or SOCK_SEQPACKET.Vitaliy Makkoveev
2024-03-31Mark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK.Vitaliy Makkoveev
2024-03-31Remove long dead isa-on-powerpc leftovers.Miod Vallat
2024-03-31Stop referring to dead-since-30-years gatherstats() in comments.Miod Vallat
2024-03-30Prevent a recursion inside wakeup(9) when scheduler tracepoints are enabled.Martin Pieuchot
2024-03-30Document that pmemrange control data are protected by `uvm.fpageqlock'.Martin Pieuchot