Age | Commit message (Expand) | Author |
2018-07-12 | Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as we | Frederic Cambus |
2018-07-12 | Stop building rasops4 on amd64. | Frederic Cambus |
2018-07-12 | zap a blank line | Mike Larkin |
2018-07-12 | vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, | Mike Larkin |
2018-07-11 | Declare cpu_meltdown in <machine/cpu.h> | Philip Guenther |
2018-07-11 | adding __func__ identifier to panic() calls in vmm.c for amd64 and i386 | Nayden Markatchev |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-07-11 | vmm(4): return proper cache topology for cpuid(0x4) | Mike Larkin |
2018-07-11 | vmm(4): respect argument size when reading from undefined ports. | Mike Larkin |
2018-07-11 | vmm(4): small cleanup in vm_rwregs. | Mike Larkin |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-10 | vmm(4): remove a wrong comment | Mike Larkin |
2018-07-10 | Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames. | Philip Guenther |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This was | Mike Larkin |
2018-07-09 | Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matter | Mark Kettenis |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-09 | vmm(4): inject #UD on vmx instructions, instead of dropping into the | Mike Larkin |
2018-07-09 | Rest the FPU's fcw and mxcsr before initializing the "FPU reset state" area | Philip Guenther |
2018-07-09 | Add retguard macros to aes_intel. | mortimer |
2018-07-09 | Use a slightly more efficient zeroing idiom when clearing GPRs | Philip Guenther |
2018-07-06 | Fix efiboot not to panic when a serial which does not exist actually | YASUOKA Masahiko |
2018-07-06 | Split trap() into kerntrap() and usertrap(), with all the signal generation | Philip Guenther |
2018-07-05 | backout r1.11 "Add retguard macros for kernel asm", ok deraadt | Stuart Henderson |
2018-07-05 | forgot to commit vmmvar.h needed by previous two commits, thanks ccardenas | Mike Larkin |
2018-07-05 | vmm(4): print guest vcpu mode and cpl in debug output if VM crashes | Mike Larkin |
2018-07-05 | vmm(4): add some utility functions for checking vcpu cpl and mode | Mike Larkin |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-03 | Add retguard macros for kernel asm. | mortimer |
2018-07-03 | Make intrframe the exact same size as trapframe: instead of pushing | Philip Guenther |
2018-07-03 | add amd speculation control cpuid bits | Jonathan Gray |
2018-07-03 | Remove dead code present since r1.1. Fix CID 1470238. | Martin Pieuchot |
2018-07-02 | vmm: wrap a long line and prefix a hex value printed in a debug printf | Mike Larkin |
2018-07-01 | Update IDTVEC, KIDTVEC, and KUENTRY to align with _ALIGN_TRAPS instead of | Philip Guenther |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-07-01 | Add retguard asm macros. | mortimer |
2018-07-01 | Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, then | Philip Guenther |
2018-06-30 | Don't try to set XCR0_X87 when XSAVE isn't supported at all. Fixes | Philip Guenther |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis |
2018-06-29 | vmm: add more information to a debug printf when the guest %xcr0 doesn't | Mike Larkin |
2018-06-28 | remove other chunk of accidentally committed test code, spotted by deraadt | Stuart Henderson |
2018-06-28 | remove accidentally committed test code, spotted by deraadt | Stuart Henderson |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-06-24 | Move signal generation from fputrap() to where it's called in trap() | Philip Guenther |
2018-06-22 | vmm(4): Be more careful when tearing down VMs, to avoid a possible race | Mike Larkin |
2018-06-21 | Save and restore retguard area during hibernate unpack. This copies the | Mike Larkin |
2018-06-21 | Add missing comma. This fixes compilation if we enable VMM_DEBUG macro. | Kevin Lo |
2018-06-20 | On newer AMD parts, use CoreId (EBX) and NodeId (ECX) from cpuid 0x8000001e | Stuart Henderson |