Age | Commit message (Expand) | Author |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This was | Mike Larkin |
2018-07-09 | Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matter | Mark Kettenis |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-09 | Enable pcagpio(4). | Patrick Wildt |
2018-07-09 | Add a phandle to v2m nodes. | Mark Kettenis |
2018-07-09 | vmm(4): inject #UD on vmx instructions, instead of dropping into the | Mike Larkin |
2018-07-09 | Rest the FPU's fcw and mxcsr before initializing the "FPU reset state" area | Philip Guenther |
2018-07-09 | Add a few common PCIe devices based on the arm64 kernel configs. | Patrick Wildt |
2018-07-09 | dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller, | Patrick Wildt |
2018-07-09 | Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE. | Patrick Wildt |
2018-07-09 | Introduce pciecam(4), a driver for generic ECAM compatible PCI host | Patrick Wildt |
2018-07-09 | Add PCI machdep headers based on the arm64 port. | Patrick Wildt |
2018-07-09 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2018-07-09 | Add an API to add and delete windows in the mvmbus(4) controller. This | Patrick Wildt |
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 |