Age | Commit message (Expand) | Author |
2018-02-26 | Delete pmap_update_2pg(), the #include of <machine/segments.h>, trailing | Philip Guenther |
2018-02-22 | The compile time assertion for cpu info did not work with gcc. | Alexander Bluhm |
2018-02-22 | The GNU assembler does not understand 1ULL, so replace the constant | Alexander Bluhm |
2018-02-21 | Meltdown: implement user/kernel page table separation. | Philip Guenther |
2018-02-10 | Additional AMD CPUID bits documented in | Jonathan Gray |
2018-02-06 | Load the Intel microcode much earlier. So far we had loaded it after | Patrick Wildt |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-15 | tabs vs spaces | Mike Larkin |
2018-01-15 | Add some AVX512 CPUID flags. | Mike Larkin |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-11 | Update the Intel microcode once the root filesystem has been mounted. | Patrick Wildt |
2018-01-07 | delete a wrong comment | Mike Larkin |
2018-01-07 | remove all PG_G global page mappings from the kernel when running on | Mike Larkin |
2018-01-07 | amd64_{get,set}_fsbase() are superfluous and unused; delete them. | Philip Guenther |
2018-01-07 | Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs | Mike Larkin |
2018-01-06 | Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on | Philip Guenther |
2017-12-06 | Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt. | Frederic Cambus |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-29 | add some comments. no functional change | Mike Larkin |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-10-23 | Expose TSC properties via sysctl nodes | Mike Belopuhov |
2017-10-17 | Don't do crazy bullshit when this is included by the bootblocks. | Theo de Raadt |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-10-13 | I was one bit off in the "is canonical" test for FS.base (TCB pointer) values, | Philip Guenther |
2017-10-06 | Recalibrate TSC timecounter with HPET and PM timer | Mike Belopuhov |
2017-09-27 | amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonical | Philip Guenther |
2017-09-06 | bump UPAGES to 6. | David Gwynne |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-25 | If SMAP is present, clear PSL_AC on kernel entry and interrupt so that | Philip Guenther |
2017-08-20 | vmd: Allow only upward migration | pd |
2017-08-14 | vmm: add #defines for exception vectors that can be used to inject | Mike Larkin |
2017-08-12 | vmm: handle IA32_MISC_ENABLE MSR. Bits set in this MSR can result in | Mike Larkin |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-11 | apmwarn and the ridiculous apmhalt hack sysctls are not relevant here | Ted Unangst |
2017-08-09 | Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-08-05 | vmm: support more than 3855MB guest memory | Mike Larkin |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-07-12 | Make max memory for VMs equal to MAXDSIZ to avoid failing later during | Mike Larkin |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
2017-07-01 | Use absolute pointers in codepatch entries | Stefan Fritsch |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-06-20 | Fix a couple of comment typos in amd64 and i386 biosvar.h | Tom Cosgrove |
2017-06-20 | remove some magic numbers in the flush-by-asid code and check if the CPU | Mike Larkin |
2017-06-20 | SVM: better cleanbits handling. Fixes an issue on Bulldozer CPUs causing | Mike Larkin |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-04 | Re-arrange struct bus_dmamap members | Stefan Fritsch |