Age | Commit message (Expand) | Author |
2017-03-21 | Don't allow the guest to clear CR0_NE or CR4_VMXE. While we should be | Mike Larkin |
2017-03-21 | CPUID feature 0x80000000 emulation fell through to 0x80000001, which | Mike Larkin |
2017-03-19 | Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28 | Mike Larkin |
2017-03-16 | Typo, from miod@ | Martin Pieuchot |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-12 | enable acpisbs | Joshua Stein |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-07 | Keep on trying to grab the lock after leaving ddb after lock spin-out. | Visa Hankala |
2017-03-07 | Use the pause instruction on the slow path. This improves | Visa Hankala |
2017-03-07 | Make the slow path similar to i386's by checking mutex owner | Visa Hankala |
2017-03-07 | Disallow setting machdep.lidaction to any other value but [0,2]. | Martin Natano |
2017-03-05 | Teach the ddb disassembler about most of the vm* instructions | Philip Guenther |
2017-03-03 | Whan an amd64 machine got an NMI, the current process in user land | Alexander Bluhm |
2017-03-03 | Delete "comspeed" which had been mistakenly added as a int value. | YASUOKA Masahiko |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-03-02 | log attempts to access cpuid leaf function 0x03, "processor serial number". | Mike Larkin |
2017-03-02 | reduce some more differences in vmm between i386 and amd64 that didn't | Mike Larkin |
2017-03-02 | reduce differences in vmm between amd64 and i386 (i386 picks up a handful | Mike Larkin |
2017-03-02 | Refactor cpuid exit handler to make it easier to bolt on SVM support | Mike Larkin |
2017-03-01 | Don't try to access the com(4) hardware to set up the console speed | Patrick Wildt |
2017-03-01 | Fix the code which preserves the device path of the loaded image if | YASUOKA Masahiko |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2017-02-20 | VMX: assert that the supplied instruction length matches what is expected for | Mike Larkin |
2017-02-20 | SVM: asm support for SVM/RVI | Mike Larkin |
2017-02-20 | typo in comment | Mike Larkin |
2017-02-20 | SVM: fix wrong treatment of MSRs, especially EFER. | Mike Larkin |
2017-02-20 | SVM: fix segment A/R bits formatting | Mike Larkin |
2017-02-14 | Set the default TSC quality to -1000 to be less than the i8254 | Reyk Floeter |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-10 | Unbreak 'config -p'. | Martin Pieuchot |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-08 | Retry BS->ExitBootServices() if it fails. | YASUOKA Masahiko |
2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
2017-02-06 | Sync a comment with i386. | Martin Pieuchot |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-01-25 | Build amd64 kernels with -ffreestanding. Synchronize the arm64 and armv7 | Mark Kettenis |
2017-01-25 | tedu some code that has not been executed since time_t became 64 bits | Tom Cosgrove |
2017-01-24 | SVM: misspelled field name in vmcb struct (renamed to match SVM code I'm | Mike Larkin |
2017-01-24 | SVM: missing msr defintion for host save area physaddr | Mike Larkin |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2017-01-22 | Introduce the KEEPKERNELS variable: if this is set either in mk.conf or | Theo Buehler |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-19 | forgot this in previous commit (SVM_MSR* macro definitions) | Mike Larkin |
2017-01-19 | SVM: register reset and intercept setup code | Mike Larkin |
2017-01-19 | SVM: VMCB intercept definitions | Mike Larkin |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin |
2017-01-19 | SVM: matching vcpu deinit functions for previous commits | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |