Age | Commit message (Expand) | Author |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2021-10-24 | extra 0 fields in cfdriver are not needed | Theo de Raadt |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-21 | Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. This | Patrick Wildt |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-21 | Have ampintcmsi(4) go through the list of interrupt controllers to find the | Patrick Wildt |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-12 | Add (minimal) accounting for wired pages in userland pmaps. | Mark Kettenis |
2021-10-10 | Don't advertise MSI support if we don't have an MSI interrupt controller. | Mark Kettenis |
2021-10-10 | Only check whether we have an MSI interrupt controller when we try to | Mark Kettenis |
2021-10-09 | grow media for additional firmwares | Theo de Raadt |
2021-10-07 | Use correct index variable. | Mark Kettenis |
2021-10-07 | Remove unused TLB routines. | Visa Hankala |
2021-10-07 | Remove struct members that were used by the R4000 EoP workaround. | Visa Hankala |
2021-10-07 | Use tabs instead of spaces. | Visa Hankala |
2021-10-07 | Remove a stale comment. | Visa Hankala |
2021-10-07 | trapsignal() can be called without KERNEL_LOCK, adjust code accordingly. | Claudio Jeker |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-10-05 | cleanup conf.c, and bring in wd(4) support | Theo de Raadt |
2021-10-05 | wd(4) device node support was missing, add it. | Theo de Raadt |
2021-10-04 | grow i386 media for new realtek firmwares | Theo de Raadt |
2021-09-25 | Fix a possible race condition in spc_msgin(). | Kenji Aoyama |
2021-09-25 | Add $OpenBSD$ keyword and correct spelling. | Kenji Aoyama |
2021-09-25 | Add gpiocharger(4) for arm64 | Klemens Nanni |
2021-09-25 | Add gpioleds(4) for arm64 | Klemens Nanni |
2021-09-24 | Fix two bugs in m88k fcmp{,u} emulation. | Kenji Aoyama |
2021-09-19 | Unlock top part of the VM fault handler. | Martin Pieuchot |
2021-09-17 | Sync 1bpp initial palette setting with NetBSD/luna68k. | Kenji Aoyama |
2021-09-14 | Cleanup some style issues and remove some unused code. In particular, | Mark Kettenis |
2021-09-14 | Cleanup some style issues. | Mark Kettenis |
2021-09-14 | Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmaps | Mark Kettenis |
2021-09-14 | Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmaps | Mark Kettenis |
2021-09-14 | Provide instruction cache invalidation through sysarch(RISCV_ICACHE_SYNC) | Jeremie Courreges-Anglas |
2021-09-14 | Enable cy(4) on amd64. | Jan Klemkow |
2021-09-13 | vmm(4): add limit to number of vcpus | Dave Voutila |
2021-09-13 | Remember to lock user pmap in pmap_extract() | Visa Hankala |
2021-09-13 | Consistently use unsigned long for CPU masks in pmap.c. | Visa Hankala |
2021-09-13 | Enable uaq(4) on amd64. Investigations into problems on other platforms | Jonathan Matthew |
2021-09-11 | Change the scope of the locking in pmap_extract() to prevent a race between | Mark Kettenis |
2021-09-09 | Adjust for DT binding changes. Add some temporary backwards compatibility | Mark Kettenis |
2021-09-06 | Accompany some functions wich are marked inline with the static keyword | Patrick Wildt |
2021-09-06 | Serialize access to the global list of pmaps with a mutex. | Martin Pieuchot |
2021-09-05 | vmm(4): raise vm pool ipl to IPL_MPFLOOR | Dave Voutila |
2021-09-05 | vmm(4): fix vcpu locking issues reported by syzbot | Dave Voutila |
2021-09-05 | Introduce dummy pagers for 'special' subsystems using UVM objects. | Martin Pieuchot |
2021-09-04 | To mitigate against spectre attacks, AMD processors without the | Alexander Bluhm |
2021-09-04 | in backtraces, print as many arguments as the function actually has | Jasper Lievisse Adriaanse |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-09-03 | Zap a chatty printf | Jeremie Courreges-Anglas |