summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-07-15Add RK3588 eMMC clocks and resets.Patrick Wildt
2024-07-15sync PS_BITS with flags; ok claudio@Jonathan Gray
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-07-14Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.Alexander Bluhm
2024-07-14Fix source and drain confusion in socket splicing somove().Alexander Bluhm
2024-07-14Only match if we can find a corresponding cpu device. This means theJonathan Matthew
2024-07-14For specific hids (currently only ACPI0007, acpicpu(4)), use a printJonathan Matthew
2024-07-14Actually provide *definitions* for hwcap & hwcap2Jeremie Courreges-Anglas
2024-07-14Actually set up hwcap AUX_* entries when availableJeremie Courreges-Anglas
2024-07-14In addition to setting the PCI power state, also run the appropriate _PSxMark Kettenis
2024-07-14Upon first suspend, turn off all power resources that haven't beenMark Kettenis
2024-07-14Add elf_aux_info(3)Jeremie Courreges-Anglas
2024-07-14vmm(4)/vmx: update host cr3, invept on cpu migration.Dave Voutila
2024-07-13Implement some more suspend/resume Linux compat such that inteldrm(4) canMark Kettenis
2024-07-13Revert the vdoom change, while it prevents the crashes on joel's goBob Beck
2024-07-13Add condition to ip_gre.c in files.Alexander Bluhm
2024-07-13Mark IP protocol GRE as MP safe from socket layer.Alexander Bluhm
2024-07-13Previous commit broke RAMDISK_CD kernel build. Always include udp.hAlexander Bluhm
2024-07-13Do not store full IPv6 packet in common forwarding case.Alexander Bluhm
2024-07-13Backout previous change related to not freeing memory on suspend.Dave Voutila
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