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
2021-10-22
Make error handling in IPsec consistent. Pass errors to the callers.
Alexander Bluhm
2021-10-22
Revert "Preserve select(2) semantics when the other end of the pipe is gone".
Martin Pieuchot
2021-10-22
Make EVFILT_EXCEPT handling separate from the read filter.
Martin Pieuchot
2021-10-22
Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variants
Mark Kettenis
2021-10-22
After deleting hifn(4) the only provider for the LZS compression
Alexander Bluhm
2021-10-22
regen
Jonathan Gray
2021-10-22
add Intel ADL-S and ADL-P graphics ids Mesa matches
Jonathan Gray
2021-10-22
Remove last dangling usage of CRYPTO_F_NOQUEUE.
Anton Lindqvist
2021-10-22
Preserve pipe select(2) semantics when the other end of the pipe is gone.
Anton Lindqvist
2021-10-22
One could end up with the wrong encoding in xenocara while having a ucc
Anton Lindqvist
2021-10-21
Remove more dead code related to crypto task queues.
Tobias Heider
2021-10-21
Remove code to run crypto operations in a task queue. The code was
Tobias Heider
2021-10-21
Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. This
Patrick Wildt
2021-10-21
Release solock() before call unp_internalize() and take it within when
Vitaliy Makkoveev
2021-10-21
regen
Jonathan Gray
2021-10-21
add Gemini Lake MEI; from fkr
Jonathan Gray
2021-10-21
Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require
Alexander Bluhm
2021-10-21
Have ampintcmsi(4) go through the list of interrupt controllers to find the
Patrick Wildt
2021-10-21
Move vfs_stall_barrier() from the fd layer into vn_lock() and the vfs layer.
Claudio Jeker
2021-10-21
Remove duplicate variable ibytes, use plen instead.
Tobias Heider
2021-10-20
drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks read
Jonathan Gray
2021-10-20
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: do not manipulate vnode lock directly
Sebastien Marie
2021-10-19
vnode: deadfs: do not call v_op->vop_lock directly, use VOP_LOCK() wrapper
Sebastien Marie
2021-10-17
km_alloc(9) needs to be passed a size that is a multiple of PAGE_SIZE.
Patrick Wildt
2021-10-17
drm/amdgpu: fix gart.bo pin_count leak
Jonathan Gray
2021-10-16
Bail out early if the PCIe controller hasn't been initialized by the
Mark Kettenis
2021-10-15
Add initial 40MHz support to the iwx(4) driver.
Stefan Sperling
2021-10-15
Revert "Implement select(2) and pselect(2) on top of kqueue."
Martin Pieuchot
2021-10-15
vnode: remove vop_generic_{,is,un}lock stub functions
Sebastien Marie
2021-10-14
Release solock() before call unp_externalize().
Vitaliy Makkoveev
2021-10-14
ip6_output_ipsec_send() may change the route embeded in struct ro
Alexander Bluhm
2021-10-14
Implement select(2) and pselect(2) on top of kqueue.
Martin Pieuchot
2021-10-13
Remove redundant NULL checks in IPsec which are never reached.
Alexander Bluhm
2021-10-13
The function crypto_dispatch() never returns an error. Make it
Alexander Bluhm
2021-10-13
The function ipip_output() was registered as .xf_output() xform
Alexander Bluhm
2021-10-13
The kernel crypto framework sometimes returned an error, sometimes
Alexander Bluhm
2021-10-12
Remove misleading uvm reference counting that isn't actually used.
Mark Kettenis
2021-10-12
Introduce a dummy uvm_obj_destroy() interface. This function will be
Mark Kettenis
2021-10-12
Add (minimal) accounting for wired pages in userland pmaps.
Mark Kettenis
2021-10-12
iwm(4): revert to use firmware v17 on Intel AC 7265.
Landry Breuil
2021-10-12
Make our old BSSID available to iwx_newstate_task() when roaming.
Stefan Sperling
2021-10-12
Explicitly stop iwx(4) Rx block ack when roaming between access points.
Stefan Sperling
2021-10-12
Remove code which was needed to support old firmware images from iwx(4).
Stefan Sperling
2021-10-12
Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault.
Martin Pieuchot
2021-10-12
Revert the fix for the deadlock between uvn_io() and uvn_flush().
Martin Pieuchot
2021-10-11
Add support for 802.11n 40MHz channels to the iwm(4) driver.
Stefan Sperling
2021-10-11
Monitor 20/40 MHz channel width changes in beacons sent by our access point
Stefan Sperling
2021-10-11
Add support for 40MHz channels to net80211 RA.
Stefan Sperling
[next]