summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-05-28use ansi style function decls to fix build with clangJonathan Gray
2024-05-28Move ccb access before ccb_done to avoid a potential use-after-freeJonathan Gray
2024-05-28avoid uninitialised var use when scsi_get_link() returns NULLJonathan Gray
2024-05-27Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here.Kenneth R Westerback
2024-05-27Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE.Kenneth R Westerback
2024-05-27Use SCSI xfer timeout value for doorbell register status polling instead ofMarcus Glocker
2024-05-27Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the startMark Kettenis
2024-05-27Decode remaining ID_AA64ISAR1_EL1 features.Mark Kettenis
2024-05-27remove unused xmphyreg.hJonathan Gray
2024-05-27include net/if_var.h to make this buildJonathan Gray
2024-05-27drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Jonathan Gray
2024-05-27drm/amd/display: Fix division by zero in setup_dsc_configJonathan Gray
2024-05-26Revert bits that got accidentally committed.Mark Kettenis
2024-05-26Fix suspend/resume for ums(4) and umt(4); Calling hidm*_attach not at theMarcus Glocker
2024-05-26Clear interrupt status to prevent power down after resume initiated byMark Kettenis
2024-05-26Add support for configuring sleep voltage settings based on device treeMark Kettenis
2024-05-26Implement wakeup interrupts on amd64. Provide a dummy implementation forMark Kettenis
2024-05-26remove unneeded includesJonathan Gray
2024-05-26remove unneeded includesJonathan Gray
2024-05-26correct an argument to fix build, broken by rev 1.22 in 2013Jonathan Gray
2024-05-24Enable UFS "Auto-Hibernation". From the documentation:Marcus Glocker
2024-05-24Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.Kenneth R Westerback
2024-05-24remove unneeded includesJonathan Gray
2024-05-24Add support for suspend/resume.Marcus Glocker
2024-05-24pfsync must let to progress state for destination peerAlexandr Nedvedicky
2024-05-24remove unneeded includesJonathan Gray
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-05-24add back var removed in rev 1.7 in 2009, makes puc@cardbus buildJonathan Gray
2024-05-23increment CCMP decryption error counter if hw decrypt fails to get PNStefan Sperling
2024-05-23regenKevin Lo
2024-05-23Add support for Quectel EM060K.Kevin Lo
2024-05-23remove unneeded includes; ok mpi@Jonathan Gray
2024-05-22Fix some bogus masking for the HCS (Host Controller Status) register.Marcus Glocker
2024-05-22regenMartijn van Duren
2024-05-22Add support for MT7922. This brings the MT7922 in line with MT7921.Martijn van Duren
2024-05-22remove prototypes with no matching function; ok miod@Jonathan Gray
2024-05-22remove extern with no matching var; ok miod@Jonathan Gray
2024-05-22Make the interrupt status poll function generic, rather than for only oneMarcus Glocker
2024-05-22When clearing the wait channel also clear the wait message.Claudio Jeker
2024-05-22In the big p_stat switch in ptsignal do not call return but insteadClaudio Jeker
2024-05-22Just grab the SCHED_LOCK() once in donice() before walking the ps_threadsClaudio Jeker
2024-05-22Add firmware and driver own functions. These are needed to bring up theMartijn van Duren
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-21remove switch_exit() prototypes, replaced by sched_exit()Jonathan Gray
2024-05-21Refactor vmx(4) receive offloading.Jan Klemkow
2024-05-21Remove obsolete comment, and fix some spacing.Marcus Glocker
2024-05-21Only enable BUS_DMA_64BIT if the controller supports it.Marcus Glocker
2024-05-21Inform user land when vltime / pltime changes.Florian Obser
2024-05-21Make igc(4) and ix(4) struct names unique.Alexander Bluhm
2024-05-21regenJonathan Gray