summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2017-04-08Bring over the changes I made to the armv7 version of this driver such thatMark Kettenis
2017-04-04Cleanup the code further. Get rid of the remaining C++-style comments,Mark Kettenis
2017-04-02On ARMv8, the translation table walk is fully coherent so there is noMark Kettenis
2017-03-28Add an instruction synchronisation barrier instruction after changingJonathan Gray
2017-03-28Previous W^X diff only changed the access permissions in the bootstrap pageMark Kettenis
2017-03-26Switch arm64 generic timer to use virtual timer instead of physicalDale Rahn
2017-03-24Simplify ASID allocation code considerably by allocating an ASID up frontMark Kettenis
2017-03-22Implement kernel W^X for arm64. For this purpose align the different segmentsMark Kettenis
2017-03-21Revise the definition of "struct reg" to have a layout compatible with otherMark Kettenis
2017-03-16Remove some unused variables, unused types, duplicated/unused functionMark Kettenis
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-13When we do an ASID rollover, we unassign all ASIDs and do a completeMark Kettenis
2017-03-13Don't limit physmem to 2GB confirmed to work with 16GB by deraadt@.Jonathan Gray
2017-03-12Add a "dsm ishst" barrier before TLB maintenance instructions. The ARMv8Mark Kettenis
2017-03-12Bring SROP mitigation to arm64. Make some small modifications to the armMark Kettenis
2017-03-12Remove some unused cruft.Mark Kettenis
2017-03-12Simplify pmap_proc_iflush(); there is no need for the per-page logic if weMark Kettenis
2017-03-11Set EVT_NOTIFY_SIGNAL when calling boot services CreateEvent().Jonathan Gray
2017-03-10enable amphy(4) for udav(4) and urlphy(4) for url(4)Jonathan Gray
2017-03-09Change the interrupt routing API to take a pointer to a "struct cpu_info"Mark Kettenis
2017-03-08Enable msk(4).Patrick Wildt
2017-03-08Enable eephy(4).Patrick Wildt
2017-03-08Enable re(4).Patrick Wildt
2017-03-08Enable ix(4). Requested by deraadt@Jonathan Gray
2017-03-08Enable em(4), ahci(4), nvme(4) and USB controllers attached to pci(4).Patrick Wildt
2017-03-08Establish API to route interrupts to specific CPU cores.Patrick Wildt
2017-03-07enable vioscsi(4)Jonathan Gray
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2017-03-01Remove SYSCALL_DEBUG arm64 has been multiuser for a while now.Jonathan Gray
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-28build with USER_PCICONF to enable /dev/pci*Jonathan Gray
2017-02-25Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4).Patrick Wildt
2017-02-25Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is anPatrick Wildt
2017-02-25MSI interrupts are established in a different way as well. Instead ofPatrick Wildt
2017-02-25Implement support for interrupt types. The GIC only seems to supportPatrick Wildt
2017-02-24Retire the global interrupt establish and disestablish API. It has beenPatrick Wildt
2017-02-24Implement an API for establishing legacy PCI interrupts. This specificPatrick Wildt
2017-02-24Hook up pciecam(4), but don't compile it yet.Patrick Wildt
2017-02-24Introduce pciecam(4), a driver for generic ECAM compatible PCI hostPatrick Wildt
2017-02-22Enable ahci(4).Patrick Wildt
2017-02-22The AMD Seattle SoC incorporates DMA coherent controllers, especiallyPatrick Wildt
2017-02-22Set sc_vendor in bcm2835_dwctwo before calling dwc2_init().Jonathan Gray
2017-02-20STACKALIGN() already does the right thing by casting the given argumentPatrick Wildt
2017-02-19Fix asynchronous system traps so that they actually work. Fixes atPatrick Wildt
2017-02-18Extend and fix bus_dmamap_load_raw() implementation to make xhci(4)Patrick Wildt
2017-02-18Make sure that the timer control registers are written before anyPatrick Wildt
2017-02-18Bump variables related to arithmetic operations to 64-bit. EspeciallyPatrick Wildt
2017-02-18Initialize the generic timer early so that its delay function can bePatrick Wildt
2017-02-17Fix up and use the device memory attribute for device mappings. AddPatrick Wildt
2017-02-17Use a proper memory attribute for write-through instead of reusingPatrick Wildt