Age | Commit message (Expand) | Author |
2018-08-16 | Make pmap_allocate_asid() mpsafe. Since between checking the ASID | Patrick Wildt |
2018-08-15 | Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted. | Mark Kettenis |
2018-08-15 | Distinguish between softc array members that are indexed by redistributor | Mark Kettenis |
2018-08-15 | Use atomic instructions to keep track of what ASIDs are in use. This makes | Mark Kettenis |
2018-08-15 | add cpuid and msr bits from | Jonathan Gray |
2018-08-14 | spelling error | Theo de Raadt |
2018-08-12 | Add retguard macros for arm64 asm and apply them in the straightforward | mortimer |
2018-08-11 | Make legacy interrupts work in more cases. | Mark Kettenis |
2018-08-11 | Use IORT table to map requester ID into MSI sideband data. | Mark Kettenis |
2018-08-11 | Make GICv3 redistributor support actually work and add ITS support. | Mark Kettenis |
2018-08-11 | Bump MAXCPUS from 8 to 24. | Mark Kettenis |
2018-08-11 | Fix a couple of bugs in the ITS support code: | Mark Kettenis |
2018-08-11 | Use MAXCPUS as the number of elements for the array of per-cpu data. | Mark Kettenis |
2018-08-11 | Use MAXCPUS as the number of elements for the array of per-cpu data. | Mark Kettenis |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-08-10 | Bump boot loader versions for softraid passphrase handling change. | Joel Sing |
2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. | Joel Sing |
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 |