Age | Commit message (Expand) | Author |
2021-06-30 | add missing call to sbi_remote_fence_i() | Jonathan Gray |
2021-06-30 | MULTIPTOCESSOR -> MULTIPROCESSOR | Jonathan Gray |
2021-06-29 | SMP support. Mostly works, but occasionally craps out during boot. | Mark Kettenis |
2021-06-29 | delete pre-EFI boot kernel location scripting | Theo de Raadt |
2021-06-29 | sync maxusers with other 64bits architectures. ok kettenis@, deraadt@. | Matthieu Herrb |
2021-06-29 | The way we boot OpenBSD, there is no need to play the hart lottery. | Mark Kettenis |
2021-06-28 | do not need .align 2 or 4 after .text, the ABI's .text will decide what | Theo de Raadt |
2021-06-28 | whitespace | Theo de Raadt |
2021-06-28 | Fix assembly in #ifdef MULTIPROCESSOR case. | Mark Kettenis |
2021-06-28 | delete .align inside sigtramp stubs, as the stack alignment requirement | Theo de Raadt |
2021-06-28 | Implement copyin32(). | Mark Kettenis |
2021-06-27 | Make sure __bss_start is aligned on an 8-byte boundary. This makes sure | Mark Kettenis |
2021-06-27 | Using the MI mplock should be fine on riscv64. | Mark Kettenis |
2021-06-27 | Add Hart State Management functions. These will be needed to spin up | Mark Kettenis |
2021-06-26 | For some reason the riscv64 locore.S ended up with the copyright license | Mark Kettenis |
2021-06-25 | Move unused eficall.h files to the Attic. | Kenneth R Westerback |
2021-06-25 | basic radeondrm / X support for riscv64. Ok kettenis@ | Matthieu Herrb |
2021-06-25 | add SIZE_MAX. ok kettenis@ | Matthieu Herrb |
2021-06-25 | 1) Finish eliminating all uses of EFI_CALL() used in the tree, allowing for the | Kenneth R Westerback |
2021-06-25 | use weaker fences for riscv64 membar | Jonathan Gray |
2021-06-23 | Enable titmp(4). | Mark Kettenis |
2021-06-21 | Change tb_freq to uint64_t. This prevents an overflow in the riscv64 | Mark Kettenis |
2021-06-21 | Change tb_freq to uint64_t. This prevents an overflow in the riscv64 | Mark Kettenis |
2021-06-21 | code is obvious, comments not required | Theo de Raadt |
2021-06-21 | delete old debugging code | Theo de Raadt |
2021-06-20 | Mystery bag of cleanups -- mostly removing old debug code, or moving | Theo de Raadt |
2021-06-20 | Make sure we program the baud rate divisor register. Without this, | Mark Kettenis |
2021-06-20 | Skip disabled cpus (usually service cpus without full functionality). | Theo de Raadt |
2021-06-19 | Assert that fpu_load() only gets called with the FPU "off". | Mark Kettenis |
2021-06-19 | oce(4) in RAMDISK for riscv64 | Mike Larkin |
2021-06-18 | Enable oce(4) for riscv64 | Mike Larkin |
2021-06-18 | When we do a context switch, always set the FPU to "off" for the old proc. | Mark Kettenis |
2021-06-18 | Need to enable interrupts while processing supervisor traps as well. | Mark Kettenis |
2021-06-17 | Add sfclock(4), a driver for the PRCI (Power Reset Clocking Interrupt) block | Mark Kettenis |
2021-06-17 | On OpenBSD _JBLEN is the number of slots (of type long) in jmp_buf. | Mark Kettenis |
2021-06-16 | Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C | Mark Kettenis |
2021-06-16 | don't define __HAVE_ACPI to unbreak radeondrm build | Jonathan Gray |
2021-06-15 | Increase MAXDSIZ to 16GB. ok kettenis@ | Matthieu Herrb |
2021-06-14 | Use uint64_t instead of u_long for pcitag_t. | Mark Kettenis |
2021-06-14 | add a few more phys known to attach to usb ethernet | Jonathan Gray |
2021-06-14 | fix whitespace | Jonathan Gray |
2021-06-14 | Add a few more drivers that people might need. | Theo de Raadt |
2021-06-14 | add PCITAG_NODE and PCITAG_OFFSET | Theo de Raadt |
2021-06-14 | enable nvme, a few pci devices and a bunch of usb stuff. | Dale Rahn |
2021-06-13 | Add support for sfuart(4) as a console. | Mark Kettenis |
2021-06-13 | Clean this up a bit. Use register names that match the documentation, and | Mark Kettenis |
2021-06-13 | cad(4) appears to be working on Unmatched. | Dale Rahn |
2021-06-12 | Serial driver for SiFive Unmatched (U74) based on dev/fdt/amluart.c | Dale Rahn |
2021-06-12 | Enable dwpcie(4) and add support for the PCIe host bridge found on the | Mark Kettenis |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |