summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-02-03Rework socket buffers locking for shared netlock.Vitaliy Makkoveev
2024-02-03Try to fetch the board variant from the device tree on platforms that haveMark Kettenis
2024-02-03Remove Softdep.Bob Beck
2024-02-03Add new amd64-only sysctl machdep.retpoline which says whether the cpuTheo de Raadt
2024-02-03Implement Multiple Message MSI support on arm64. As on amd64 this isMark Kettenis
2024-02-03implement qwx_tx()Stefan Sperling
2024-02-03not enough bits for L1 cache size to be >= 1MJonathan Gray
2024-02-03return early if malloc fails to avoid use after freeJonathan Gray
2024-02-02Fix vector number check.Mark Kettenis
2024-02-02Implement basics of the qwx(4) data frame Rx path.Stefan Sperling
2024-02-02In in_pcbrtentry() add missing return of in6_pcbrtentry() value.Alexander Bluhm
2024-02-02Enable sximmc(4)Mark Kettenis
2024-02-02Add Allwinner D1 support.Mark Kettenis
2024-02-02Add a few more Allwinner D1 clocks.Mark Kettenis
2024-02-02drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDsJonathan Gray
2024-02-02drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDsJonathan Gray
2024-02-02drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULTJonathan Gray
2024-02-02drm/i915/lnl: Remove watchdog timers for PSRJonathan Gray
2024-02-02drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() ...Jonathan Gray
2024-02-02drm/amdgpu/pm: Fix the power source flag errorJonathan Gray
2024-02-02drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'Jonathan Gray
2024-02-02drm/amd/display: Align the returned error code with legacy DPJonathan Gray
2024-02-02drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/AJonathan Gray
2024-02-02drm/amd/display: Fix variable deferencing before NULL check in edp_setup_repl...Jonathan Gray
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