summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-07-19Protect ixl(4) admin queue with mutex(9).Jan Klemkow
2023-07-18Enable LRO for TCP per default in the network drivers.Alexander Bluhm
2023-07-18With the update of the sleep API the linux emulation of their wait API,Claudio Jeker
2023-07-17Put the USB Type-C power delivery controller into the "S5" state duringMark Kettenis
2023-07-17vfs: drop several macros hidding eopnotsuppSebastien Marie
2023-07-16Remove debug printfs that print the number of wakeups seen by theMark Kettenis
2023-07-16Read out the system power consumption immediately after wakeup and printMark Kettenis
2023-07-16When detaching devices when we suspend, we need to continue processingMark Kettenis
2023-07-16Make the mbstat preserve the same size which is actually used. AlsoYASUOKA Masahiko
2023-07-15Remove stray argument name in function prototype.Mark Kettenis
2023-07-15Add mute control. This makes the mute button on laptops that useMark Kettenis
2023-07-14Check if the OWN bit of Tx descriptor instead of Rx descriptor is setKevin Lo
2023-07-14struct sleep_state is no longer used, remove it.Claudio Jeker
2023-07-13bcmp(3) tries to return length, which is a size_t, as an int.Todd C. Miller
2023-07-13Use the deep idle state available on Apple M1/M2 cores in the idle loop andMark Kettenis
2023-07-13Change function definitions using the identifier-list form used in theJonathan Gray
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