summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-09-12Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID.Jonathan Matthew
2023-09-11Remove unnecessary <sys/selinfo.h> includes.Vitaliy Makkoveev
2023-09-11Remove unnecessary <sys/selinfo.h> includes.Vitaliy Makkoveev
2023-09-11Kill unused `aac_select'. Build test performed with uncommented aac(4)Vitaliy Makkoveev
2023-09-11remove unused rkdrm_ports tailqJonathan Gray
2023-09-10load amd patch into a malloc'd region to make it page alignedJonathan Gray
2023-09-10don't error on WSDISPLAYIO_SVIDEO/WSDISPLAYIO_GVIDEO in drm driversJonathan Gray
2023-09-10clockintr: support an arbitrary callback function argumentScott Soule Cheloha
2023-09-10clockintr_dispatch: add intermediate pointer for clockintr_queue.cq_shadowScott Soule Cheloha
2023-09-09kernel: remove schedhzScott Soule Cheloha
2023-09-09clockintr_advance: tweak logic to eliminate early-returnScott Soule Cheloha
2023-09-09clockintr_schedule: tweak logic to eliminate early returnScott Soule Cheloha
2023-09-09clockintr_advance: delete duplicate code, call clockintr_schedule_locked()Scott Soule Cheloha
2023-09-09clockintr_schedule: refactor reusable code into clockintr_schedule_locked()Scott Soule Cheloha
2023-09-09Fix SCHED_LOCK() leak in single_thread_set()Claudio Jeker
2023-09-09RegenKevin Lo
2023-09-09Correct TP-LINK bluetooth ID.Kevin Lo
2023-09-09clockintr_dispatch: copy cl_func to cq_shadow.cl_func before calling itScott Soule Cheloha
2023-09-08clockintr: rename "clockintr_schedule_locked" to "clockqueue_pend_insert"Scott Soule Cheloha
2023-09-08clockintr: rename "clockintr_cancel_locked" to "clockqueue_pend_delete"Scott Soule Cheloha
2023-09-08Clean up old console bootargsKlemens Nanni
2023-09-08Remove the remnants of the leftover selinfo from vnode(9) layer. JustVitaliy Makkoveev
2023-09-08revert previousChristian Weisgerber
2023-09-08Change how ps_threads and p_thr_link are locked away from using SCHED_LOCK.Claudio Jeker
2023-09-07pf(4) ignores 'keep state' and 'nat-to' actions for unsolicitedAlexandr Nedvedicky
2023-09-07regenDaniel Dickman
2023-09-07add Realtek 8852AEDaniel Dickman
2023-09-07match on Mellanox ConnectX-6 LxJonathan Gray
2023-09-07regenJonathan Gray
2023-09-07add Mellanox ConnectX-6 LxJonathan Gray
2023-09-06regenJonathan Gray
2023-09-06add a Navi 32 device idJonathan Gray
2023-09-06regenJonathan Gray
2023-09-06add Intel Optane SSD P1600XJonathan Gray
2023-09-06Use shared net lock for ip_send() and ip6_send().Alexander Bluhm
2023-09-06Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16Mark Kettenis
2023-09-06vmm(4)/vmd(8): include pending interrupt in vm_run_parmams.Dave Voutila
2023-09-06clockintr: replace u_int with standard typesScott Soule Cheloha
2023-09-06clockintr: clockintr_establish: change first argument to a cpu_info pointerScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-09-05clockintr: remove clockintr_expiration()Scott Soule Cheloha
2023-09-05clockintr: remove clockintr_nsecuptime()Scott Soule Cheloha
2023-09-05clockintr: add clockintr_advance_random()Scott Soule Cheloha
2023-09-05vmm(4): switch the APMI CPUID mask to an include maskMike Larkin
2023-09-05stop putting multicast addresses into the Receive Address RegistersChristian Weisgerber
2023-09-05Make ksmn(4) attach to 19h/4x devicesStefan Sperling
2023-09-05Fix touchpad on newer device trees. The *gpio fields moved up one layer.Tobias Heider
2023-09-05Address the case 2b version of inconsistent view across threads ofPhilip Guenther
2023-09-04Fix netstat output of uses of current SYN cache left.Alexander Bluhm
2023-09-04Protect ps_single, ps_singlecnt and ps_threadcnt by the process mutex.Claudio Jeker