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
2022-05-22
Lock kernel in nfsrv_rcv() because NFS subsystem is not MP-safe yet.
Visa Hankala
2022-05-21
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-05-20
vmm: remove spinout paranoia
Dave Voutila
2022-05-20
vmm: load the vmcs before reading vcpu registers
Dave Voutila
2022-05-20
Rename hid_none to hid_all as it represents all possible hid kinds by
Anton Lindqvist
2022-05-20
uhid_maxrepid() is currently not able to observe all report IDs as it
Anton Lindqvist
2022-05-19
Now MULTIPROCESSOR kernel boots with CPU modules installed in
Kenji Aoyama
2022-05-19
Not so recent evolution of the PowerPC and POWER architectures have defined
Miod Vallat
2022-05-19
Revert "drm/amd/pm: keep the BACO feature enabled for suspend"
Jonathan Gray
2022-05-19
Force maximum payload size to 128 bytes for AR816X/AR817x as it triggers
Kevin Lo
2022-05-18
Remove #ifdef DDB specific includes, added in 1.968 but related code bits
Miod Vallat
2022-05-17
Use a higher match priority such that mvclock(4) wins from syscon(4).
Mark Kettenis
2022-05-16
pfi_kif_alloc() may be called with M_NOWAIT. Add NULL check to
Alexander Bluhm
2022-05-16
regen
Vitaliy Makkoveev
2022-05-16
Unlock umask(2). sys_umask() only modifies `fd_cmask', which
Vitaliy Makkoveev
2022-05-15
Use strncmp() and IFNAMSIZ for if_xname in veb(4) consistently.
Alexander Bluhm
2022-05-15
have in_pcbselsrc copy the selected address to memory provided by the caller.
David Gwynne
2022-05-15
gcc insists the decl for veb_ports_free also use inline
Theo de Raadt
2022-05-15
avoid calling if_enqueue from an smr critical section.
David Gwynne
2022-05-14
uvm_km_valloc(9), uvm_km_valloc_try(9), uvm_km_valloc_wait(9) and
Mark Kettenis
2022-05-14
When receiving a PADO offer, clear stored tags from previous PADO packets.
Tobias Heider
2022-05-14
Remove unused buf_dma member from struct iwx_rx_ring.
Stefan Sperling
2022-05-14
Remove unused buf_dma member from struct iwm_rx_ring.
Stefan Sperling
2022-05-14
Fix iwx_ampdu_rx_stop() for multiple Rx BA sessions.
Stefan Sperling
2022-05-13
vmm: add additional fault type, fixing vm receive
Dave Voutila
2022-05-13
Use the process ps_mtx to protect the process sigacts structure.
Claudio Jeker
2022-05-13
Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.
Stefan Sperling
2022-05-13
Make iwx(4) load a0-hr-b0 firmware on AX211 devices which require it.
Stefan Sperling
2022-05-13
reduce diff to linux
Jonathan Gray
2022-05-13
drm/amdgpu: Ensure HDA function is suspended before ASIC reset
Jonathan Gray
2022-05-13
drm/amdgpu: don't set s3 and s0ix at the same time
Jonathan Gray
2022-05-13
drm/amdgpu: explicitly check for s0ix when evicting resources
Jonathan Gray
2022-05-13
drm/amdgpu: unify BO evicting method in amdgpu_ttm
Jonathan Gray
2022-05-13
drm/amdgpu: do not use passthrough mode in Xen dom0
Jonathan Gray
2022-05-13
drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT
Jonathan Gray
2022-05-13
add xen.h for 5.15.39 drm
Jonathan Gray
2022-05-12
Fix setting of HT/VHT bits in rate flags of the iwx(4) Tx command.
Stefan Sperling
2022-05-12
During coredumps only a single thread should be active, check this
Claudio Jeker
2022-05-12
Convert `fd_cmask' and `fd_refcnt' types from u_short to 32 bit types.
Vitaliy Makkoveev
2022-05-12
kqueue: Fix race condition in knote_remove()
Visa Hankala
2022-05-12
Consider BUFPAGES_DEFICIT in swap_shortage.
Martin Pieuchot
2022-05-12
Introduce uvm_pagedequeue() to reduce code duplication.
Martin Pieuchot
2022-05-12
Bump IWX_UCODE_SECT_MAX to allow all new AX210/AX211 fw images to be parsed
Stefan Sperling
2022-05-12
Add missing AX210/AX211 devices to the device ID matching table.
Stefan Sperling
2022-05-11
Use hardware routine for PHY reset and always accept the PHY that's present.
Kevin Lo
2022-05-10
move memory allocations in pfr_add_tables() out of
Alexandr Nedvedicky
2022-05-10
make the CPU frequency scaling duration relative to the load
Solene Rapenne
2022-05-10
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-05-10
Our read/write lock implementation was not fair to writers. When
Alexander Bluhm
2022-05-10
Fix reading of the MAC address on AX210 devices.
Stefan Sperling
[next]