summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/include
AgeCommit message (Expand)Author
2021-05-01Remove NetBSDisms that crept into the arm64 version of this file.Mark Kettenis
2021-03-27Make sure that all CPUs end up with the same bits set in SCTLR_EL1.Mark Kettenis
2021-03-27Add ARMv8.5 instruction set related CPU features.Mark Kettenis
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIsPatrick Wildt
2021-03-11spellingJonathan Gray
2021-03-08Revise the ASID allocation sheme to avoid a hang when running out of freeMark Kettenis
2021-02-28Add memory attributes for stage-2 pagetables.Patrick Wildt
2021-02-25Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()Patrick Wildt
2021-02-23remove some unused includesJonathan Gray
2021-02-21One CPUs that implement the VHE extension and have the E2H bit set, keepMark Kettenis
2021-02-17Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCsMark Kettenis
2021-02-16Introduce BUS_SPACE_MAP_POSTED such that we can distinguish betweenMark Kettenis
2021-02-15While it should be possible to use "normal uncachable" mappings forMark Kettenis
2020-10-21last argument to pmap_fault_fixup() is unused, delete itTheo de Raadt
2020-10-18Add code to print CPU features.Mark Kettenis
2020-08-17Enable PAN (Privileged Access Never) on CPUs that support it. This meansMark Kettenis
2020-08-14Remove "for all XXX platforms" from comment. Fixes the issue pointed outMark Kettenis
2020-07-17Re-work intr_barrier(9) on arm64 to remove layer violation. So far wePatrick Wildt
2020-07-16Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() canPatrick Wildt
2020-07-16To be able to have intr_barrier() on arm64, we need to be able toPatrick Wildt
2020-07-15Userland timecounter implementation for arm64.Mark Kettenis
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerPatrick Wildt
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-05Implement cpu_rnd_messybits() as a read of the virtual counter xoredChristian Weisgerber
2020-06-05Allow userland access to the virtual counter.Mark Kettenis
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add machdep.compatible.Mark Kettenis
2020-04-13Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-02-20controler -> controllerJonathan Gray
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-10-17Cache flush operations on arm64 were being incorrectly treated as writeDale Rahn
2019-09-01Newer ARMv8 processors now include a new CSV2 field in their processorMark Kettenis
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-07-02Register cpu(4) as a cooling device. This supports passive cooling byMark Kettenis
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onMark Kettenis
2019-06-04Remove the unused pvh_attrs attribute from struct vm_page_md.Patrick Wildt
2019-06-04Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.Patrick Wildt
2019-06-03Map the raw bus space operations to the regular ones.Patrick Wildt
2019-06-02Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-01Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. SincePatrick Wildt
2019-05-31Add MSI-X support for acpipci(4). This splits out some generic code intoMark Kettenis
2019-05-13Add the needed ICC_PMR_EL1 register bit defines for the previousPatrick Wildt
2019-05-04Remove some junk that we don't use.Mark Kettenis
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-03-12Setting and getting the rounding mode on our arm64 FPU has not workedPatrick Wildt