summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-02-02drm/amdgpu: correct the cu count for gfx v11Jonathan Gray
2024-02-02drm: Allow drivers to indicate the damage helpers to ignore damage clipsJonathan Gray
2024-02-02drm: Disable the cursor plane on atomic contexts with virtualized driversJonathan Gray
2024-02-02drm: Don't unref the same fb many times by mistake due to deadlock handlingJonathan Gray
2024-02-02Revert "drm/i915/dsi: Do display on sequence later on icl+"Jonathan Gray
2024-02-02drm/amdgpu: Fix the null pointer when load rlc firmwareJonathan Gray
2024-02-01the clang binary never shrinks, especially since it is staticallyTheo de Raadt
2024-01-31Add route generation number to route cache.Alexander Bluhm
2024-01-31Split in_pcbrtentry() and in6_pcbrtentry() based on INP_IPV6.Alexander Bluhm
2024-01-31Swap the r10 and rcx registers in the amd64 trapframe so that thePhilip Guenther
2024-01-31Make wrpkru() consistent with rdpkru() by passing ecx as an argument.Philip Guenther
2024-01-31add MediaTek UART support.James Hastings
2024-01-30the clang binary never shrinks, especially since it is staticallyTheo de Raadt
2024-01-30enable qwx "ext" IRQs for data packets once we have moved into RUN stateStefan Sperling
2024-01-30set up qwx REO ring routingStefan Sperling
2024-01-30fix qwx_core_pdev_create() to not drop into its error path on successStefan Sperling
2024-01-29Run TCP timer without kernel lock.Alexander Bluhm
2024-01-29handle qwx(4) association state transitions from ASSOC to RUNStefan Sperling
2024-01-29Because of the way the Linux code behind apldrm(4) is structured it mayMark Kettenis
2024-01-29drm/amdgpu: fall back to INPUT power for AVG power via INFO IOCTLJonathan Gray
2024-01-29drm/amdkfd: fixes for HMM mem allocationJonathan Gray
2024-01-29Revert "drm/amdkfd: Relocate TBA/TMA to opposite side of VM hole"Jonathan Gray
2024-01-29drm/amd/display: avoid stringop-overflow warnings for dp_decide_lane_settings()Jonathan Gray
2024-01-29drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_initJonathan Gray
2024-01-29drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kf...Jonathan Gray
2024-01-29drm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'Jonathan Gray
2024-01-29drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_tableJonathan Gray
2024-01-29gpu/drm/radeon: fix two memleaks in radeon_vm_initJonathan Gray
2024-01-29drivers/amd/pm: fix a use-after-free in kv_parse_power_tableJonathan Gray
2024-01-29drm/amd/pm: fix a double-free in si_dpm_initJonathan Gray
2024-01-29drm/amdgpu/debugfs: fix error code when smc register accessors are NULLJonathan Gray
2024-01-29drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_tableJonathan Gray
2024-01-29drm/radeon/dpm: fix a memleak in sumo_parse_power_tableJonathan Gray
2024-01-29drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()Jonathan Gray
2024-01-29drm/drv: propagate errors from drm_modeset_register_all()Jonathan Gray
2024-01-29drm/radeon: check return value of radeon_ring_lock()Jonathan Gray
2024-01-29drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check()Jonathan Gray
2024-01-29drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg()Jonathan Gray
2024-01-29drm/bridge: Fix typo in post_disable() descriptionJonathan Gray
2024-01-29drm/dp_mst: Fix fractional DSC bpp handlingJonathan Gray
2024-01-28add support for sending management frames to qwx(4)Stefan Sperling
2024-01-28Use more specific sockaddr type for inpcb notify.Alexander Bluhm
2024-01-28Back out the TSO support diff, since we got issues reported for whichMarcus Glocker
2024-01-28sync with userlandTheo Buehler
2024-01-28match on Intel C3000Jonathan Gray
2024-01-28Force -fno-stack-protector on "boot block" that absolutely can't haveTheo de Raadt
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2024-01-27Assert that tcp_timer_rexmt() uses IPv4 inpcb.Alexander Bluhm
2024-01-27Declare address parameter in TCP SYN cache const.Alexander Bluhm
2024-01-27Add a few drivers to support Allwinner D1.Mark Kettenis