Age | Commit message (Expand) | Author |
2024-02-02 | Fix vector number check. | Mark Kettenis |
2024-02-02 | Enable sximmc(4) | Mark Kettenis |
2024-02-01 | the clang binary never shrinks, especially since it is statically | Theo de Raadt |
2024-01-31 | Swap the r10 and rcx registers in the amd64 trapframe so that the | Philip Guenther |
2024-01-31 | Make wrpkru() consistent with rdpkru() by passing ecx as an argument. | Philip Guenther |
2024-01-30 | the clang binary never shrinks, especially since it is statically | Theo de Raadt |
2024-01-29 | Because of the way the Linux code behind apldrm(4) is structured it may | Mark Kettenis |
2024-01-28 | Force -fno-stack-protector on "boot block" that absolutely can't have | Theo de Raadt |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | Theo de Raadt |
2024-01-27 | Add a few drivers to support Allwinner D1. | Mark Kettenis |
2024-01-27 | On Allwinner D1, the SBI call to schedule timer interrupts doesn't work. | Mark Kettenis |
2024-01-26 | Fix panic messages. | Mark Kettenis |
2024-01-26 | Recognize the T-Head PLIC implementation. | Mark Kettenis |
2024-01-26 | Implement T-Head cache management operations which are needed to handle | Mark Kettenis |
2024-01-26 | repair gratitous difference for install command arguments, relative to all ot... | Theo de Raadt |
2024-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
2024-01-24 | Remove atomic_store_64(), misleading and now unused | Jeremie Courreges-Anglas |
2024-01-24 | Add iwm(4) to arm64 GENERIC, as follow up of 1.280 | Kevin Lo |
2024-01-23 | T-Head implemented a page attribute extension that violates the RISC-V | Mark Kettenis |
2024-01-23 | Delete unused labels which cause error in making kernel. | Kenji Aoyama |
2024-01-22 | Add apldcp(4) and apldrm(4). Together these drivers provide KMS | Mark Kettenis |
2024-01-21 | Print raw battery information if KB3310_DEBUG, not DEBUG. NFC | Miod Vallat |
2024-01-20 | vmm(4)/vmd(8)/vmctl(8): increase max VM mem size. | Mike Larkin |
2024-01-20 | There are several DART variants; print some more details such that we can | Mark Kettenis |
2024-01-20 | Fetch touchpad dimensions from firmware here as well. | Mark Kettenis |
2024-01-19 | Implement Multiple Message MSI support on amd64. This is experimental code | Mark Kettenis |
2024-01-19 | add iwn(4) to arm64 GENERIC | Mike Larkin |
2024-01-15 | Add support for bringing up RTKit while !cold. | Mark Kettenis |
2024-01-15 | Fetch touchpad dimensions from firmware instead of hardcoding the values | Mark Kettenis |
2024-01-15 | We can't call kstat_create(9) when bringing up the secondary CPUs as it | Mark Kettenis |
2024-01-11 | Since no system call takes more than 6 arguments, and no more than one | Miod Vallat |
2024-01-11 | fix build with VMM_DEBUG option | Jan Klemkow |
2024-01-10 | vmm/vmd: add io instruction length to exit information. | Dave Voutila |
2024-01-06 | vmm(4): reorder segment registers to match SDM. | Dave Voutila |
2024-01-05 | Remove more __syscall() leftovers. | Miod Vallat |
2024-01-04 | Adjust IPLs to give us more interrupt vectors for IPL_NET. That is where | Mark Kettenis |
2024-01-01 | Move fdt attachment into sys/conf/files.conf instead of duplicating it on | Mark Kettenis |
2023-12-30 | Improve the RTKit code. This update brings us crashlog and syslog parsing | Mark Kettenis |
2023-12-29 | Use a per cpu pool cache for pmap_pv_pool | Jeremie Courreges-Anglas |
2023-12-28 | Introduce qwx(4), a work-in-progress port of the Linux ath11k driver. | Stefan Sperling |
2023-12-28 | Add stream ID mapping support for PCIe controller found on M2 Pro/Max SoCs. | Mark Kettenis |
2023-12-26 | Update documentation URL | Miod Vallat |
2023-12-26 | Improve handling of SError interrupts. Print some useful information and | Mark Kettenis |
2023-12-24 | rename bus_type enum to sparc_bus_type to not conflict with bus_type in drm | Jonathan Gray |
2023-12-23 | Add support for "locked" DARTs. These have the page table registers | Mark Kettenis |
2023-12-15 | Drop no-longer-applicable comment. | Miod Vallat |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-13 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Jeremie Courreges-Anglas |
2023-12-13 | Fix syscall number bounds check computations. | Miod Vallat |
2023-12-13 | Unbreak; looks like a not up-to-date diff was commited )-: | Miod Vallat |