Age | Commit message (Expand) | Author |
2019-04-16 | When entering kernel pages uncached we need to make sure to flush the | Patrick Wildt |
2019-04-16 | Prevent attaching drivers to devices for which we attached a driver early. | Mark Kettenis |
2019-04-14 | Instead of using COPTS=-Oz (and similar) in make environment to force | Theo de Raadt |
2019-04-14 | Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to | Jonathan Gray |
2019-04-10 | KNF per naddy@ | ians |
2019-04-10 | Add (uint32_t) cast on marks[] to avoid warning in gcc3. | Kenji Aoyama |
2019-04-10 | crank versions | Theo de Raadt |
2019-04-10 | change marks[] array to uint64_t, so the code can track full 64-bit | Theo de Raadt |
2019-04-09 | Detect /bsd.upgrade kernel and boot it if present instead of default /bsd, | Kenji Aoyama |
2019-04-08 | crank version; looks good deraadt | Florian Obser |
2019-04-04 | Add bwfm(4) such that we can use bsd.rd to update over wireless. | Mark Kettenis |
2019-04-02 | vmm(4): Fix some broken event injection code for SVM | Mike Larkin |
2019-04-02 | vmm(4): Inject #UD on read of MSR_LS_CFG on AMD SVM | Mike Larkin |
2019-04-02 | Add variable length trap padding between the retguard epilogue and the | mortimer |
2019-04-01 | vmm(4): flush EPT when uvm removes mappings from a nested page table | Mike Larkin |
2019-04-01 | vmm(4): Don't advertise support for SSBD and related speculative exec | Mike Larkin |
2019-04-01 | imxdwusb(4) and imxpd(4) are no longer needed. | Patrick Wildt |
2019-04-01 | Add retguard macros to kernel setjmp / longjmp. | mortimer |
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 |