Age | Commit message (Expand) | Author |
2018-08-09 | Synopsys Designeware PCIe IP isn't 100% ECAM compliant. It doesn't handle | Mark Kettenis |
2018-08-09 | Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon | Patrick Wildt |
2018-08-08 | Support DMA coherent devices that attach to mainbus(4) as well. | Mark Kettenis |
2018-08-08 | Fix the ITLinesNumber mask and bump the number of supprted redistributors | Mark Kettenis |
2018-08-08 | Extend the FDT interrupt API to support masking and unmasking IRQs. | Patrick Wildt |
2018-08-08 | r1.19 removed a bunch of code, but not enough, and left dead code around. | kn |
2018-08-08 | Recognise 'Speculative Store Bypass Disable' support cpuid bit. | Jonathan Gray |
2018-08-06 | Make it possible to build a MULTIPROCESSOR kernel on armv7. While this | Mark Kettenis |
2018-08-06 | Give the FDT interrupt API a more generic naming by replacing the | Patrick Wildt |
2018-08-05 | enable virtio pci attachment on armv7 | Jonathan Gray |
2018-08-05 | enable bio and softraid on arm64 ramdisk | Jonathan Gray |
2018-08-05 | enable bio and softraid on armv7 ramdisk | Jonathan Gray |
2018-08-04 | The operating-points-v2 binding allows opp-microvolt to be a single cell | Mark Kettenis |
2018-08-03 | Pass PCIe requester ID as sideband data here as well. | Mark Kettenis |
2018-08-03 | Implement single-stepping. Based on an earlier diff from drahn@. | Mark Kettenis |
2018-08-03 | Implement DVFS support. | Mark Kettenis |
2018-08-03 | Enable mue(4). | Kevin Lo |
2018-08-03 | Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet | Kevin Lo |
2018-08-02 | Enable ssdfb(4) at I2C. | Patrick Wildt |
2018-08-01 | On AMD CPUs, If the LFENCE serialization MSR bit is already set, then | Bryan Steele |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2018-07-30 | Add support for the GIC v3 ITS and use it to implement MSI support for | Mark Kettenis |
2018-07-30 | When converting the bios memory map to memory clusters, clip segments at | Jonathan Matthew |
2018-07-30 | Add ssdfb(4), a driver for the SSD1309 controller that drives an | Patrick Wildt |
2018-07-28 | Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken | Mark Kettenis |
2018-07-27 | Use the MI interrupt enable/distable API instead of the MD one on amd64 and | Mark Kettenis |
2018-07-26 | Add imxspi(4), a driver for the i.MX SPI controller. This is the first | Patrick Wildt |
2018-07-26 | Remove CPUID insn_length check | job |
2018-07-24 | Do the same for i386 as amd64: | Bryan Steele |
2018-07-24 | Fix previous commit: the RSB refill bits change %rcx so it needed to be | Philip Guenther |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | Missed a 'ksi' -> '*ksip' change in previous commit | Philip Guenther |
2018-07-19 | Enable kernel profiling on arm64 | Dale Rahn |
2018-07-16 | make this build again after changes made in rev 1.74 | Jonathan Gray |
2018-07-13 | Disable codepatching infrastructure after boot | Stefan Fritsch |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-13 | zap some garbage that snuck in. | Theo Buehler |
2018-07-12 | we will be toggling witness on/off a few times. when it is on, it raises | Theo de Raadt |
2018-07-12 | unbreak i386 build, thanks to pd@ for noticing. Same diff as I committed | Mike Larkin |
2018-07-12 | zap an extra newline | Mike Larkin |
2018-07-12 | Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrong | Philip Guenther |
2018-07-12 | Reorganize the Meltdown entry and exit trampolines for syscall and | Philip Guenther |
2018-07-12 | Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as we | Frederic Cambus |
2018-07-12 | Stop building rasops4 on amd64. | Frederic Cambus |
2018-07-12 | zap a blank line | Mike Larkin |
2018-07-12 | vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, | Mike Larkin |
2018-07-11 | Declare cpu_meltdown in <machine/cpu.h> | Philip Guenther |