Age | Commit message (Expand) | Author |
2019-09-11 | vm_teardown() must be serialized since it modifies the global vmm_softc | anton |
2019-09-10 | Do not decrement the number of VMs counter twice in one of vm_create() | anton |
2019-09-07 | We can't call cpu_ucode_apply() before we call cpu_ucode_setup(). | Mark Kettenis |
2019-09-07 | Revert acpipci(4) changes. Too many systems are broken. We'll try again | Mark Kettenis |
2019-09-06 | Only do the timecounter initialization on the primary CPU. Avoids using a | Mark Kettenis |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-09-06 | fpuinit() comments should precede cpu_init() call | Theo de Raadt |
2019-09-04 | Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@ | cheloha |
2019-08-28 | Use ACPI information to attach PCI busses like we do on arm64. There are a | Mark Kettenis |
2019-08-27 | On amd64 the bootup and resume paths for SP/BP/SP were not performing | Theo de Raadt |
2019-08-26 | Remove rdtsc macro. | Paul Irofti |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-08-20 | Network-based device paths use Messaging and not Media types. Thus | Patrick Wildt |
2019-08-19 | Restore msrs & pat on main cpu. jcs observed a slow console on x1r7, | Theo de Raadt |
2019-08-14 | enable amdgpu on amd64 requested by a few people | Jonathan Gray |
2019-08-13 | Allow PXE booting using u-boot by relaxing our requirements | Patrick Wildt |
2019-08-13 | Unbreak build of efi32 due to a typo in the fchmod change. | Patrick Wildt |
2019-08-09 | Add TSC synchronization for multiprocessor machines. | Paul Irofti |
2019-08-07 | Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip | Philip Guenther |
2019-08-07 | Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call. | Philip Guenther |
2019-08-04 | Fix a typo I noticed reviewing the smbios code cleanup diff. | kmos |
2019-08-04 | Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce | Mark Kettenis |
2019-08-04 | crank version, following fchmod change | Theo de Raadt |
2019-08-03 | In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -x | Theo de Raadt |
2019-08-03 | If the CPU frequency is available during TSC init, make it available | Joshua Stein |
2019-07-30 | Previous version accidentally enabled VMM_DEBUG, so turn that off. | Mike Larkin |
2019-07-29 | Support disk write in efiboot. Requested by deraadt. | YASUOKA Masahiko |
2019-07-28 | vmm(4): join some short lines of code | Mike Larkin |
2019-07-26 | emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT. | Kevin Lo |
2019-07-24 | Avoid strlcpy() and printing of bios date if fixstring() returns NULL. | Jonathan Gray |
2019-07-19 | i8254_delay(): simplify tick computation | cheloha |
2019-07-17 | vmm/vmd: Fix migration with pvclock | pd |
2019-07-15 | Fix a direct map bug that affected machines with > 1023GB physical | Mike Larkin |
2019-07-15 | store smbios date string in globally visible var for drm | Jonathan Gray |
2019-07-14 | Delete obsolete bits in a comment: mcontext is gone and struct reg is no | Philip Guenther |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-08 | amd64 pmap: remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-08 | vmm(4): remove a "set but not used" variable, found when building the | Mike Larkin |
2019-06-28 | Write back and invalidate caches before updating CPU microcode, | Alexander Bluhm |
2019-06-25 | Implement suspend/resume support for MSI-X interrupts. Loosely based on | Mark Kettenis |
2019-06-24 | Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini | Mark Kettenis |
2019-06-24 | Remove a 15 year old #if 0 and wrap a long line (KNF) | Mike Larkin |
2019-06-24 | vmm(4) - whitespace removal | Mike Larkin |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-17 | Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo | Patrick Wildt |
2019-06-14 | Add TSC_ADJUST CPUID flag. | Mark Kettenis |
2019-06-13 | vmm(4): Pass through CPUID function/leaf 0x16 for processor speed. | Mike Larkin |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-09 | Allow memory that isn't (32-bit) DMA reachable when loading a map that was | Mark Kettenis |
2019-06-08 | When loading intel microcode in the non-efi case, error if the file is | Jonathan Gray |