Age | Commit message (Expand) | Author |
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-20 | Reinstate locks around uvm_fault calls from upageflttrap and kpageflttrap | Stuart Henderson |
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-18 | The pmap needs to know which CPUs to send IPIs when TLB entries | Philip Guenther |
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-16 | Change the prefix of UVM object functions to match NetBSD's. | Martin Pieuchot |
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 | reset ppc_altivec if 'option ALTIVEC' is not present. | Matthieu Herrb |
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-11 | Store the device tree node in the pcitag_t like we do on powerpc64 andi | Mark Kettenis |
2021-06-11 | limit workaround for AMD errata 400 to family 0fh and 10h | Jonathan Gray |
2021-06-10 | Oops. Forgot to commit the version bump. | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-10 | Sync efid_io() with the recent improvements kettenis@ made to | Kenneth R Westerback |
2021-06-10 | Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels. | Frederic Cambus |
2021-06-10 | recognise Cortex-A510, Cortex-A710 and Cortex-X2 | Jonathan Gray |
2021-06-09 | Enable MSI-X support for powerpc64. | Mark Kettenis |
2021-06-08 | cleanup printf pattern to remove double 0x when printing pointer | dv |
2021-06-08 | Replace hand rolled memory allocation in efid_io() with | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-07 | vmm(4): add dt tracepoints for guest entry/exit | dv |
2021-06-07 | "intrisic" -> "intrinsic" in a couple of comments. | Kenneth R Westerback |
2021-06-07 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-06 | Replace all uses of 'EFI_CALL(func, params)' with | Kenneth R Westerback |
2021-06-05 | this file includes sys/param.h, so does not need to redefine PAGE_MASK | Theo de Raadt |
2021-06-04 | Remove now unused eficall.S. | Kenneth R Westerback |
2021-06-04 | yasuoka@ pointed out that amd64 clang now understands | Kenneth R Westerback |
2021-06-02 | Use the same logic in all copies of gpt_chk_mbr(), relaxing the | Kenneth R Westerback |
2021-06-02 | Avoid spinning on the kernel lock with interrupts disabled. | Mark Kettenis |
2021-06-02 | Add support for booting from disks with 4k sectors. Inspired by the | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |