summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-07-12address incomplete validation of ELF program headers in execve(2) which could...Jasper Lievisse Adriaanse
2023-07-12GPROF: sleep_state: disable _mcount() across suspend/resumeScott Soule Cheloha
2023-07-12Fix solock()/sounlock() usage.Vitaliy Makkoveev
2023-07-11Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lockClaudio Jeker
2023-07-10Allow unveiled programs to dump core (in the default, classic, into . way)Theo de Raadt
2023-07-10ix(4): allocate less memory for tx buffersJan Klemkow
2023-07-10The changes to the register layout affect the interrupt status/ack registersPatrick Wildt
2023-07-10Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORSPhilip Guenther
2023-07-10Add PS_NOBTCFI, a per-process flag indicating that Branch TargetPhilip Guenther
2023-07-09It turns out that there are seperate pins for the PCIe Gen 2 and 3, whichPatrick Wildt
2023-07-09Fix route entry leak.Alexander Bluhm
2023-07-09Add some more RK3588 PCIe clocks and resets.Patrick Wildt
2023-07-09Add mute control. This makes the mute button on laptops that use sncodec(4)Mark Kettenis
2023-07-09regenTobias Heider
2023-07-09Add suspend key support in wskbd and make it work on Apple ARM laptops.Tobias Heider
2023-07-08Adds request_sleep(), a MI way of sending the machine to sleep inTobias Heider
2023-07-08Add support for the PCIe controller on the JH7110 SoC.Mark Kettenis
2023-07-08regenMark Kettenis
2023-07-08Add support for the RK3588 PCIe3 PHY to rkpciephy(4). The PHY controlsPatrick Wildt
2023-07-08Add PLDA XpressRICH-AXI PCIe controllerMark Kettenis
2023-07-08Check rx dma map was allocated before trying to free it, so we don't crashJonathan Matthew
2023-07-08Add some resets for the PCIe controllers on the RK3588.Patrick Wildt
2023-07-08Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs mayMark Kettenis
2023-07-08regenMark Kettenis
2023-07-08Add Motorcomm YT8531.Mark Kettenis
2023-07-08Move /dev/apm related acpi code to acpi_apm.c which is only built onTobias Heider
2023-07-08Toggle IBT off during EFI runtime services calls.Mark Kettenis
2023-07-08Add ietp driver for Elantech I2C touchpadsJoshua Stein
2023-07-07Keep mbuf header field ph_mss during loopback TCP with LRO/TSO.Alexander Bluhm
2023-07-07Add clocks for the RK3588 PWM controllers.Patrick Wildt
2023-07-07Add clocks for the RK3588 I2C controllers.Patrick Wildt
2023-07-07Add resets for the RK3588 USB 3.0 controllers.Patrick Wildt
2023-07-07Expand the counters in struct mbstat from u_short to u_long. UseAlexander Bluhm
2023-07-07Expand the counters in struct mbstat from u_short to u_long.YASUOKA Masahiko
2023-07-07The per-VQ MSI-X interrupt handler needs to sync DMA mappings in thePatrick Wildt
2023-07-07Keep more information about the established LPI around, so that we can usePatrick Wildt
2023-07-07Add a few more JH7110 clocks.Mark Kettenis
2023-07-07Fix path MTU discovery for TCP LRO/TSO when forwarding.Alexander Bluhm
2023-07-07Add support for multiple batteries to acpithinkpad setchargestart andClaudio Jeker
2023-07-07regenJonathan Gray
2023-07-07add more Intel 13G TBT PCIE idsJonathan Gray
2023-07-06timeout_hardclock_update: enter timeout_mutex before reading uptime clockScott Soule Cheloha
2023-07-06- fix voltage range defined by base2 and delta2 works correctlySASANO Takayoshi
2023-07-06use refcnt API for multicast addresses, add tracepoint:refcnt:ethmulti probeKlemens Nanni
2023-07-06if panic() is meant, use panic()Jasper Lievisse Adriaanse
2023-07-06Use mtx_init() to initialize stack-based mutexesVisa Hankala
2023-07-06Clear knotes when finishing wseventvarVisa Hankala
2023-07-06Use correct variable to check for successful allocation.Patrick Wildt
2023-07-06Convert tcp_now() time counter to 64 bit.Alexander Bluhm
2023-07-06Register a mapping of dwge interfaces to ofw nodes/phandles.Jonathan Matthew