summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2024-08-29Hide all EPT-related bits behind #ifdef in amd64 pmap.Dave Voutila
2024-08-28If bounce buffers do not fit, defragment mbuf.Alexander Bluhm
2024-08-28Enable per-cpu page cache.Miod Vallat
2024-08-28splnet() not needed in activate functionTheo de Raadt
2024-08-27Enable AMD SEV support in vmm(4).Alexander Bluhm
2024-08-26replace multiple '.arch armv8.3-a' with a pauth target attributeJonathan Gray
2024-08-25typoMiod Vallat
2024-08-25make activate function confirm to the common idiom; ok miodTheo de Raadt
2024-08-23Enable per-cpu page cache; tested on Octeon.Miod Vallat
2024-08-23Switch alpha to MI mplock code.Miod Vallat
2024-08-23Make sure pmap_kernel's mutex field gets correctly initialized rather thanMiod Vallat
2024-08-22Fix merge of bounce buffer segments in amd64 bus dma.Alexander Bluhm
2024-08-22unrequired header file in vmm_machdep.cMike Larkin
2024-08-20match the config_activate_children() sequences found in other usb hostTheo de Raadt
2024-08-20Fix whitespace in amd64 bus dma.Alexander Bluhm
2024-08-20fix bus_dmamap_destroyStefan Fritsch
2024-08-20Calculate used bounce buffers in amd64 bus dma correctly.Alexander Bluhm
2024-08-18Use define to test bounce buffer in amd64 bus dma.Alexander Bluhm
2024-08-18don't need to put config_activate_children inside cfattach, becauseTheo de Raadt
2024-08-17Use km_alloc(9) to allocate USPACE instead of uvm_pglistalloc(9).Martin Pieuchot
2024-08-14Implement bounce buffering for AMD SEV in amd64 bus dma.Alexander Bluhm
2024-08-14Introduce qwz(4), a work-in-progress port of the Linux ath12k driver.Patrick Wildt
2024-08-12other growth has happened and I'm out of current culling options,Theo de Raadt
2024-08-08Start wire_count for EPT pde pages at 1.Dave Voutila
2024-08-08Prevent spurious "/bsd.upgrade is not u+x" message when the file is missing.Miod Vallat
2024-08-08Make user ci_flags is declared volatile.Miod Vallat
2024-08-08Print suspend-to-idle debug info in a more concise matter.Mark Kettenis
2024-08-07crank to 7.6-beta, release date is vagueTheo de Raadt
2024-08-06The devicetree spec says in section 2.4:Mark Kettenis
2024-08-05The devicetree spec says in section 2.4:Mark Kettenis
2024-08-04The devicetree spec says in section 2.4:Mark Kettenis
2024-08-04Add intelpmc(4), a driver for the power management controller found onMark Kettenis
2024-08-02Code patch out the retpoline in the signal trampoline justPhilip Guenther
2024-08-01Add device tree mapping for Samsung Galaxy Book4 Edge.Marcus Glocker
2024-07-31Add ufshci(4) at fdt support.Marcus Glocker
2024-07-30Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode;Marcus Glocker
2024-07-30Populate most of the remaining hwcap and hwcap2 flags based on the detectedMark Kettenis
2024-07-29Set the target ACPI to S5 when we're powering down the machine. PreventsMark Kettenis
2024-07-27Use ".arch_extension fp" for the signal trampoline since it saves andMark Kettenis
2024-07-26On AMD vmm(4) set SVM_INTERCEPT_INVLPGA in intercept1.Alexander Bluhm
2024-07-26use the fp target attribute with fpu_save()/fpu_load()Jonathan Gray
2024-07-24If the CPU cores implement FEAT_IDST, emulate access to the CPU IDMark Kettenis
2024-07-24vmm(4): drop checks for EPT or RVI in some functions.Dave Voutila
2024-07-21For AMD SEV determine C-bit position and guest mode in locore0.Alexander Bluhm
2024-07-21Populate hwcap and hwcap2 based on the sanitized values of the ID registerMark Kettenis
2024-07-21Export basic HWCAP bits to let applications detect Altivec & VSX on powerpc64Jeremie Courreges-Anglas
2024-07-21Export basic HWCAP bits to let applications detect Altivec on powerpcJeremie Courreges-Anglas
2024-07-21A few manual ret-cleans. Seeing as these pertain to interrupt servicing,Theo de Raadt
2024-07-18Fix typos in previous commit spotted by naddy@Mark Kettenis
2024-07-17Clean up the cpi_id_aa64xxx variables at the end of autoconf such thatMark Kettenis