summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-06-13add SanDisk PC SN740Joshua Stein
2023-06-13drm/amd/display: Return error code on DSC atomic check failureJonathan Gray
2023-06-13drm/amd/display: Add missing WA and MCLK validationJonathan Gray
2023-06-13drm/amd/display: Remove FPU guards from the DML folderJonathan Gray
2023-06-13drm/amd/display: Ext displays with dock can't recognized after resumeJonathan Gray
2023-06-12Move nd6_ifdetach() out of netlock. In this point, the interface isVitaliy Makkoveev
2023-06-12match Mercusys MW150US V2Jonathan Gray
2023-06-12regenJonathan Gray
2023-06-12add Mercusys MW150US V2Jonathan Gray
2023-06-12regenJonathan Gray
2023-06-12add more Navi 31 device idsJonathan Gray
2023-06-11Disable PAC with the architected algorithm for now, but leave it enabledMark Kettenis
2023-06-10Implement support for pointer authentication (PAC) in userland. With PACMark Kettenis
2023-06-10Add qcpas(4), a driver for the Peripheral Authentication Service found onPatrick Wildt
2023-06-07upon resume, fpureset() was being called prematurely (before cpu_init,Theo de Raadt
2023-06-06don't need mcx_uptime() now that we have nsecuptime()David Gwynne
2023-06-05Do not calculate IP, TCP, UDP checksums on loopback interface.Alexander Bluhm
2023-06-05pfsync_update_state() is too paranoid about pf_state::pfsync_state.Alexandr Nedvedicky
2023-06-05pf_remove_state() should not attempt to remove state whichAlexandr Nedvedicky
2023-06-03Remove declarations of unused local variables, an unused functionKenneth R Westerback
2023-06-02pledge(2): stdio: permit restricted profil(2) for moncontrol(3)Scott Soule Cheloha
2023-06-02Missed a trailing space.Kenneth R Westerback
2023-06-01Add support for wireguard peer descriptionsKlemens Nanni
2023-06-01Expunge a bunch of eye searing trailing whitespace.Kenneth R Westerback
2023-06-01Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it mustClaudio Jeker
2023-06-01Enable forwarding of ix(4) LRO Pakets via TSOJan Klemkow
2023-05-31Remove declarations for unused search_label() local variablesKenneth R Westerback
2023-05-30add net_tq_barriersDavid Gwynne
2023-05-30Use generic checksum calculation for TCP SYN+ACK packets.Alexander Bluhm
2023-05-30spellingJonathan Gray
2023-05-29virtio: Set DRIVER_OK earlierStefan Fritsch
2023-05-29some hackery to make arm64 ramdisk compile againTheo de Raadt
2023-05-29recognise Cortex-A520 (Hayes), Cortex-A720 (Hunter), Cortex-X4 (Hunter-ELP)Jonathan Gray
2023-05-27Implement battery charge control.Mark Kettenis
2023-05-26Remove net lock from DIOC{S,G}ETLIMITKlemens Nanni
2023-05-25Disable witness for mutexes created on the stack which allowsKurt Miller
2023-05-25Work around sparc64 WITNESS kernel failing to load by moving large witnessKurt Miller
2023-05-25Do not use wakeup_proc() outside of the sleep machinery. Just useClaudio Jeker
2023-05-23Force comport initialization for some class of deviceDenis Fondras
2023-05-23regenDenis Fondras
2023-05-23Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs.Patrick Wildt
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow
2023-05-22Fix TSO for traffic to a local address on a physical interface.Alexander Bluhm
2023-05-22Add EPYC Embedded 3000 10GbE NICDenis Fondras
2023-05-22The fp_ex_[st]w struct savefpu members were inherited from NetBSD wherePhilip Guenther
2023-05-22NENTRY() doesn't provide an endbr64, so give memmove one inPhilip Guenther
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-05-21In sysctl_hwchargestop() check that hw_battery_setchargestop is setClaudio Jeker
2023-05-20Do not grab the `vmmaplk' recursively, prevent a self-deadlock.Martin Pieuchot
2023-05-20Implement battery charge control.Mark Kettenis