Age | Commit message (Expand) | Author |
2024-02-21 | revert r1.35 | David Gwynne |
2024-02-21 | handle /reserved-memory nodes from device trees on arm64. | David Gwynne |
2024-02-19 | In cpu_fork() do not copy the register windows stashed in the u_pcb | Claudio Jeker |
2024-02-18 | Fix format strings in TRAPDEBUG code and unbreak 88110_syscall. NFC | Miod Vallat |
2024-02-18 | Don't call cpu_ucode_apply() and cpu_tsx_disable() from cpu_attach()'s | Philip Guenther |
2024-02-17 | move to 7.5-beta | Theo de Raadt |
2024-02-17 | Add JH7100 I2C clocks. | Mark Kettenis |
2024-02-15 | qwx(4) works well enough to enable | Theo de Raadt |
2024-02-14 | Remove spurious GET_CURPROC in copyout() mistakenly introduced in r1.43. | Miod Vallat |
2024-02-14 | Remove defines no longer needed in locore. NFC | Miod Vallat |
2024-02-14 | Remove never ever used cpu_exec() macro, apparently already obsolete by the | Miod Vallat |
2024-02-14 | Make sure pmap_unmap_direct flushes dirty cache lines. | Miod Vallat |
2024-02-13 | There is no way to implement the INKERNEL() macro on sparc64. | Claudio Jeker |
2024-02-13 | fix off-by-one in bounds test | Jonathan Gray |
2024-02-12 | Intel and AMD use different cpuid bits for MSR_PRED_CMD IBPB | Jonathan Gray |
2024-02-12 | Retpolines are an anti-pattern for IBT, so we need to shift protecting | Philip Guenther |
2024-02-10 | fix off-by-one when printing fr_arg | Jonathan Gray |
2024-02-09 | Enable igc(4) on sparc64. | Alexander Bluhm |
2024-02-07 | Use tlb_flush() rather than complete invalidation in pmap_set_modify(). | Miod Vallat |
2024-02-07 | Fix signedness to make sure we don't left shift into the sign bit. | Miod Vallat |
2024-02-04 | Tweak codepatch_control_flow(): | Philip Guenther |
2024-02-04 | Add a DMA constraint for the x13s. Some brilliant person at Qualcomm | Mark Kettenis |
2024-02-03 | Add new amd64-only sysctl machdep.retpoline which says whether the cpu | Theo de Raadt |
2024-02-03 | Implement Multiple Message MSI support on arm64. As on amd64 this is | Mark Kettenis |
2024-02-03 | not enough bits for L1 cache size to be >= 1M | Jonathan Gray |
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 |