summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2017-04-30Add xhci@fdt, and move ehci(4) from the sunxi block to the generic block.Mark Kettenis
2017-04-30Add rkgrf(4), a driver that makes the "generic register file" of the RockchipMark Kettenis
2017-04-30Make early attrbute work here as well. Remove unreachable panic while there.Mark Kettenis
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-29Decrement ci_idepth on all returns from agintc_irq_handler().Mark Kettenis
2017-04-29Add agintc(4), a driver for interrupt controllers conforming to ARM'sMark Kettenis
2017-04-29Move the userret() call out of data_abort() and simply call it just before weMark Kettenis
2017-04-29Call refreshcreds() in ast() since we may get there without going throughMark Kettenis
2017-04-29store cpu model information in the buffer used by the hw.model sysctlJonathan Gray
2017-04-27Use (32-bit) word-sized access in the a4x bus space routine even if onlyMark Kettenis
2017-04-27Add code to identify the CPUs on arm64 systems. The primary CPU is attachedMark Kettenis
2017-04-24Stop dumping registers on "normal" segmentation faults. Do print the contentsMark Kettenis
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-16Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaiousMark Kettenis
2017-04-15The tlb flushes in pmap_set_{l1,l2,l3} use ranges that don't fully make sense.Mark Kettenis
2017-04-13A little bit more trivial cleanup.Mark Kettenis
2017-04-13Use the non-interrupt-safe pool allocator for the vp pool to avoid runninngMark Kettenis
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-04-11Recognize break conditions and enter ddb if ddb.console is set.Mark Kettenis
2017-04-11Revise 'struct fpreg' and dump floating-point register in core dumps. AlsoMark Kettenis
2017-04-08For legacy interrupt use the tag of the topmost bridge to establish theMark Kettenis
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