Age | Commit message (Expand) | Author |
2018-07-09 | Add retguard macros to aes_intel. | mortimer |
2018-07-09 | Use a slightly more efficient zeroing idiom when clearing GPRs | Philip Guenther |
2018-07-06 | Implement an API for establishing legacy PCI interrupts. This specific | Patrick Wildt |
2018-07-06 | Since the function is supposed to return 1 if the window is free, we | Patrick Wildt |
2018-07-06 | Fix efiboot not to panic when a serial which does not exist actually | YASUOKA Masahiko |
2018-07-06 | Split trap() into kerntrap() and usertrap(), with all the signal generation | Philip Guenther |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-05 | backout r1.11 "Add retguard macros for kernel asm", ok deraadt | Stuart Henderson |
2018-07-05 | Enable bwfm(4). | Patrick Wildt |
2018-07-05 | forgot to commit vmmvar.h needed by previous two commits, thanks ccardenas | Mike Larkin |
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 |