Age | Commit message (Expand) | Author |
2019-04-01 | vmm(4): Don't advertise support for MCE/MCA since we don't implement | Mike Larkin |
2019-04-01 | compile fix from visa | Ted Unangst |
2019-04-01 | fast track ddb> reboot command to skip anything which might panic again. | Ted Unangst |
2019-03-31 | follow atf and change neoverse e1 part number | Jonathan Gray |
2019-03-28 | Revert revision 1.20, switch back to using efifb_std_descr.n{rows,cols} | Frederic Cambus |
2019-03-28 | Enable uxrcom(4). | Mark Kettenis |
2019-03-28 | Enable uxrcom(4). | Mark Kettenis |
2019-03-26 | vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exiting | Mike Larkin |
2019-03-25 | panic() adds a newline, so don't include one in the format string | Philip Guenther |
2019-03-25 | Fix pctr(4) issues with MP and suspend: | Philip Guenther |
2019-03-25 | X86_IPI_NAMES's only use was #if 0'ed out; delete both | Philip Guenther |
2019-03-25 | Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT, | Frederic Cambus |
2019-03-24 | Remove a stale kgdb dependency. | Visa Hankala |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |
2019-03-24 | Add intr_{disable,restore}() for sh. | Visa Hankala |
2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race | Visa Hankala |
2019-03-23 | Add intr_{disable,restore}() for powerpc. | Visa Hankala |
2019-03-22 | umbg now supports DCF600USB as well; adjust comment. from weerd@ | Stuart Henderson |
2019-03-22 | build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64 | Stuart Henderson |
2019-03-21 | Remove struct intrhand. It is no longer used on octeon. | Visa Hankala |
2019-03-21 | Remove an unused header. | Visa Hankala |
2019-03-18 | Add kubsan(4), a undefined behavior sanitizer for the kernel. It's | anton |
2019-03-17 | Remember to detach the event counter when disestablishing | Visa Hankala |
2019-03-17 | Replace a hand-rolled linked list with SLIST. | Visa Hankala |
2019-03-17 | Let each interrupt controller driver choose how to implement | Visa Hankala |
2019-03-17 | Move intr_barrier(9) to the platform level so that it can be customized. | Visa Hankala |
2019-03-16 | Unify the top-level structure of interrupt handles. This helps | Visa Hankala |
2019-03-16 | Use SMR with aesni sessions. This makes the reference counting | Visa Hankala |
2019-03-16 | Now that efifb(4) supports remapping the framebuffer in write combining | Frederic Cambus |
2019-03-16 | Fix incorrect flag. | Visa Hankala |
2019-03-16 | Include header <sys/evcount.h> where event counters are used, so that | Visa Hankala |
2019-03-15 | Use a locally defined intrhand in octciu.c to ease future changes. | Visa Hankala |
2019-03-15 | When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass | Frederic Cambus |
2019-03-15 | Many machines with serial ports ship with uefi firmware which does not | Jonathan Gray |
2019-03-15 | Remove FBSDID. | Kevin Lo |
2019-03-14 | Add acpicmos(4). | Mark Kettenis |
2019-03-14 | Fix the balancing of work queue interrupts. | Visa Hankala |
2019-03-13 | Store whether or not the VFP was active on entering the unhandled | Patrick Wildt |
2019-03-12 | Setting and getting the rounding mode on our arm64 FPU has not worked | Patrick Wildt |
2019-03-10 | Use SMR instead of reference counting for session reclamation. | Visa Hankala |
2019-03-10 | fix two wrong comments | Mike Larkin |
2019-03-10 | missing newline in a printf | Mike Larkin |
2019-03-10 | vmm(4): add a debug printf if the host does not have writeback memory | Mike Larkin |
2019-03-07 | Return early in ucode loading if cpuid is not available. Should fix | Jonathan Gray |
2019-03-07 | When accessing the child address cells make sure to use the size for | Patrick Wildt |
2019-03-02 | Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names. | Antoine Jacoutot |
2019-02-26 | crank to 6.5-beta | Theo de Raadt |
2019-02-25 | Typo in comment | Jeremie Courreges-Anglas |
2019-02-24 | Remove -S from install commands | kn |
2019-02-23 | recognise more arm cpus | Jonathan Gray |