Age | Commit message (Expand) | Author |
2022-07-21 | Add support for the new DART variant found on the Apple M2 SoC. Untested, | Mark Kettenis |
2022-07-20 | Add size to free(9) call | Klemens Nanni |
2022-07-20 | move to 7.2-beta. this gets done very early, to avoid finding out | Theo de Raadt |
2022-07-20 | the _pad_ system calls from 2021/12/23 can go away | Theo de Raadt |
2022-07-18 | Compile octeon kernels with -march=mips64r2 | Visa Hankala |
2022-07-16 | Fix IPIs on systems with multiple clusters where the CPU interface | Mark Kettenis |
2022-07-16 | Fix previous commit. We need to enable the new "halt" IPI on all the CPUs | Mark Kettenis |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-14 | Add sxirintc(4), a driver for the "wake up" interrupt controller found | Mark Kettenis |
2022-07-13 | Implement the fundamentals for suspend/resume on arm64. This uses PSCI | Mark Kettenis |
2022-07-12 | Use db_rint() in sfuart(4) | Jeremie Courreges-Anglas |
2022-07-12 | remove cache parts of struct cpu_info which were used by vmm | Jonathan Gray |
2022-07-12 | allow cpuid 0x8000001d, cache topology on AMD | Jonathan Gray |
2022-07-12 | remove cache parts of struct cpu_info only vmm used | Jonathan Gray |
2022-07-12 | recognise Cortex-A715 and Cortex-X3 | Jonathan Gray |
2022-07-11 | Switch bootloaders to the extended BOOTARG_CONSDEV struct. | Mark Kettenis |
2022-07-11 | r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply by | Jonathan Matthew |
2022-07-10 | Add missing device_unref() calls. | Visa Hankala |
2022-07-09 | Consistently use uint64_t. | Mark Kettenis |
2022-07-07 | retire NexGen CPU identification code | Daniel Dickman |
2022-07-04 | Use destination buffer size as strlcpy() bound, not source; harmless here for | Miod Vallat |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-30 | As we now have two bios_consdev_t structures, make use of the old one | Anton Lindqvist |
2022-06-30 | amd64/pmap: Change the wording of a panic string | Mike Larkin |
2022-06-30 | vmm(4): reference count vm's and vcpu's | Dave Voutila |
2022-06-30 | amd64 pmap: Zero out the EPTP on pmap_create | Mike Larkin |
2022-06-29 | remove archaic comment from original import of i386 pmap | Dave Voutila |
2022-06-29 | Add support for using non-standard UARTs (such as the Synopsys DesignWare | Mark Kettenis |
2022-06-29 | Make bus_space_map(9) work before the pmap is initialized for addresses | Mark Kettenis |
2022-06-28 | On the x13s, using the EfiLoaderData memory type for the memory block | Mark Kettenis |
2022-06-28 | The x13s uses Memory32Fixed() to describe the windows forwarded by the | Mark Kettenis |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-06-28 | rewrite amd64 printing of cache details | Jonathan Gray |
2022-06-27 | zap extraneous .Pp | Jason McIntyre |
2022-06-27 | Delete the ancient "hold Shift key to force CHS" code. Noone has needed | Theo de Raadt |
2022-06-27 | vmm: move ept pointer configuration to vcpu_init_vmx | Dave Voutila |
2022-06-27 | vmm: zero virtual addresses of vcpu state pages after freeing | Dave Voutila |
2022-06-26 | add a few missing drivers for recent nics, input from jmatthew kettenis mbuhl... | Stuart Henderson |
2022-06-26 | Delete trailing whitespace. No code change. | Mike Larkin |
2022-06-26 | vmd: create a copy of bios at 4g boundary | Dave Voutila |
2022-06-20 | When there are multiple GOPs, try to select first one from which we | YASUOKA Masahiko |
2022-06-16 | Bump MAXCPUS to 256, which is the maximum number of cores on a dual socket | Mark Kettenis |
2022-06-16 | The 64-core versions of the Ampere Altra SoC still have 80 redistributors. | Mark Kettenis |
2022-06-13 | Fix compatible strings to match the official device tree binding. | Mark Kettenis |
2022-06-12 | vmm(4): remove vm teardown from vcpu run path | Dave Voutila |
2022-06-12 | The NVMe firmware distributed with the macOS 13 developer beta does not | Mark Kettenis |
2022-06-12 | Add stftemp(4), a driver for the temperature sensor integrated on the | Mark Kettenis |
2022-06-11 | whitespace | Mark Kettenis |