Age | Commit message (Expand) | Author |
2021-04-29 | Remove unused RM7000 ICR handling. | Visa Hankala |
2021-04-28 | riscv64 efiboot bootloader | Dale Rahn |
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-26 | remove unused cdev defines | Jonathan Gray |
2021-04-26 | add kstat and a notdef line for ujoy | Jonathan Gray |
2021-04-26 | remove old 4.19 amdgpu include paths | Jonathan Gray |
2021-04-26 | Remove some commented out entries to make this easier to read | Jonathan Gray |
2021-04-25 | cleanup riscv64 config glue | Jonathan Gray |
2021-04-24 | Sync with arm64 version fixing bugs in some of the more obscure bus_space(9) | Mark Kettenis |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-04-24 | Convert allocations to km_alloc(9). | Martin Pieuchot |
2021-04-24 | Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs. | Visa Hankala |
2021-04-24 | reduce diff to other archs | Jonathan Gray |
2021-04-24 | Add gfrtc a driver for the real-time clock interface of Google's | Jonathan Gray |
2021-04-23 | File was accidentally duplicated on inital checkin, remove dup. | Dale Rahn |
2021-04-23 | enable viornd(4) on riscv64 | Jonathan Gray |
2021-04-23 | enable syscon(4) on riscv64 | Jonathan Gray |
2021-04-23 | build with -Werror | Jonathan Gray |
2021-04-23 | cast TCB_GET() to void * to avoid -Wpointer-integer-compare warning | Jonathan Gray |
2021-04-23 | reuse arm64 openprom(4) on riscv64 | Jonathan Gray |
2021-04-23 | spelling | Jonathan Gray |
2021-04-23 | Include sys/systm.h in riscv64 db files, | Dale Rahn |
2021-04-23 | add missing break | Jonathan Gray |
2021-04-23 | Initial import of OpenBSD/riscv64 | Dale Rahn |
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-15 | The SSR1 register can have bits set that don't match to bits in the MSR | Mark Kettenis |
2021-04-14 | Properly restore FPSCR register. | Mark Kettenis |
2021-04-07 | Add graphaudio(4), a driver to support linking together audio components | Mark Kettenis |
2021-04-06 | Restore EPT protection checks on VMX when using VMM_IOC_MPROTECT_EPT | dv |
2021-04-05 | Improve rdmsr/wrmsr exit handling for both AMD SVM and Intel VMX. | dv |
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-29 | Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification | dv |
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 | Return EOPNOTSUPP for unsupported ioctls | kn |
2021-03-26 | Fix "mach dtb" return code to avoid bogus boot | kn |
2021-03-26 | Fix errno, merge ioctl cases | kn |
2021-03-25 | remove uneeded includes in md armv7 files | Jonathan Gray |
2021-03-24 | The logic in mmrw() to check whether an address is within direct | Alexander Bluhm |
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-21 | Disambiguate expressions. | Visa Hankala |
2021-03-19 | another unfortunate action to cope with relentless kernel growth | Theo de Raadt |
2021-03-17 | Add missing memory clobbers to "data" barriers. | Mark Kettenis |