Age | Commit message (Expand) | Author |
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 |
2021-09-03 | It's time to enable smmu(4). | Patrick Wildt |
2021-09-03 | Don't pretend we support PT_STEP on this architecture. | Jeremie Courreges-Anglas |
2021-09-03 | Enable ptrace(2) support for PT_GETFPREGS/PT_SETFPREGS | Jeremie Courreges-Anglas |
2021-09-03 | vmm(4): grab kernel lock before vmspace init | Dave Voutila |
2021-09-02 | trailing whitespace | Jasper Lievisse Adriaanse |
2021-09-02 | Fix comment spelling. | Patrick Wildt |
2021-09-02 | add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK | Mike Larkin |
2021-09-02 | Fix the TCR_TG0_xxx definitions and add TCR_TG0_4K to the initial setting | Mark Kettenis |
2021-09-02 | aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters | Mike Larkin |
2021-09-02 | Initialize mutex to IPL_NONE. | Martin Pieuchot |
2021-09-02 | rename rw locks to avoid ambiguity and verboseness | Dave Voutila |
2021-09-01 | Use ttopen in tty drivers open functions as ttysleep string, as the others do. | Jan Klemkow |
2021-09-01 | Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR. | Martin Pieuchot |
2021-09-01 | Older AMD CPUs that do not support IBRS need an lfence after ret | Alexander Bluhm |
2021-08-31 | vmm(4): add ipi for vmclear, unlock kernel | Dave Voutila |
2021-08-31 | Only use the i8254 delay code if we are specifically using the i8254 as | Patrick Wildt |
2021-08-31 | Identify the paravirtual bus earlier, as we need to make sure that we have | Patrick Wildt |
2021-08-31 | Do pinctrl stuff. | Mark Kettenis |
2021-08-31 | Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs. | Mark Kettenis |
2021-08-31 | Use the TSC delay(9) backend earlier on machines where we can. Also use | Mark Kettenis |
2021-08-31 | Add "machine sysregs" command to DDB | Mike Larkin |
2021-08-31 | Using suser() instead of doing it manually. | Jan Klemkow |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-08-29 | Reduce the number of openings for aplns(4) to 1. This isn't correct but | Mark Kettenis |
2021-08-22 | ucc also fails to work here, because there is no wskbd_rawinput | Theo de Raadt |
2021-08-21 | octeon has no wskbd, so ucc cannot link. the files.usb parts should have | Theo de Raadt |
2021-08-20 | Add ucc(4), a driver for USB HID Consumer Control keyboards. Such | anton |
2021-08-17 | Sync amd64's est.c r1.40 to i386 | Theo Buehler |