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 | Call pmap_pte_update() where the vp lookup has already been done | Patrick Wildt |
2017-01-13 | Some code already does a vp lookup, so there's no need to call | Patrick Wildt |
2017-01-13 | Rename pte_{insert,remove} to pmap_pte_{insert,remove} to better | Patrick Wildt |
2017-01-13 | Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64. | Frederic Cambus |
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 | A data abort caused by an execution access fault should propagate its | Patrick Wildt |
2017-01-11 | Prohibit execution of kernel pages by userland and prohibit execution | Patrick Wildt |
2017-01-11 | SVM intercept codes (exit reason) defines | Mike Larkin |
2017-01-11 | Update floating point header to better represent 64-bit ARM. | Patrick Wildt |
2017-01-10 | Cleanup TCB header a la OpenBSD/armv7. | Patrick Wildt |
2017-01-10 | Add rd(4) to OpenBSD/arm64's list of devices. Additionally, purge the | Patrick Wildt |
2017-01-10 | enable acpihve(4) | Jonathan Gray |
2017-01-10 | matching i386 diff from previous amd64 - ensure page walk length 4, as we | Mike Larkin |
2017-01-10 | ensure EPT page walk length 4. We don't support other page walk lengths | Mike Larkin |
2017-01-10 | Display resolution and color depth when attaching. | Frederic Cambus |
2017-01-09 | Sync with NetBSD/luna68k changes. | Kenji Aoyama |
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-08 | Add support for the RTC found on the Allwinner H3. | Mark Kettenis |
2017-01-08 | Specify correct size for the softc. | Mark Kettenis |
2017-01-07 | Make getting the parent clock for the SD/MMC controller work on the | Mark Kettenis |
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-07 | use 16 bit segment selectors. also reduces differences with i386 vmm | Mike Larkin |
2017-01-07 | Fill bootstrap translation table with zeroes before we use it and don't map | Mark Kettenis |
2017-01-06 | Ansify cpu_sysctl() on mips64 platforms. | Frederic Cambus |
2017-01-06 | there is no longer a need to ifdef __armv7__ armv6 rev instructions | Jonathan Gray |
2017-01-06 | unifdef CPU_ARMv7 and ARM_ARCH_7 | Jonathan Gray |
2017-01-05 | Pass value as input instead of output register, otherwise we write | Patrick Wildt |
2017-01-05 | Now that all non-ARMv7 platforms are gone, tedu the legacy atomic | Patrick Wildt |
2017-01-05 | Complete idle PCB allocation for secondary processors so that it makes | Patrick Wildt |
2017-01-05 | Fix boot(8) crashing on some amd64 machines when booting from softraid crypto. | Stefan Sperling |
2017-01-04 | Cleanup gpio(4) support code. | Mark Kettenis |
2017-01-04 | unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3) | Jonathan Gray |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |
2017-01-03 | Remove #define __SWAP_BROKEN from mips64. The architecture now | Visa Hankala |
2017-01-03 | reduce differences between amd64 and i386 vmm | Mike Larkin |
2017-01-02 | Allow freeing of newly empty directory pages. | Visa Hankala |
2017-01-02 | Enable xbf(4). | Rafael Zalamena |
2017-01-02 | delete obsolete (disabled) pool_cache_invalidate. pool caches were removed | Ted Unangst |
2017-01-02 | remove unused armv4 and xscale files | Jonathan Gray |
2017-01-01 | recognise Cortex A32 | Jonathan Gray |
2016-12-31 | Add missing $OpenBSD$ marker. | Mark Kettenis |
2016-12-30 | Increase space for ramdisk inserts to match ftp(1) https growth. | Theo de Raadt |