Age | Commit message (Expand) | Author |
2018-07-05 | vmm(4): print guest vcpu mode and cpl in debug output if VM crashes | Mike Larkin |
2018-07-05 | vmm(4): add some utility functions for checking vcpu cpl and mode | Mike Larkin |
2018-07-04 | It is possible for a memory write to not complete if no barrier exists | Dale Rahn |
2018-07-04 | enable trunk(4) | kn |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-04 | ptrace debug support for arm64. | Dale Rahn |
2018-07-04 | Fix a wrong memcmp in k7/k8 powernow code. | Mike Larkin |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-04 | Clean up some extern definitions and includes in hibernate MD code | Mike Larkin |
2018-07-03 | Add retguard macros for kernel asm. | mortimer |
2018-07-03 | Make intrframe the exact same size as trapframe: instead of pushing | Philip Guenther |
2018-07-03 | add amd speculation control cpuid bits | Jonathan Gray |
2018-07-03 | Remove dead code present since r1.1. Fix CID 1470238. | Martin Pieuchot |
2018-07-02 | Allow pluart(4) to attach to acpi(4). | Mark Kettenis |
2018-07-02 | Allow xhci(4) to attach to acpi(4). | Mark Kettenis |
2018-07-02 | Enable the FPU when calling EFI runtime services. The new UEFI firmware for | Mark Kettenis |
2018-07-02 | Add functions to allow the use of the FPU in the kernel. | Mark Kettenis |
2018-07-02 | vmm: wrap a long line and prefix a hex value printed in a debug printf | Mike Larkin |
2018-07-02 | clarify what is actually needed from a header file being included | Mike Larkin |
2018-07-01 | Revert bit I didn't intend to commit. | Mark Kettenis |
2018-07-01 | Hook up acpi(4) on arm64. Various bits of driver glue are still missing | Mark Kettenis |
2018-07-01 | Update IDTVEC, KIDTVEC, and KUENTRY to align with _ALIGN_TRAPS instead of | Philip Guenther |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-07-01 | Add retguard asm macros. | mortimer |
2018-07-01 | Provide _ALIGN_TRAPS macro for text alignment with a trap-sled, then | Philip Guenther |
2018-06-30 | Don't try to set XCR0_X87 when XSAVE isn't supported at all. Fixes | Philip Guenther |
2018-06-30 | Some tweaks such that ACPI 5.1 tables are recognized as well. | Mark Kettenis |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin |
2018-06-30 | Remove strange /* End of file */ style. | Theo de Raadt |
2018-06-30 | Add intr_enable() here as well. | Mark Kettenis |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis |
2018-06-29 | vmm: add more information to a debug printf when the guest %xcr0 doesn't | Mike Larkin |
2018-06-28 | Add missing <sys/param.h>. | Mark Kettenis |
2018-06-28 | remove other chunk of accidentally committed test code, spotted by deraadt | Stuart Henderson |
2018-06-28 | remove accidentally committed test code, spotted by deraadt | Stuart Henderson |
2018-06-28 | Add ci_acpi_proc_id member to struct cpu_info; needed by acpi(4). | Mark Kettenis |
2018-06-27 | Rework vbus(4) interrupt handling to be similar to cbus(4). Expose functions | Mark Kettenis |
2018-06-26 | The disk specification in an Open Firmware device path depends on the bus | Mark Kettenis |
2018-06-26 | Make ast() call refreshcreds(). Tweak this code to be similar to the amd64. | Mark Kettenis |
2018-06-25 | Add code that builds a basic device tree from ACPI tables if the firmware | Mark Kettenis |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-06-24 | If ACPI tables are present, set a global variable to point at their | Mark Kettenis |
2018-06-24 | Move signal generation from fputrap() to where it's called in trap() | Philip Guenther |
2018-06-23 | Save and restore FPU registers around signal handlers. | Mark Kettenis |
2018-06-23 | Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1). | Mark Kettenis |
2018-06-22 | Move up the setting of pcb_tf, refreshcreds(), and stack check so that | Philip Guenther |
2018-06-22 | Updating md_astpending in ast() creates a race, update the variable in asm | Dale Rahn |
2018-06-22 | Update the pointer to the trapframe in the PCB when handling an AST. | Mark Kettenis |
2018-06-22 | Update the pointer to the trapframe in the PCB when handling an AST. | Mark Kettenis |
2018-06-22 | Save and restore the relevant FPU state on armv7. | Mark Kettenis |