Age | Commit message (Expand) | Author |
2023-08-07 | Revert 1.43 and always make our own mapping of the Mostek chip. Trying to | Miod Vallat |
2023-08-05 | cpu_idle_{enter,leave} are no-ops on mips64, so just #define | Philip Guenther |
2023-08-05 | cpu_idle_{enter,leave} are no-ops on riscv64, so just #define | Philip Guenther |
2023-08-05 | Inform 8bpp capability on 8bpp framebuffer in | Kenji Aoyama |
2023-08-02 | Revert r1.31 - contrary to what I wrote, scaled versions of ld.d and st.d | Miod Vallat |
2023-08-01 | Add (limited) support for setting PPL0 on JH7110. | Mark Kettenis |
2023-07-31 | Mark code parameter of codepatch_replace() constant also on i386. | Alexander Bluhm |
2023-07-31 | Implement audio input source selection. | Tobias Heider |
2023-07-31 | On CPUs with eIBRS ("enhanced Indirect Branch Restricted Speculation") | Philip Guenther |
2023-07-31 | The replacement code passed to codepatch_replace() can usefully be | Philip Guenther |
2023-07-30 | Add JH7110 I2C clocks. | Mark Kettenis |
2023-07-28 | Include a newline in a DPRINTF() | Philip Guenther |
2023-07-28 | Add CODEPATCH_CODE() macro to simplify defining a symbol for a chunk | Philip Guenther |
2023-07-28 | Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. | Jonathan Gray |
2023-07-27 | Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. | Philip Guenther |
2023-07-27 | Report speculation control bits in dmesg cpu lines. | Philip Guenther |
2023-07-27 | The interrupt resume (Xdoreti) and recurse (Xspllower) paths are | Philip Guenther |
2023-07-27 | Follow the lead of mips64 and make cpu_idle_cycle() just call the | Philip Guenther |
2023-07-26 | Shutd down the power domains suring suspend. | Mark Kettenis |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-25 | Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware, | Miod Vallat |
2023-07-25 | cpu_idle_{enter,leave} are no-ops on amd64 now, so just #define | Philip Guenther |
2023-07-25 | Some hypervisors (such as Hertzner) allow msr read of DE_CFG (which does | Theo de Raadt |
2023-07-24 | Set DE_CFG[9] -- a chickenbit which stops Zenbleed. The chickenbit may | Theo de Raadt |
2023-07-24 | after the boot block changes on i386, sthen noticed a dmesg change | Jonathan Gray |
2023-07-23 | Implement suspend/resume support. This will turn off the power domain | Mark Kettenis |
2023-07-23 | Enable power domain. | Mark Kettenis |
2023-07-23 | update AMD CPU microcode if a newer patch is available | Jonathan Gray |
2023-07-23 | update AMD CPU microcode if a newer patch is available | Jonathan Gray |
2023-07-22 | Add qcsdam(4), a driver for the PMIC Shared Direct Access Memory found on | Patrick Wildt |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-07-21 | Rename ARCH_CAPABILITIES_* #defined to ARCH_CAP_* | Philip Guenther |
2023-07-20 | Remove unused function prototype. | Mark Kettenis |
2023-07-20 | Assign wsdisplay0 to the glass console always. The same change is | YASUOKA Masahiko |
2023-07-19 | Reset sc->sc_early to 0 to make sure the framebuffer attaches. | Mark Kettenis |
2023-07-19 | Use "early 2" to attach aplpngr(4) to make sure it attaches before other | Mark Kettenis |
2023-07-19 | Implement "early 2" locator for mainbus(4) and simplebus(4) to make | Mark Kettenis |
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-15 | Remove stray argument name in function prototype. | Mark Kettenis |
2023-07-13 | Use the deep idle state available on Apple M1/M2 cores in the idle loop and | Mark Kettenis |
2023-07-10 | Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORS | Philip Guenther |
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 | Add support for the Motorcomm YT8521/YT8531 PHYs. Since these PHYs may | 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 more information about the established LPI around, so that we can use | Patrick Wildt |
2023-07-07 | Add a few more JH7110 clocks. | Mark Kettenis |