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