Age | Commit message (Expand) | Author |
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 |
2023-01-06 | Inline nd6_option() helper, remove indirections | Klemens Nanni |
2023-01-06 | Clarify nd6_option() return semantics | Klemens Nanni |
2023-01-06 | Simplify nd6_options() initialise logic | Klemens Nanni |
2023-01-06 | Merge common code into new nd6_dad_destroy() | Klemens Nanni |
2023-01-05 | more consistently name pf_state * variables "st". | David Gwynne |
2023-01-05 | after a few trap.c were fixed to fault with the right access, the | Theo de Raadt |
2023-01-05 | The access type for a prefetch abort should not include PROT_READ, | Mark Kettenis |
2023-01-05 | pfctl fails to add addresses to undefined/inactive table | Alexandr Nedvedicky |