Age | Commit message (Expand) | Author |
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 |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
2022-03-12 | Constify struct cfattach. | Martin Pieuchot |
2022-03-12 | Unfortunately some last-minute changes were made to the AIC2 device tree | Mark Kettenis |
2022-03-08 | Enable mtw(4) in the build for amd64. | hastings |
2022-03-07 | Since AIC2 uses 4 interrupt cells we need to adjust the code that handles | Mark Kettenis |
2022-03-06 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-03-05 | Move initial ROM console related codes into separated luna88k/romcons.c | Kenji Aoyama |
2022-03-05 | Move CPU-CMMU association report into #ifdef DEBUG section. | Kenji Aoyama |
2022-03-02 | Recognize the cores on Apple's M1 Pro/Max SoCs. | Mark Kettenis |
2022-03-02 | Add RTC support to aplsmc(4). The SMC firmware distributed with macOS 12.x | Mark Kettenis |
2022-03-02 | Add nvmem support and make this available on all Apple SPMI PMUs. Restrict | Mark Kettenis |
2022-03-01 | Apple M1 Pro/Max SoCs come with a new version of the interrupt controller. | Mark Kettenis |
2022-03-01 | The display controller sits behind a DART. We must make sure we keep | Mark Kettenis |
2022-02-28 | The IOMMUs integrated on Apple's M1 Pro/MaxJ SoC use a different page table | Mark Kettenis |
2022-02-28 | Remove unneeded symbol name lookup. | Visa Hankala |
2022-02-27 | Adjust definition of DART_L1_TABLE to what Linux uses. | Mark Kettenis |
2022-02-25 | Enable cduart(4) on arm64. | Visa Hankala |
2022-02-24 | Fix kernel stack alignment on riscv64 | Visa Hankala |
2022-02-24 | Reserve room for holding curcpu pointer in u-area | Visa Hankala |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-23 | unifdef __ELF__ | Jonathan Gray |
2022-02-22 | Fix thinko in construction of SMC key for the targeted GPIO pin. | Mark Kettenis |
2022-02-22 | Remove extra ; | Visa Hankala |
2022-02-22 | Clear frame pointer in cpu_fork() on riscv64 | Visa Hankala |
2022-02-22 | ddb: Improve stack unwinding on riscv64 | Visa Hankala |