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