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-08-02
Switch off unreferenced power resources in DVACT_POWERDOWN instead of
Mark Kettenis
2024-08-02
getentropy(2) is in POSIX-2024, so adjust the #include visibility,
Philip Guenther
2024-08-01
Run socket splice idle timeout without kernel lock.
Alexander Bluhm
2024-08-01
Add device tree mapping for Samsung Galaxy Book4 Edge.
Marcus Glocker
2024-08-01
virtio: Fix dmamap_sync calls
Stefan Fritsch
2024-08-01
Remove a comment that was committed by accident
Theo Buehler
2024-08-01
sync with src
Theo Buehler
2024-07-31
Add ufshci(4) at fdt support.
Marcus Glocker
2024-07-30
Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode;
Marcus Glocker
2024-07-30
Exports the statistics when PIPEXDSESSION. Found by ymatsui at iij.
YASUOKA Masahiko
2024-07-30
Populate most of the remaining hwcap and hwcap2 flags based on the detected
Mark Kettenis
2024-07-30
Recognize the features defines for POSIX 1003.1-2024, giving new values
Philip Guenther
2024-07-29
Set the target ACPI to S5 when we're powering down the machine. Prevents
Mark Kettenis
2024-07-29
Move the signal related kqueue filters to kern_event.c.
Claudio Jeker
2024-07-29
Use shared net lock instead of exclusive when frag6 calls icmp6_error().
Alexander Bluhm
2024-07-29
Remove `sb_sel' from sobuf_print() output, no sense to print "...".
Vitaliy Makkoveev
2024-07-29
Replace per thread P_CONTINUED with per process PS_CONTINUED flag
Claudio Jeker
2024-07-29
drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
Jonathan Gray
2024-07-29
regen
Jonathan Gray
2024-07-29
add "Strix Point" APU device id, and another Navi 31
Jonathan Gray
2024-07-27
Allow for another TEMPerHUM version. From Sebastiaan Indesteege.
Miod Vallat
2024-07-27
Use ".arch_extension fp" for the signal trampoline since it saves and
Mark Kettenis
2024-07-27
sync
Theo de Raadt
2024-07-27
shorten strings by removing pointless information
Theo de Raadt
2024-07-27
Sort and regularize all the ktrstruct() macros
Philip Guenther
2024-07-26
Trace struct itimerval
Philip Guenther
2024-07-26
On AMD vmm(4) set SVM_INTERCEPT_INVLPGA in intercept1.
Alexander Bluhm
2024-07-26
Mark ipsecflowinfo immutable.
YASUOKA Masahiko
2024-07-26
In pipex_l2tp_input(), check if ipsecflowinfo is not changed instead
YASUOKA Masahiko
2024-07-26
Run UDP input on multiple CPU in parallel.
Alexander Bluhm
2024-07-26
virtio: add/fix feature bits
Stefan Fritsch
2024-07-26
vio: Don't request csum offload if not negotiated
Stefan Fritsch
2024-07-26
drm/radeon: check bo_va->bo is non-NULL before using it
Jonathan Gray
2024-07-26
drm/amd/display: Fix refresh rate range for some panel
Jonathan Gray
2024-07-26
drm/amd/display: Account for cursor prefetch BW in DML1 mode support
Jonathan Gray
2024-07-26
drm/amd/display: Add refresh rate range check
Jonathan Gray
2024-07-26
drm/amdgpu: Indicate CU havest info to CP
Jonathan Gray
2024-07-26
drm: panel-orientation-quirks: Add quirk for Aya Neo KUN
Jonathan Gray
2024-07-26
use the fp target attribute with fpu_save()/fpu_load()
Jonathan Gray
2024-07-25
Explicitly request for battery status updates as the firmware doesn't seem
Mark Kettenis
2024-07-25
virtio: Allow more verbose debugging
Stefan Fritsch
2024-07-24
If the CPU cores implement FEAT_IDST, emulate access to the CPU ID
Mark Kettenis
2024-07-24
vmm(4): drop checks for EPT or RVI in some functions.
Dave Voutila
2024-07-24
KASSERT that the ps_single proc has P_SUSPSINGLE cleared.
Claudio Jeker
2024-07-24
Remove the (pr->ps_single->p_flag & P_SUSPSINGLE) == 0 check since it
Claudio Jeker
2024-07-24
Use a different mutex to protect the kqueue klist in logsoftc.
Claudio Jeker
2024-07-24
Remove workaround for lock ordering issue in uvm_pseg_get().
Martin Pieuchot
2024-07-24
Move uvm_exit() outside of the KERNEL_LOCK() in the reaper.
Martin Pieuchot
2024-07-24
Grab the kernel lock in preparation for unlocking most of uvm_unmap_detach().
Martin Pieuchot
2024-07-24
Remove assertion in udv_detach(), the function is already mpsafe.
Martin Pieuchot
[next]