aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r307334, r318252: Support write-through caches on arm64Andrew Turner2017-05-302-3/+13
* MFC r313396:Andrew Turner2017-05-301-1/+2
* MFC r316734, r316761: Support Execute-Never bit in the arm64 pmap.Andrew Turner2017-05-301-0/+5
* MFC r316732, r316756: Enable Privileged Access Never on arm64.Andrew Turner2017-05-303-0/+22
* MFC r316755:Andrew Turner2017-05-301-2/+6
* MFC efivar(8) (by imp):Konstantin Belousov2017-05-201-26/+1
* MFC r311169,r311898,r312925,r312973,r312975,r313007,r313040,r313080,Mateusz Guzik2017-03-161-0/+64
* MFC r313345:Konstantin Belousov2017-02-201-14/+6
* MFC r313194:Konstantin Belousov2017-02-111-2/+0
* MFC r306091:Konstantin Belousov2016-09-281-0/+37
* MFC 305285:Andrew Turner2016-09-211-1/+2
* MFC 304004, 304596, 304598, 304599, 304600, 304604, 304620, 304685, 304687,Andrew Turner2016-09-161-0/+5
* MFC r304285:Konstantin Belousov2016-09-162-5/+2
* MFC 305771, 305772:Andrew Turner2016-09-131-1/+1
* MFC 303594, 303610:Andrew Turner2016-09-071-0/+47
* MFC 304140:Andrew Turner2016-09-071-1/+47
* MFC 302847, 302848, 302852, 302853:Andrew Turner2016-08-311-31/+0
* MFC 302789:Andrew Turner2016-08-311-1/+1
* ARM64: fix DMAP calculationWojciech Macek2016-06-301-2/+2
* Add the GICv3 ITS intrng driver. As the interface to the interruptAndrew Turner2016-06-031-1/+1
* Define PCI_RES_BUS for NEW_PCIBAndrew Turner2016-05-191-0/+3
* Add support for intrng to arm64. As the GICv3 drivers will need to beAndrew Turner2016-05-161-0/+23
* Add support to the arm64 busdma to handle the cache. For now this isAndrew Turner2016-05-131-0/+5
* Call busdma_swi from swi_vm as is done from other architectures.Andrew Turner2016-05-111-0/+1
* Fix I/O coherence issues on ThunderX when SMP is disabledZbigniew Bodek2016-05-111-4/+0
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-262-91/+2
* Use the yield instruction in the arm64 cpu_spinwait. This instruction isAndrew Turner2016-04-251-1/+1
* Set the upper limit of the DMAP region to the limit of RAM as was found inAndrew Turner2016-04-141-3/+5
* Document the memory ranges within the kernel region to help with debuggingAndrew Turner2016-04-131-6/+11
* Increase the arm64 kernel address space to 512GB, and the DMAP region toAndrew Turner2016-04-131-13/+14
* Allow vmparam.h to be included from assembly files on arm64.Andrew Turner2016-04-061-1/+5
* Implement dtrace_getupcstack in ARM64Wojciech Macek2016-04-061-0/+5
* arm64: pagezero improvementWojciech Macek2016-04-041-0/+1
* arm64: bzero optimizationWojciech Macek2016-04-041-0/+6
* Add support for 4 level pagetables. The userland address space has beenAndrew Turner2016-03-315-6/+14
* Use the saved program state register to detect when an exception frame isAndrew Turner2016-03-221-2/+2
* Rename COUNT_IPI to INTR_IPI_COUNT to reduce the diff with intrng.Andrew Turner2016-03-181-1/+1
* Reduce the diff with intrng by renaming similar functions. This is a noop,Andrew Turner2016-03-181-4/+6
* Remove the invalid L0_BLOCK definition. ARMv8 doesn't support blockAndrew Turner2016-03-181-5/+5
* Force re-routing PCI interrupts (this is for legacy INTx not MSI).Bjoern A. Zeeb2016-03-021-0/+2
* Enable SRE_EL2 on ARM64Wojciech Macek2016-03-011-0/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-3/+1
* Introduce bus_bind_intr method for ARM64Zbigniew Bodek2016-02-111-0/+1
* Minor clean-ups for ARM64 GICv3 and GIC driversZbigniew Bodek2016-02-111-0/+9
* Implement kdb_cpu_sync_icache on arm64.Andrew Turner2016-02-051-0/+2
* Increase the size of PHYS_AVAIL_SIZE to allow firmware to provide a largeAndrew Turner2016-02-021-1/+1
* Implement single stepping on arm64. We need to set the single step bits inAndrew Turner2016-02-022-0/+5
* Framework for ARM64 instruction disassemblerWojciech Macek2016-01-292-0/+44
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-3/+0
* Decode and print the ID_AA64* registers on boot. These registers holdAndrew Turner2015-12-302-12/+141