Age | Commit message (Expand) | Author |
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-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-02-06 | When determining whether or not to hatch into PAE mode, use the cpu_pae | Mike Larkin |
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: matching i386 commit (missing host save area pa msr) | 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-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 |
2017-01-19 | reduce differences to amd64 | Mike Larkin |
2017-01-18 | i386 version of a fix that went in for amd64 previously | Mike Larkin |
2017-01-13 | Enable vmmci(4) | Reyk Floeter |
2017-01-13 | Disable and lock Silicon Debug feature on modern Intel CPUs | Mike Belopuhov |
2017-01-13 | Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs | Reyk Floeter |
2017-01-13 | SVM/RVI: vm_impl_init_svm implementation, create pmap for RVI VMs | Mike Larkin |
2017-01-13 | Starting to merge my old AMD SVM/RVI tree, piece by piece. | Mike Larkin |
2017-01-12 | Remove vc_hsa_stack_va, it has not been used in a long time and is no | Mike Larkin |
2017-01-12 | add a couple missing comments, no code change | Mike Larkin |
2017-01-11 | SVM intercept codes (exit reason) defines | Mike Larkin |
2017-01-10 | matching i386 diff from previous amd64 - ensure page walk length 4, as we | Mike Larkin |
2017-01-09 | i386 vmm requires PAE mode to be in use. don't match vmm(4) if ! PAE. | Mike Larkin |
2017-01-08 | Revert previous commit as it failed to handle unset vmcs pointers properly | Mike Larkin |
2017-01-07 | reduce statement nesting depth in a couple places, suggested by | Mike Larkin |
2017-01-07 | add rcs tags | Mike Larkin |
2017-01-03 | reduce differences between amd64 and i386 vmm | Mike Larkin |
2016-12-30 | Increase space for ramdisk inserts to match ftp(1) https growth. | Theo de Raadt |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-10-29 | sync with -r1.95 of amd64/vmm.c: | Reyk Floeter |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-26 | Fix a few misc bugs in i386 vmm: | Mike Larkin |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-21 | Fix MP builds including vmm | Theo de Raadt |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-18 | put .openbsd.randomdata into rodata, since i386 can handle it | Theo de Raadt |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | backout small error | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-14 | cache some more cpuid info. the cached data is presently unused, but will | Mike Larkin |