Age | Commit message (Expand) | Author |
2022-05-19 | Now MULTIPROCESSOR kernel boots with CPU modules installed in | Kenji Aoyama |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-05-13 | vmm: add additional fault type, fixing vm receive | Dave Voutila |
2022-05-10 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-05-04 | Missed removing some memory scaling in vmm, vmctl. | Dave Voutila |
2022-05-03 | vmm/vmd/vmctl: standardize memory units to bytes | Dave Voutila |
2022-04-27 | vmm(4): dt(4) tracepoints for vm exit reporting previous exit. | Dave Voutila |
2022-04-26 | No need for line wrap here. | Claudio Jeker |
2022-04-26 | On CPUs that have MPERF/APERF support use that information to install a | Claudio Jeker |
2022-04-20 | repair kstat entry | Theo de Raadt |
2022-04-16 | esm(4): constify sensor tables | Christian Weisgerber |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-14 | The XOR instruction affects the carry and zero flag. Move it before | Alexander Bluhm |
2022-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-04-10 | mips64: Enforce memory ordering on SMP rendezvous | Visa Hankala |
2022-04-10 | Fix definition of "local" IPI system register. Spotted by Kyle Evans. | Mark Kettenis |
2022-04-09 | Simplify vmx instruction error handling. | Dave Voutila |
2022-04-07 | drm/amd/display: move FPU associated DSC code to DML folder | Jonathan Gray |
2022-04-06 | Support switching from glass console to serial console on systems that | Mark Kettenis |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-04-06 | Recognize LUN 0 device if SID_QUAL_LU_OFFLINE and T_NODEVICE are | Kenneth R Westerback |
2022-03-31 | Implement support for multiple dies. This should make OpenBSD work on the | Mark Kettenis |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-31 | Remove duplicate scsi devices. | Kenneth R Westerback |
2022-03-29 | off-by-one check didn't recognize partition 'a' section on specified | Theo de Raadt |
2022-03-28 | Put call to vmx_remote_vmclear() under #ifdef MULTIPROCESSOR | Theo Buehler |
2022-03-28 | vmm(4): add quiesce/wakeup hooks to sync vcpu state. | Dave Voutila |
2022-03-26 | grow i386 media | Theo de Raadt |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
2022-03-25 | Implement reboot/powerdown support based on nvmem cells. This works on | Mark Kettenis |
2022-03-24 | Add $OpenBSD$ tag and declare that this file is in the public domain. | Mark Kettenis |
2022-03-23 | Trapping a riscv illegal instruction shouldn't print a console message | Jeremie Courreges-Anglas |
2022-03-23 | Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) such | Mark Kettenis |
2022-03-22 | Copy the FDT into a larger buffer such that we have space to add additional | Mark Kettenis |
2022-03-22 | After copying the FDT into a new larger buffer, adjust the FDT size to | Mark Kettenis |
2022-03-22 | Make sure kernel longjmp always returns 1 rather than what turns out to be | Miod Vallat |
2022-03-22 | Fix wrong comment in sendsig(), and remove unused dumpframe() | Miod Vallat |
2022-03-22 | Do not bother initializing a0 with a special value in setregs, that's a | Miod Vallat |
2022-03-22 | Change VM_MIN_ADDRESS to PAGE_SIZE to forbid mapping anything at virtual | Miod Vallat |
2022-03-22 | Do not pretend there exist MD code for byte swapping yet provide copies | Miod Vallat |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat |
2022-03-18 | spelling | Jonathan Gray |
2022-03-17 | Fix previous commit; the FDT header is big-endian so we need to do the | Mark Kettenis |
2022-03-16 | When we allocate space a buffer with some extra space for the FDT, adjust | Mark Kettenis |
2022-03-15 | Implement additional error checking for aplsmc_read_key() such that we can | Mark Kettenis |
2022-03-14 | The current FDT code we use in the bootloader is buggy and will write into | Mark Kettenis |
2022-03-14 | Make sure the apldart(4) implementation of bus_dmamap_destroy(9) does the | Mark Kettenis |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |