summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-08-30drm/amd/amdgpu/imu_v11_0: Increase buffer size to ensure all possible values ...Jonathan Gray
2024-08-30drm/amd/pm: fix error flow in sensor fetchingJonathan Gray
2024-08-30drm/amdgpu/jpeg4: properly set atomics vmid fieldJonathan Gray
2024-08-30drm/amdgpu/jpeg2: properly set atomics vmid fieldJonathan Gray
2024-08-30drm/amdgpu: Actually check flags for all context ops.Jonathan Gray
2024-08-29Hide all EPT-related bits behind #ifdef in amd64 pmap.Dave Voutila
2024-08-29In m_pulldown() replace memmove() with memcpy().Alexander Bluhm
2024-08-29Show expensive mbuf operations in netstat(1) statistics.Alexander Bluhm
2024-08-29unstub pdev_to_i915()Jonathan Gray
2024-08-29call pci_set_drvdata() on attachJonathan Gray
2024-08-28If bounce buffers do not fit, defragment mbuf.Alexander Bluhm
2024-08-28Enable per-cpu page cache.Miod Vallat
2024-08-28vio: Fix allocation sizesStefan Fritsch
2024-08-28change dev_set_drvdata() call to pci_set_drvdata() to match linuxJonathan Gray
2024-08-28implement pci drvdata functionsJonathan Gray
2024-08-28splnet() not needed in activate functionTheo de Raadt
2024-08-28skip GPU reset on everything, not just APUsJonathan Gray
2024-08-27vio: whitespace and message tweaksStefan Fritsch
2024-08-27constify struct virtio_opsStefan Fritsch
2024-08-27virtio: Remove some unused leftoversStefan Fritsch
2024-08-27remove some dead code that wasn't cleaned upaisha
2024-08-27use UQ_ALWAYS_OPEN for various PixArt/Logitech USB mice. ok bru miodStuart Henderson
2024-08-27syncStuart Henderson
2024-08-27add a few USB mice, to be used for quirks. ok bru miodStuart Henderson
2024-08-27frambuffer -> framebufferJonathan Gray
2024-08-27Enable AMD SEV support in vmm(4).Alexander Bluhm
2024-08-26virtio: Introduce dedicated attach argsStefan Fritsch
2024-08-26vio(4): Fix hardmtu without MRG_RXBUFStefan Fritsch
2024-08-26Rearrange #ifdef TCP_SIGNATURE to keep braces balanced.Alexander Bluhm
2024-08-26style(9) fix. No functional changes.Vitaliy Makkoveev
2024-08-26replace multiple '.arch armv8.3-a' with a pauth target attributeJonathan Gray
2024-08-25typoMiod Vallat
2024-08-25make activate function confirm to the common idiom; ok miodTheo de Raadt
2024-08-24Place uvm_km_zalloc(9) under #ifdef __i386__.Martin Pieuchot
2024-08-24Kill uvm_km_alloc(9) and uvm_km_alloc1(9).Martin Pieuchot
2024-08-23Enable per-cpu page cache; tested on Octeon.Miod Vallat
2024-08-23Switch alpha to MI mplock code.Miod Vallat
2024-08-23Make sure pmap_kernel's mutex field gets correctly initialized rather thanMiod Vallat
2024-08-23Fix KERN_AUDIO broken in rev 1.440.Vitaliy Makkoveev
2024-08-22Fix merge of bounce buffer segments in amd64 bus dma.Alexander Bluhm
2024-08-22Unlock unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-22Introduce sysctl_securelevel() to modify `securelevel' mp-safe. KeepVitaliy Makkoveev
2024-08-22unrequired header file in vmm_machdep.cMike Larkin
2024-08-21Revert previous. It was committed mistakenly.Vitaliy Makkoveev
2024-08-21remove unused vars and structsJonathan Gray
2024-08-21Read events from all PCBs as long as there's no error.Martin Pieuchot
2024-08-21Unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-21If binaries lack a pintable, execve() can now reject them at startupTheo de Raadt
2024-08-21We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which wereTheo de Raadt
2024-08-21offset rx buffers by ETHER_ALIGN so ip payloads are properly aligned.David Gwynne