Age | Commit message (Expand) | Author |
2021-05-28 | kettenis@ pointed out that i forgot to fill in the op_cq_done nvme_op. | David Gwynne |
2021-05-28 | commented out lines for aplns(4) for Apple NVME storage controllers. | David Gwynne |
2021-05-28 | start working on support for Apple NVME Storage as found in apple M1 devs | David Gwynne |
2021-05-27 | Use todr_attach(). Prompted by cheloha@ | Mark Kettenis |
2021-05-26 | Add aplspmi(4), a driver for the Apple SPMI controller, and aplpmu(4) | Mark Kettenis |
2021-05-24 | Add apldwusb(4), a glue driver for the Synpsys DesignWare USB 3 controllers | Mark Kettenis |
2021-05-24 | Add support for a DART with two sets of registers. We need this to support | Mark Kettenis |
2021-05-21 | Avoid spinning on the kernel lock with interrupts disabled. | Mark Kettenis |
2021-05-21 | Fix some comments and use pmap_pte_insert() to update PTEs instead of | Mark Kettenis |
2021-05-18 | Enable umb(4). | Kevin Lo |
2021-05-18 | Move the pciecam stanza back into files.arm64 since armv7 has its own | Mark Kettenis |
2021-05-17 | Move pciecam.c to dev/fdt/. | Mark Kettenis |
2021-05-17 | Rename some MD structs by giving them an architecture-neutral name in | Mark Kettenis |
2021-05-16 | Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn't | Mark Kettenis |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |
2021-05-16 | remove unneeded includes | Jonathan Gray |
2021-05-16 | b_saveaddr has a type of void * use NULL not 0 | Jonathan Gray |
2021-05-16 | ansi | Jonathan Gray |
2021-05-16 | remove unused pre efiboot targets | Jonathan Gray |
2021-05-15 | Remove OUTPUT_FORMAT and OUTPUT_ARCH from linker script. These are | Mark Kettenis |
2021-05-15 | Use intr_enable()/int_disable()/intr_restore() instead of | Mark Kettenis |
2021-05-14 | remove comment describing GENERIC | Jonathan Gray |
2021-05-13 | Make memreg_add() a bit smarter and have it merge adjacent regions. | Mark Kettenis |
2021-05-12 | Build a list of memory regions and call yvm_physload(9) on those like | Mark Kettenis |
2021-05-11 | Enable iwx(4). | Patrick Wildt |
2021-05-05 | whitespace | Mark Kettenis |
2021-05-05 | Fix definition of GICD_TYPER_LPIS. | Mark Kettenis |
2021-05-05 | Unlock top part of the fault handler. | Martin Pieuchot |
2021-05-02 | Initialize per-CPU pointer register earlier. | Mark Kettenis |
2021-05-01 | Remove NetBSDisms that crept into the arm64 version of this file. | Mark Kettenis |
2021-04-28 | Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel. | Alexander Bluhm |
2021-04-26 | remove unused cdev defines | Jonathan Gray |
2021-04-21 | Turn panic for unknown event type into a printf and return. | Mark Kettenis |
2021-04-17 | Embiggen arm64 ramdisk kernel and miniroot/install img files. Provide | Stuart Henderson |
2021-04-07 | Add graphaudio(4), a driver to support linking together audio components | Mark Kettenis |
2021-04-03 | Add a guard page between I/O virtual address space allocations. The idea | Patrick Wildt |
2021-04-03 | Exclude the first page from I/O virtual address space, which is the NULL | Patrick Wildt |
2021-04-02 | Fix Dale's email address | Theo Buehler |
2021-03-29 | Turns out the PCIe DARTs support a full 32-bit device virtual address space. | Mark Kettenis |
2021-03-27 | Make sure that all CPUs end up with the same bits set in SCTLR_EL1. | Mark Kettenis |
2021-03-27 | Add ARMv8.5 instruction set related CPU features. | Mark Kettenis |
2021-03-26 | Fix "mach dtb" return code to avoid bogus boot | kn |
2021-03-26 | Fix errno, merge ioctl cases | kn |
2021-03-23 | Pack the SPCR struct definition since the struct isn't naturally aligned | Patrick Wildt |
2021-03-22 | Now that MSI pages are properly mapped, all that debug code in smmu(4) | Patrick Wildt |
2021-03-22 | Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs | Patrick Wildt |
2021-03-17 | Add missing memory clobbers to "data" barriers. | Mark Kettenis |
2021-03-16 | acpi_intr_disestablish() should free its own cookie. | Patrick Wildt |
2021-03-16 | Fix some correctness issues in the lowelevel kernel bringup code. | Mark Kettenis |
2021-03-15 | Add code to acpiiort(4) to look up named components in the IORT and | Patrick Wildt |