Age | Commit message (Expand) | Author |
2017-01-21 | Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang. | Visa Hankala |
2017-01-21 | Switch include of virtio header from dev/pci/to dev/pv/ | Reyk Floeter |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2017-01-21 | Add missing spl0() call. | Patrick Wildt |
2017-01-21 | Only switch the pagetable if we were asked to switch to a user | Patrick Wildt |
2017-01-21 | Add Allwinner A64 devices to OpenBSD/arm64. This means we can run | Patrick Wildt |
2017-01-21 | arm64 does not make use of constab but instead uses the same | Patrick Wildt |
2017-01-21 | Move Allwinner drivers that will soon be used by OpenBSD/arm64 | Patrick Wildt |
2017-01-21 | Add support for the Allwinner A64 (sun50i-a64). | Mark Kettenis |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-21 | Match on the Allwinner A64 ehci compatible as well. | Patrick Wildt |
2017-01-21 | Implement EHCI and MMC clock support for the Allwinner A64 SoC. | Patrick Wildt |
2017-01-21 | Split out the Allwinner H3 specific clock code into its own functions and | Mark Kettenis |
2017-01-20 | Exterminate comcnspeed and comcnmode which were uninitialized and | Patrick Wildt |
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 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala |
2017-01-19 | Add mplock.h for loongson. | Visa Hankala |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin |
2017-01-19 | There are currently two pmap flags on arm64 that are supposed to be | Patrick Wildt |
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 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-19 | reduce differences to amd64 | Mike Larkin |
2017-01-19 | delete some empty lines found when diffing amd64 vs i386 | Mike Larkin |
2017-01-18 | i386 version of a fix that went in for amd64 previously | Mike Larkin |
2017-01-15 | Harmonize the way frame buffer drivers display resolution and color | Frederic Cambus |
2017-01-15 | Make sure to also backup and restore the a4x bus space map function | Patrick Wildt |
2017-01-15 | When dropping to EL1 ensure we have written to all special registers by | Patrick Wildt |
2017-01-15 | Address _start relative to the current program counter, like we already | Patrick Wildt |
2017-01-14 | Move a splx() in pmap_enter() to handle all return paths. | Jonathan Gray |
2017-01-13 | In comparison to armv7, our arm64 port passes the bus space tag as | Patrick Wildt |
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 |