summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-04-15Don't hang in nvme_poll() if the nvme controller has disconnected from the pcieKenneth R Westerback
2024-04-15drm: Check polling initialized before enabling in drm_helper_probe_single_con...Jonathan Gray
2024-04-15drm: Check output polling initialized before disablingJonathan Gray
2024-04-15drm/amd/display: Fix nanosec stat overflowJonathan Gray
2024-04-15drm/ttm: return ENOSPC from ttm_bo_mem_space v3Jonathan Gray
2024-04-15amdkfd: use calloc instead of kzalloc to avoid integer overflowJonathan Gray
2024-04-14Run raw IP input in parallel.Alexander Bluhm
2024-04-14Turn sp_tlb_flush_{ctx,pte} into function pointers, and pick one out of threeMiod Vallat
2024-04-14Implement support for AVX-512. This required some fixes to the so-farMark Kettenis
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-04-14put loop body on a new lineJonathan Gray
2024-04-14avoid uninitialised var useJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-04-13vmm: protect vmm activation with the vmm_softc rwlock.Dave Voutila
2024-04-13Readd FFS_MAX_SOFTDEPS defineJeremie Courreges-Anglas
2024-04-13Zap unused sd_* softdep sysctl namesJeremie Courreges-Anglas
2024-04-13Renove unused function and prototype.Mark Kettenis
2024-04-13Split out Spectre-V2 and Spectre-BHB mitigation code like I did forMark Kettenis
2024-04-12remove useless includes of ip.h and ip6.hJan Klemkow
2024-04-12Split single TCP inpcb table into IPv4 and IPv6 parts.Alexander Bluhm
2024-04-12Fix race between rip_input() and soisdisconnected().Alexander Bluhm
2024-04-12correct loop in channel set functionJonathan Gray
2024-04-12fix non-auto setting of extended media type bitsJonathan Gray
2024-04-12RegenKevin Lo
2024-04-12Add support for CH343 uart.Kevin Lo
2024-04-11correct value of XFEATURE_AMXJonathan Gray
2024-04-11Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very fewMiod Vallat
2024-04-11Fix previous: it should not have removed the "max_softdeps" entryOtto Moerbeek
2024-04-11Prevent changing interface loopback flag from userland.Alexander Bluhm
2024-04-11Don't take solock() in soreceive() for SOCK_RAW inet sockets.Vitaliy Makkoveev
2024-04-11Take solock_shared() in soo_stat().Vitaliy Makkoveev
2024-04-11Match on ConnectX-6 virtual functions too, since they don't seem to beJonathan Matthew
2024-04-11Add support for media types from the extended ethernet capabilities fields.Jonathan Matthew
2024-04-11drm/i915/gt: Enable only one CCS for compute workloadJonathan Gray
2024-04-11drm/i915/gt: Do not generate the command streamer for all the CCSJonathan Gray
2024-04-11drm/i915/gt: Disable HW load balancing for CCSJonathan Gray
2024-04-11drm/prime: Unbreak virtgpu dma-buf exportJonathan Gray
2024-04-11drm/amd: Flush GFXOFF requests in prepare stageJonathan Gray
2024-04-11drm/amd: Add concept of running prepare_suspend() sequence for IP blocksJonathan Gray
2024-04-11drm/amd: Evict resources during PM ops prepare() callbackJonathan Gray
2024-04-11drm/amd/display: Prevent crash when disable streamJonathan Gray
2024-04-11drm/amd/display: Fix DPSTREAM CLK on and off sequenceJonathan Gray
2024-04-11drm/i915/mtl: Update workaround 14018575942Jonathan Gray
2024-04-11drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Jonathan Gray
2024-04-11drm/i915/mtl: Update workaround 14016712196Jonathan Gray
2024-04-11drm/i915: Replace several IS_METEORLAKE with proper IP version checksJonathan Gray
2024-04-11drm/i915: Eliminate IS_MTL_GRAPHICS_STEPJonathan Gray
2024-04-11drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionJonathan Gray
2024-04-11drm/i915: Consolidate condition for Wa_22011802037Jonathan Gray
2024-04-11drm/i915: Tidy workaround definitionsJonathan Gray