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