summaryrefslogtreecommitdiffstats
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Add Performance Monitoring Counters support for AArch64.br2015-05-193-3/+42
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* Add support for ARM GICv3 interrupt controller used in some ARM64 chipszbb2015-05-136-1/+1031
* Port x86 busdma to ARM64zbb2015-05-083-9/+1472
* Move the point we attach the ofw driver on arm64 to nexus.c. This willandrew2015-05-051-0/+4
* Add pmap_mapbios and pmap_unmapbios. These will be needed to support acpi.andrew2015-04-292-0/+14
* o Fix bus_space_read_multi functions: correct increment valuebr2015-04-282-11/+11
* Return NULL on failure from nexus_alloc_resource as it reutrns a pointer.andrew2015-04-271-3/+3
* Fix wrong cast of pointer to u_int in db_interface.c on ARM64zbb2015-04-271-2/+2
* Introduce ddb(4) support for ARM64zbb2015-04-274-0/+848
* Add the null implementation of stack_save and stack_save_td.andrew2015-04-221-2/+9
* Remove the calls to panic from pmap_object_init_pt and pmap_clear_modify.andrew2015-04-221-2/+5
* Use the address of fsu_intr_fault, not the first two instructions in it asandrew2015-04-171-2/+2
* Set MACHINE_ARCH to aarch64 for arm64emaste2015-04-161-1/+1
* Enter a critical section when storing the vfp registers, we don't want toandrew2015-04-151-30/+31
* Ensure the userland thread and floating-point state has been saved beforeandrew2015-04-151-0/+17
* Add support for arm64 to loader.efi and boot1.efiandrew2015-04-141-0/+1
* Add psci for arm64. This is currently used when rebooting and powering offandrew2015-04-131-0/+1
* Bring in the start of the arm64 kernel.andrew2015-04-1361-1/+11438
* We will have fueword on arm64, mark as such in machine/param.h.andrew2015-04-071-4/+0
* Split out the _acq and _rel functions. These were the same, but there isandrew2015-04-061-43/+199
* Add space for future expansion [1]. While here clean up a little, spsr isandrew2015-04-031-2/+6
* Add more arm64 machine dependent headers. With this we now have the minimumandrew2015-03-264-0/+183
* Renumber clauses to avoid missing 3emaste2015-03-238-8/+8
* Add the start of the arm64 machine headers. This is the subset needed toandrew2015-03-2331-0/+3180
OpenPOWER on IntegriCloud