summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-07-12Remove internet PCB mutex.Alexander Bluhm
2024-07-12Switch `so_snd' of udp(4) sockets to the new locking scheme.Vitaliy Makkoveev
2024-07-12Simplify nvme suspend/resume by resetting queues and not deallocatingDave Voutila
2024-07-12manual ret-clean; ok mlarkinTheo de Raadt
2024-07-12Add pool to allocate individual rtkit task arguments instead of passing aTobias Heider
2024-07-12Run sysctl net.inet.ip.forwarding without net lock.Alexander Bluhm
2024-07-12Use dedicated window for access to the PCIe core registers.Mark Kettenis
2024-07-12Add vdoom() to fix ufs/ext2fs re-use of invalid vnode.Bob Beck
2024-07-12drm/amdgpu: silence UBSAN warningJonathan Gray
2024-07-12drm: panel-orientation-quirks: Add quirk for Valve GalileoJonathan Gray
2024-07-12drm/amdgpu/atomfirmware: silence UBSAN warningJonathan Gray
2024-07-12drm/amdgpu: fix the warning about the expression (int)size - lenJonathan Gray
2024-07-12drm/amdgpu: fix uninitialized scalar variable warningJonathan Gray
2024-07-12drm/amd/display: Fix uninitialized variables in DMJonathan Gray
2024-07-12drm/amd/display: Skip finding free audio for unknown engine_idJonathan Gray
2024-07-12drm/amd/display: Check pipe offset before setting vblankJonathan Gray
2024-07-12drm/amd/display: Check index msg_id before read or writeJonathan Gray
2024-07-12drm/amdgpu: Initialize timestamp for some legacy SOCsJonathan Gray
2024-07-12drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_relocJonathan Gray
2024-07-12drm/amdgpu: Fix uninitialized variable warningsJonathan Gray
2024-07-11Use atomic operations to access integers in sysctl(2).Alexander Bluhm
2024-07-11Turn FBINFO_xxx defines into proper flags. Gets rid of an unwantedMark Kettenis
2024-07-11Use FEAT_RNG to feed entropy into the random subsystem like we do on amd64.Mark Kettenis
2024-07-11umoddi3.c is now needed for libzTheo de Raadt
2024-07-10Extend DMA constraints override to include all SC8280XP and X1E80100 basedPatrick Wildt
2024-07-10Use AMD SEV C-bit in inital page tables setup by locore0.Alexander Bluhm
2024-07-10Kill the runfast and run label and inline those bits. No functional change.Claudio Jeker
2024-07-10Implement support for deeper idle states offered by PSCI. Reduces theMark Kettenis
2024-07-10Hook up the Qualcomm UEFI Secure Application that handles EFI variables toMark Kettenis
2024-07-10Missed some files in previous commit to split vmd into mi/md.Dave Voutila
2024-07-10use better endian swaps for populating the irq map requestJonathan Matthew
2024-07-10Split vmd into mi/md parts.Dave Voutila
2024-07-10iaq_datalen is 16 bits, so always use htole16 to populate itJonathan Matthew
2024-07-10Sweep up another softdep crumb.Kenneth R Westerback
2024-07-10as per if_ixl.c r1.88, protect the admin queue with a muteXJonathan Matthew
2024-07-09Prepare pmap for using the AMD SEV C-bit to encrypt guest memory.Alexander Bluhm
2024-07-09netlock is no longer held for SIOCSIFMEDIA and SIOCGIFMEDIA, so rely onJonathan Matthew
2024-07-09Remove splassert() for now since IPL_STATCLOCK is MD and not all archs have it.Claudio Jeker
2024-07-09do a manual ret-clean operation inside the vmm_dispatch_intr asm codeTheo de Raadt
2024-07-09sync with userland: let z_off_t fall back to long long instead of longTheo Buehler
2024-07-09IPv6 forward copies small packet content on the stack.Alexander Bluhm
2024-07-09vmd/vmm: move vm_run_params into mi header.Dave Voutila
2024-07-09Reshuffle the switch cases in ptsignal and single_thread_set to beClaudio Jeker
2024-07-09Implement MSI multiple-vector support.Mark Kettenis
2024-07-09In sched_toidle() only call the TRACEPOINT if curproc is set.Claudio Jeker
2024-07-09Remove trailing whitespace. No code change.Mike Larkin
2024-07-09change format strings to fix SEM_DEBUG buildJonathan Gray
2024-07-09fix disasm of fucomppJonathan Gray
2024-07-08Remove the KASSERT() in sched_unpeg_curproc().Martin Pieuchot
2024-07-08Don't check op_q_alloc for non-NULL before invoking op_q_free.Kenneth R Westerback