Age | Commit message (Expand) | Author |
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 | enable acpihve(4) | Jonathan Gray |
2017-01-10 | ensure EPT page walk length 4. We don't support other page walk lengths | 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 | use 16 bit segment selectors. also reduces differences with i386 vmm | Mike Larkin |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2017-01-03 | reduce differences between amd64 and i386 vmm | Mike Larkin |
2017-01-02 | Enable xbf(4). | Rafael Zalamena |
2017-01-02 | delete obsolete (disabled) pool_cache_invalidate. pool caches were removed | Ted Unangst |
2016-12-30 | Increase space for ramdisk inserts to match ftp(1) https growth. | Theo de Raadt |
2016-12-30 | Fix EFI_CALL() to pass the arguments properly when number of arguments is 0. | YASUOKA Masahiko |
2016-12-26 | Pass through cacheline size information to guest. This was pointed out | Mike Larkin |
2016-12-24 | Make the boot programs support booting from softraid on 4K byte sector | YASUOKA Masahiko |
2016-12-24 | The unit of the parition offset in disklabel is number of sectors in the | YASUOKA Masahiko |
2016-12-23 | Convert the sector number in the patition table to the sector number | YASUOKA Masahiko |
2016-12-23 | The efi disk i/o to read sectors properly when the sector size is not | YASUOKA Masahiko |
2016-12-20 | Fix operand of pushq instruction; clang's integrated assembler is less | Mark Kettenis |
2016-12-19 | Generating mixed 16-bit/32-bit/64-bit code with clang's integrated | Mark Kettenis |
2016-12-14 | Add the TSC timecounter and use it on Skylake machines where the HPET | Reyk Floeter |
2016-12-13 | Enable xbf(4) | Mike Belopuhov |
2016-12-12 | Pass WSDISPLAYIO_{GET,SET}PARAM to ws_{get,set}_param. This allows | YASUOKA Masahiko |
2016-12-07 | Add a commented out entry for xbf(4) | Mike Belopuhov |
2016-12-02 | enable hvn(4) | Jonathan Gray |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-15 | Avoid an uninitialised value in rev 1.93. | Jonathan Gray |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-11-08 | fix debug build | Mike Larkin |
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-11-01 | Use x2APIC if it is enabled by BIOS. It is expected that this doesn't | YASUOKA Masahiko |
2016-10-29 | Further improve vmm's security model by restricting pledged vmm | Reyk Floeter |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-26 | Don't use a bitfield in the msr store index structure. This may not end up | Mike Larkin |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-18 | SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@ | Christian Weisgerber |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-13 | Add an extra debug line when virtualization is disabled in the firmware. | Martijn van Duren |
2016-10-12 | enable vmm | Mike Larkin |
2016-10-12 | Allow 4 vio(4) interfaces in each VM. Also fix a bad interrupt assignment that | Mike Larkin |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |