Age | Commit message (Expand) | Author |
2017-04-15 | Build sparc64 kernels with -ffreestanding. | Mark Kettenis |
2017-04-15 | The tlb flushes in pmap_set_{l1,l2,l3} use ranges that don't fully make sense. | Mark Kettenis |
2017-04-15 | Sync bus_dmamap_load_raw() with amd64 for better constraint checking. | Visa Hankala |
2017-04-15 | No GMX on CN73xx. | Visa Hankala |
2017-04-14 | SVM: calculate max ASID value and save for later use. This will be used in | Mike Larkin |
2017-04-13 | A little bit more trivial cleanup. | Mark Kettenis |
2017-04-13 | Use the non-interrupt-safe pool allocator for the vp pool to avoid runninng | Mark Kettenis |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-12 | Correct a format string | Philip Guenther |
2017-04-11 | Recognize break conditions and enter ddb if ddb.console is set. | Mark Kettenis |
2017-04-11 | Revise 'struct fpreg' and dump floating-point register in core dumps. Also | Mark Kettenis |
2017-04-10 | Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY. | Visa Hankala |
2017-04-08 | For legacy interrupt use the tag of the topmost bridge to establish the | Mark Kettenis |
2017-04-08 | Bring over the changes I made to the armv7 version of this driver such that | Mark Kettenis |
2017-04-08 | Make network ports work on Shasta. | Visa Hankala |
2017-04-08 | Remove some #if 0 code that dates back to r1.1 | Mike Larkin |
2017-04-07 | Add prid for CN72xx/CN73xx. | Visa Hankala |
2017-04-07 | Make SoC version available in a simple form. | Visa Hankala |
2017-04-06 | Use the correct interrupt disestablish routine. | Visa Hankala |
2017-04-06 | Extend the fdt interrupt API a little. | Visa Hankala |
2017-04-04 | Cleanup the code further. Get rid of the remaining C++-style comments, | Mark Kettenis |
2017-04-04 | Issue memory barrier before lock release, not after. This ensures | Visa Hankala |
2017-04-03 | Compute address for ll/sc only once. | Visa Hankala |
2017-04-02 | Filter out RDTSCP, needed to handle solaris guests. We set the VMX control | Mike Larkin |
2017-04-02 | On ARMv8, the translation table walk is fully coherent so there is no | Mark Kettenis |
2017-04-02 | printf format strings should be literals. Reminded by clang. | Visa Hankala |
2017-04-02 | Drop address conversion cruft. | Visa Hankala |
2017-04-02 | Bring back the wait instruction into the idle loop, but only on octeon. | Visa Hankala |
2017-03-28 | Add an instruction synchronisation barrier instruction after changing | Jonathan Gray |
2017-03-28 | Properly handle VMX entry controls governing guest processor mode. | Mike Larkin |
2017-03-28 | add RDTSCP flags to identcpu.c | Mike Larkin |
2017-03-28 | Previous W^X diff only changed the access permissions in the bootstrap page | Mark Kettenis |
2017-03-28 | Reset ci_curmap to kernel_pmap() in cpu_hatch(). Otherwise the lazy pmap | Mark Kettenis |
2017-03-27 | typo in debug build | Mike Larkin |
2017-03-27 | add a newline to an error printf | Mike Larkin |
2017-03-27 | hibernate_free() should not be called from MD code, acpi_sleep_state() | Theo de Raadt |
2017-03-26 | KNF | Jeremie Courreges-Anglas |
2017-03-26 | discard MSR reads from unknown MSRs instead of passing them through. That | Mike Larkin |
2017-03-26 | Add "AVX" to the comment above the previous commit. Spotted by reyk | Mike Larkin |
2017-03-26 | Suppress AVX from the extended CPUID flags. Our AVX treatment is currently | Mike Larkin |
2017-03-26 | Switch arm64 generic timer to use virtual timer instead of physical | Dale Rahn |
2017-03-25 | Split vmm_probe() into a vmm_enabled() function, to better follow the | Theo de Raadt |
2017-03-25 | Use explicit operand with SVM instructions as clang doesn't recognize the | Mark Kettenis |
2017-03-24 | Implement a driver for Marvell's AHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Implement a driver for Marvell's XHCI controller. This is in essence | Patrick Wildt |
2017-03-24 | Simplify ASID allocation code considerably by allocating an ASID up front | Mark Kettenis |
2017-03-24 | Bump resolution of frequencies from kHz to Hz, since that is what the | Patrick Wildt |
2017-03-24 | Mainline u-boot on the ClearFog seems to insert an empty memory region | Patrick Wildt |
2017-03-24 | Handle guest interruptibility state - Reset the interruptibility state | Mike Larkin |
2017-03-24 | Exit to vmd on byte size PCI accesses. | Mike Larkin |