summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-05-28Add cad(4), a driver for Cadence GEM.Visa Hankala
2021-05-28Schedule timeout a little bit sooner. Doing this once every minute isn'tPatrick Wildt
2021-05-28Enable imxdog(4)Patrick Wildt
2021-05-28Once i.MX's watchdog is enabled, it can never be disabled. Some 64-bitPatrick Wildt
2021-05-28Move imxdog(4) to sys/dev/fdt.Patrick Wildt
2021-05-28kettenis@ pointed out that i forgot to fill in the op_cq_done nvme_op.David Gwynne
2021-05-28aplns needs some dmamem per queue for it's iommu.David Gwynne
2021-05-28commented out lines for aplns(4) for Apple NVME storage controllers.David Gwynne
2021-05-28start working on support for Apple NVME Storage as found in apple M1 devsDavid Gwynne
2021-05-28provide nvme_ops for vanilla pci nvme, and use them in the right places.David Gwynne
2021-05-28provide an nvme_ops struct to start trying to support apple m1 nvme.David Gwynne
2021-05-28move the nvme_dmamem prototypes so bus glue can use them.David Gwynne
2021-05-28shuffle the deck chairs. no functional changeDavid Gwynne
2021-05-28move nvme_barrier to nvmevar.h, just to keep it with the other reg ops.David Gwynne
2021-05-28let nvme_read8 and nvme_write8 get used by bus glue too.David Gwynne
2021-05-28move the nvme_read4 and nvme_write4 macros to the header.David Gwynne
2021-05-27vga(4): fix vga_doswitch() prototypecheloha
2021-05-27Relax criteria for recognizing GPT formatted media by allowing theKenneth R Westerback
2021-05-27Use todr_attach(). Prompted by cheloha@Mark Kettenis
2021-05-27ajacoutot says i missed copying some bits from bridge for divert-to.David Gwynne
2021-05-27ajacouto says i missed copying some bits from bridge for divert-to.David Gwynne
2021-05-26Add aplspmi(4), a driver for the Apple SPMI controller, and aplpmu(4)Mark Kettenis
2021-05-26Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)Mark Kettenis
2021-05-26Use `so_lock' to protect key management (PF_KEY) sockets. This can bemvs
2021-05-26add support for pf divert-to on tpmr, like what was done for veb(4).David Gwynne
2021-05-26support divert-to when pf applies it to a packet.David Gwynne
2021-05-25As network features are not added dynamically, the domain structuresAlexander Bluhm
2021-05-25clang's assembler now supports 64-suffixed versions of thePhilip Guenther
2021-05-25The arrays sadb_exts_allowed_out and sadb_exts_required_out areAlexander Bluhm
2021-05-24Add apldwusb(4), a glue driver for the Synpsys DesignWare USB 3 controllersMark Kettenis
2021-05-24Add support for a DART with two sets of registers. We need this to supportMark Kettenis
2021-05-23Some machines (e.g. some Intel Macs) have a EFI memory map with more thanMark Kettenis
2021-05-22In dt(4) add an offset of 100000 to the thread ID. This also happensAlexander Bluhm
2021-05-22Cast line_size to address width before using for alignment.Dale Rahn
2021-05-22Fix aml_rwgsb(). My interpretation of the ACPI standard turned out to beMark Kettenis
2021-05-22Use atomic operations for reference counting VM maps.Martin Pieuchot
2021-05-21Avoid spinning on the kernel lock with interrupts disabled.Mark Kettenis
2021-05-21reduce diff relative to other arch (arm64 seems most relevant here)Theo de Raadt
2021-05-21delete useless commentTheo de Raadt
2021-05-21Add an additional pin configuration.Mark Kettenis
2021-05-21Fix some comments and use pmap_pte_insert() to update PTEs instead ofMark Kettenis
2021-05-21Fix style(9) in prototypes definition.mvs
2021-05-21Fix __ppc_lock for page faults that recursively grab the lock.gkoehler
2021-05-20Print cache information based on device tree properties like we do onMark Kettenis
2021-05-20vmm(4): don't advertise cpu support for TSC_ADJUST msrdv
2021-05-20Significant overhaul of the floating point save/restore code.Dale Rahn
2021-05-20We changed powerpc64 to allow write access to write only mappings.Alexander Bluhm
2021-05-20Make use of uao_dropswap_range() in uao_free() instead of re-rolling it.Martin Pieuchot
2021-05-20Significant overhaul of the floating point save/restore code.Dale Rahn
2021-05-19add pci to RAMDISK as wellJonathan Gray