summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-10Switch to console before suspending in DUMBFB mode. Fixes frame buffer corrup...Tobias Heider
2023-01-10rhe -> the from Crystal KolipeTheo Buehler
2023-01-10The uvm_swap_data_lock mutex can now be taken without holding the kernelMark Kettenis
2023-01-10Hide WAITPKG cpu feature from vmm(4) guests.Dave Voutila
2023-01-10i386: identifycpu(): only calibrate_cyclecounter() on primary CPUScott Soule Cheloha
2023-01-10i386: identifycpu(): don't print cpuspeed after calibrate_cyclecounter()Scott Soule Cheloha
2023-01-09Set the default for machdep.lidaction to 1 like on amd64.Mark Kettenis
2023-01-09Implement suspend on lid close.Mark Kettenis
2023-01-09DIAGNOSTIC is redundant with KASSERT, remove it. From Crystal Kolipe.Nicholas Marriott
2023-01-09Allwinner hardware sucks! The ARM generic timer on the A64 has a bugMark Kettenis
2023-01-09Use PROT_EXEC when servicing instruction faults.Miod Vallat
2023-01-09Correct length of replies to primary and secondary DAs so as not to sendNicholas Marriott
2023-01-09Handle possible PROT_EXEC fault if PROT_READ fails; needed to cope withMiod Vallat
2023-01-09drm/amd/pm: correct the fan speed retrieving in PWM for some SMU13 asicsJonathan Gray
2023-01-09drm/amd/pm: bump SMU13.0.0 driver_if header to version 0x34Jonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingJonathan Gray
2023-01-09drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mappingJonathan Gray
2023-01-09drm/i915/migrate: Account for the reserved_spaceJonathan Gray
2023-01-09drm/i915: improve the catch-all evict to handle lock contentionJonathan Gray
2023-01-09drm/amdgpu: make display pinning more flexible (v2)Jonathan Gray
2023-01-09drm/amdgpu: handle polaris10/11 overlap asics (v2)Jonathan Gray
2023-01-09drm/amd/display: Add DCN314 display SG SupportJonathan Gray
2023-01-09drm/i915/ttm: consider CCS for backup objectsJonathan Gray
2023-01-09drm/i915/dsi: fix VBT send packet port selection for dual link DSIJonathan Gray
2023-01-09drm/connector: send hotplug uevent on connector cleanupJonathan Gray
2023-01-09drm/amdgpu: fix mmhub register base coding errorJonathan Gray
2023-01-09drm/amd/pm: correct SMU13.0.0 pstate profiling clock settingsJonathan Gray
2023-01-09drm/amd/pm: update SMU13.0.0 reported maximum shader clockJonathan Gray
2023-01-09drm/amdgpu: skip mes self test after s0i3 resume for MES IP v11.0Jonathan Gray
2023-01-09drm/amdgpu: skip MES for S0ix as well since it's part of GFXJonathan Gray
2023-01-09flesh out ifiq_enqueueDavid Gwynne
2023-01-09count the number times a packet was dropped by bpf as fdrops.David Gwynne
2023-01-09setthrname() should return EINVAL, not ENAMETOOLONG, when thePhilip Guenther
2023-01-09restore NetBSD RCS IDDaniel Dickman
2023-01-08Use NULL instead 0 for pointer initialization.Vitaliy Makkoveev
2023-01-08Rename argument funcidx_swid to func_idx as it does not include any software id.Anton Lindqvist
2023-01-07Bring back a local copystr() declaration, as copy{in,out} still make us of itMiod Vallat
2023-01-07Make net80211 drop beacons received on secondary HT/VHT channels.Stefan Sperling
2023-01-07The PA-RISC architecture supports execute-only mappings by using aMark Kettenis
2023-01-07The maximum length of the value is extended to 64k bytes.ASOU Masato
2023-01-07regenPhilip Guenther
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-06Use copyin32() to fetch a faulting instruction rather than short-circuit itMiod Vallat
2023-01-06Oops, forgot to cvs rmMiod Vallat
2023-01-06Remove copystr(9), unless used internally by copy{in,out}str.Miod Vallat
2023-01-06Replace last user of copystr() with strlcpy(). NFCIMiod Vallat
2023-01-06Remove no longer needed and quite worthless header.Miod Vallat
2023-01-06Remove unused local variables as well as the dependency on <machine/nvm.h>.Miod Vallat
2023-01-06PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.Alexandr Nedvedicky
2023-01-06Clean up struct nd_opts, use nd6_options() function local variablesKlemens Nanni