Age | Commit message (Expand) | Author |
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 |
2019-06-07 | add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter | Joshua Stein |
2019-06-06 | Stop promoting the TSC as a high quality timecounter on MULTIPROCESSOR | Mark Kettenis |
2019-06-01 | Refactor the MAP_STACK feature, and introduce another similar variation: | Theo de Raadt |
2019-05-30 | Use two 32-bit writes instead of a single 64-bit write to write the | Mark Kettenis |
2019-05-28 | Correct the test for when the L1TF vulnerablity has been mitigated via | Philip Guenther |
2019-05-28 | Skip doing MDS mitigation on vmm entry if the new firmware is present, | Philip Guenther |
2019-05-28 | Cleanup some bootloader code | Mike Larkin |
2019-05-28 | Remove a 15 year old XXX comment | Mike Larkin |
2019-05-23 | zap reference to non-existent function in a comment | Jasper Lievisse Adriaanse |
2019-05-22 | Allow loading of bigger ucode. This implementation uses the UEFI memory | Mark Kettenis |
2019-05-21 | add amdgpu from linux 4.19.44 for recent AMD Radeon parts | Jonathan Gray |
2019-05-18 | Both FreeBSD and I appear to have been confused by intel's deep-dive doc: | Philip Guenther |
2019-05-17 | Oops, forgot to include a copyright year when originally added | Philip Guenther |
2019-05-17 | Mitigate Intel's Microarchitectural Data Sampling vulnerability. | Philip Guenther |
2019-05-15 | Add support to the BIOS bootloader for random kernel base VA | Mike Larkin |
2019-05-13 | vmm: add host side pvclock | pd |
2019-05-12 | Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks to | Philip Guenther |