Age | Commit message (Expand) | Author |
2023-08-14 | Skip leading dash in kernel boot options instead of complaining it is an | Miod Vallat |
2023-08-14 | Add a copyin32() implementation. | Miod Vallat |
2023-08-12 | Fix comments regarding pcb_onfault maintainence. No code change. | Miod Vallat |
2023-08-11 | agtimer(4/arm64): call CPU_BUSY_CYCLE() during spin-loop | Scott Soule Cheloha |
2023-08-10 | agtimer(4/arm64): agtimer_delay: compute cycle count with 64-bit arithmetic | Scott Soule Cheloha |
2023-08-10 | Take advantage of the fact that the WFI instruction does continue | Mark Kettenis |
2023-08-10 | The Lenovo X13s has broken firmware that makes it impossible to use PAC. | Mark Kettenis |
2023-08-09 | correct platform id mask, it is 3 bits 52:50 | Jonathan Gray |
2023-08-09 | show x86 cpu patch level in dmesg | Jonathan Gray |
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 |