Age | Commit message (Expand) | Author |
2023-07-19 | Protect ixl(4) admin queue with mutex(9). | Jan Klemkow |
2023-07-18 | Enable LRO for TCP per default in the network drivers. | Alexander Bluhm |
2023-07-18 | With the update of the sleep API the linux emulation of their wait API, | Claudio Jeker |
2023-07-17 | Put the USB Type-C power delivery controller into the "S5" state during | Mark Kettenis |
2023-07-17 | vfs: drop several macros hidding eopnotsupp | Sebastien Marie |
2023-07-16 | Remove debug printfs that print the number of wakeups seen by the | Mark Kettenis |
2023-07-16 | Read out the system power consumption immediately after wakeup and print | Mark Kettenis |
2023-07-16 | When detaching devices when we suspend, we need to continue processing | Mark Kettenis |
2023-07-16 | Make the mbstat preserve the same size which is actually used. Also | YASUOKA Masahiko |
2023-07-15 | Remove stray argument name in function prototype. | Mark Kettenis |
2023-07-15 | Add mute control. This makes the mute button on laptops that use | Mark Kettenis |
2023-07-14 | Check if the OWN bit of Tx descriptor instead of Rx descriptor is set | Kevin Lo |
2023-07-14 | struct sleep_state is no longer used, remove it. | Claudio Jeker |
2023-07-13 | bcmp(3) tries to return length, which is a size_t, as an int. | Todd C. Miller |
2023-07-13 | Use the deep idle state available on Apple M1/M2 cores in the idle loop and | Mark Kettenis |
2023-07-13 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2023-07-12 | address incomplete validation of ELF program headers in execve(2) which could... | Jasper Lievisse Adriaanse |
2023-07-12 | GPROF: sleep_state: disable _mcount() across suspend/resume | Scott Soule Cheloha |
2023-07-12 | Fix solock()/sounlock() usage. | Vitaliy Makkoveev |
2023-07-11 | Rework sleep_setup()/sleep_finish() to no longer hold the scheduler lock | Claudio Jeker |
2023-07-10 | Allow unveiled programs to dump core (in the default, classic, into . way) | Theo de Raadt |
2023-07-10 | ix(4): allocate less memory for tx buffers | Jan Klemkow |
2023-07-10 | The changes to the register layout affect the interrupt status/ack registers | Patrick Wildt |
2023-07-10 | Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORS | Philip Guenther |
2023-07-10 | Add PS_NOBTCFI, a per-process flag indicating that Branch Target | Philip Guenther |
2023-07-09 | It turns out that there are seperate pins for the PCIe Gen 2 and 3, which | Patrick Wildt |
2023-07-09 | Fix route entry leak. | Alexander Bluhm |
2023-07-09 | Add some more RK3588 PCIe clocks and resets. | Patrick Wildt |
2023-07-09 | Add mute control. This makes the mute button on laptops that use sncodec(4) | Mark Kettenis |
2023-07-09 | regen | Tobias Heider |
2023-07-09 | Add suspend key support in wskbd and make it work on Apple ARM laptops. | Tobias Heider |
2023-07-08 | Adds request_sleep(), a MI way of sending the machine to sleep in | Tobias Heider |
2023-07-08 | Add support for the PCIe controller on the JH7110 SoC. | Mark Kettenis |
2023-07-08 | regen | Mark Kettenis |
2023-07-08 | Add support for the RK3588 PCIe3 PHY to rkpciephy(4). The PHY controls | Patrick Wildt |
2023-07-08 | Add PLDA XpressRICH-AXI PCIe controller | Mark Kettenis |
2023-07-08 | Check rx dma map was allocated before trying to free it, so we don't crash | Jonathan Matthew |
2023-07-08 | Add some resets for the PCIe controllers on the RK3588. | Patrick Wildt |
2023-07-08 | Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may | Mark Kettenis |
2023-07-08 | regen | Mark Kettenis |
2023-07-08 | Add Motorcomm YT8531. | Mark Kettenis |
2023-07-08 | Move /dev/apm related acpi code to acpi_apm.c which is only built on | Tobias Heider |
2023-07-08 | Toggle IBT off during EFI runtime services calls. | Mark Kettenis |
2023-07-08 | Add ietp driver for Elantech I2C touchpads | Joshua Stein |
2023-07-07 | Keep mbuf header field ph_mss during loopback TCP with LRO/TSO. | Alexander Bluhm |
2023-07-07 | Add clocks for the RK3588 PWM controllers. | Patrick Wildt |
2023-07-07 | Add clocks for the RK3588 I2C controllers. | Patrick Wildt |
2023-07-07 | Add resets for the RK3588 USB 3.0 controllers. | Patrick Wildt |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. Use | Alexander Bluhm |
2023-07-07 | Expand the counters in struct mbstat from u_short to u_long. | YASUOKA Masahiko |