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