summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-02-25clockintr: rename "struct clockintr_queue" to "struct clockqueue"Scott Soule Cheloha
2024-02-25sys/clockintr.h: consolidate forward declarationsScott Soule Cheloha
2024-02-25clockintr.h, kern_clockintr.c: add 2023, 2024 to copyright rangeScott Soule Cheloha
2024-02-25New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFITheo de Raadt
2024-02-24Explicitly disable MSR_CET_NO_TRACK_EN in MSR_S_CET. If enabled by theTheo de Raadt
2024-02-24qwx(4): qwx_dp_rx_tid_del_func: fix dp_reo_cache_flush_elem expiration logicScott Soule Cheloha
2024-02-24clockintr: rename clockqueue_reset_intrclock to clockqueue_intrclock_reprogramScott Soule Cheloha
2024-02-23timecounting: start system uptime at 0.0 instead of 1.0Scott Soule Cheloha
2024-02-23There is a 21BY x13s model. Handle it like 21BX.Mark Kettenis
2024-02-23ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*Scott Soule Cheloha
2024-02-23timeout: make to_kclock validation more rigorousScott Soule Cheloha
2006-10-06Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withMiod Vallat
2024-02-23- Add support for reporting flow control status.Kevin Lo
2024-02-22make qwx(4) ignore ESHUTDOWN while printing errors to dmesgStefan Sperling
2024-02-22Make the route cache aware of multipath routing.Alexander Bluhm
2024-02-22Improve db_ctf_pprint(), implement handlers for arrays and enums.Claudio Jeker
2024-02-22get rid of the qwx(4) mhi_newstate_taskStefan Sperling
2024-02-22start qwx(4) MHI channels in process context rather than in a taskStefan Sperling
2024-02-22cache qwx(4) firmware images in memory across suspend/resume cyclesStefan Sperling
2024-02-22add suspend/resume support to qwx(4)Stefan Sperling
2024-02-21match on C740; tested by and ok deraadt@Jonathan Gray
2024-02-21recognise Neoverse V3 (Poseidon), Neoverse N3 (Hermes)Jonathan Gray
2024-02-21create a new code ILL_BTCFI associated with SIGILL for trap faults whichTheo de Raadt
2024-02-21Remove duplicate definitions.Kevin Lo
2024-02-21Add missing checksum flag M_TCP_TSO to ddb show mbuf.Alexander Bluhm
2024-02-21spelling fixes; ok claudio@Jonathan Gray
2024-02-21Import mwx(4) a driver for Mediatek MT7921 and MT7922 802.11ax devicesClaudio Jeker
2024-02-21Keep mbuf data alignment intact in m_defrag()Claudio Jeker
2024-02-21revert r1.35David Gwynne
2024-02-21Only return EPERM for immutable regions for the nasty operationsTheo de Raadt
2024-02-21handle /reserved-memory nodes from device trees on arm64.David Gwynne
2024-02-20implement disassociation (RUN->AUTH/INIT) in the qwx(4) driver state machineStefan Sperling
2024-02-20implement qwx_dp_reo_cmd_list_cleanup()Stefan Sperling
2024-02-20fix a double-free in qwx(4) that occurred when removing a peer from firmwareStefan Sperling
2024-02-20drm/i915/pxp/mtl: Update pxp-firmware response timeoutJonathan Gray
2024-02-19Make bwfm(4) work with MAC addresses set via ifconfig lladdr.Stefan Sperling
2024-02-19In cpu_fork() do not copy the register windows stashed in the u_pcbClaudio Jeker
2024-02-19regenJonathan Gray
2024-02-19add more Intel device idsJonathan Gray
2024-02-19regenKevin Lo
2024-02-19add Realtek 802.11ax idsKevin Lo
2024-02-19drm/amd/display: Implement bounds check for stream encoder creation in DCN301Jonathan Gray
2024-02-19drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'Jonathan Gray
2024-02-19drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'Jonathan Gray
2024-02-19drm/i915/gvt: Fix uninitialized variable in handle_mmio()Jonathan Gray
2024-02-18Fix format strings in TRAPDEBUG code and unbreak 88110_syscall. NFCMiod Vallat
2024-02-18Prevent ioctl(WSKBDIO_GETENCODINGS) NULL deference when sysctlAnton Lindqvist
2024-02-18Don't call cpu_ucode_apply() and cpu_tsx_disable() from cpu_attach()'sPhilip Guenther
2024-02-18dt(4): profile: remove clock interrupt staggeringScott Soule Cheloha
2024-02-17move to 7.5-betaTheo de Raadt