Age | Commit message (Expand) | Author |
2018-07-24 | Do the same for i386 as amd64: | Bryan Steele |
2018-07-24 | Fix previous commit: the RSB refill bits change %rcx so it needed to be | Philip Guenther |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | Missed a 'ksi' -> '*ksip' change in previous commit | Philip Guenther |
2018-07-19 | Enable kernel profiling on arm64 | Dale Rahn |
2018-07-16 | make this build again after changes made in rev 1.74 | Jonathan Gray |
2018-07-13 | Disable codepatching infrastructure after boot | Stefan Fritsch |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-13 | zap some garbage that snuck in. | Theo Buehler |
2018-07-12 | we will be toggling witness on/off a few times. when it is on, it raises | Theo de Raadt |
2018-07-12 | unbreak i386 build, thanks to pd@ for noticing. Same diff as I committed | Mike Larkin |
2018-07-12 | zap an extra newline | Mike Larkin |
2018-07-12 | Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrong | Philip Guenther |
2018-07-12 | Reorganize the Meltdown entry and exit trampolines for syscall and | Philip Guenther |
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 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
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 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-10 | Always use PSCI to enable secondary CPUs if it is detected. | Mark Kettenis |
2018-07-10 | Add a "machine acpi" command to force booting with ACPI enabled. | Mark Kettenis |
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 | Enable pcagpio(4). | Patrick Wildt |
2018-07-09 | Add a phandle to v2m nodes. | Mark Kettenis |
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 a few common PCIe devices based on the arm64 kernel configs. | Patrick Wildt |
2018-07-09 | dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller, | Patrick Wildt |
2018-07-09 | Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE. | Patrick Wildt |
2018-07-09 | Introduce pciecam(4), a driver for generic ECAM compatible PCI host | Patrick Wildt |
2018-07-09 | Add PCI machdep headers based on the arm64 port. | Patrick Wildt |
2018-07-09 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2018-07-09 | Add an API to add and delete windows in the mvmbus(4) controller. This | Patrick Wildt |
2018-07-09 | Add retguard macros to aes_intel. | mortimer |