summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r317428 (cognet): fix arm64 MSIemaste2017-06-131-2/+4
* MFC r318353:hselasky2017-05-272-5/+11
* MFC r318021,r318251:mmel2017-05-231-0/+36
* MFC r310791:gonzo2017-05-081-0/+11
* MFC r308569,r308570:skra2017-04-201-15/+9
* MFC r315900,r315973,r315974:mmel2017-04-163-102/+185
* MFC r303261,r315059:mmel2017-04-164-877/+995
* MFC r306704,r308406:mmel2017-04-162-13/+4
* MFC r306631,r306640,r306641,r306650,r306656:mmel2017-04-162-118/+35
* MFC r312292, r313573:ian2017-03-027-8/+3
* MFC r312251:ian2017-03-011-4/+0
* MFC r306901:ian2017-03-013-194/+411
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-016-49/+5
* MFC r313933, r313939, r313966:kib2017-02-261-3/+2
* MFC r312610, r312792jah2017-02-151-126/+146
* MFC 307332,312086: Drop support for using mmap() with /dev/kmem.jhb2017-01-181-5/+4
* MFC r306899, r307059, r307151gonzo2016-11-062-3/+7
* MFC r304459,r305527:mmel2016-11-051-13/+36
* MFC r306759:mmel2016-10-151-6/+1
* MFC r306756:mmel2016-10-152-10/+2
* MFC r306755:mmel2016-10-151-1/+5
* MFC r306754:mmel2016-10-151-3/+0
* MFC r306162:ed2016-10-124-15/+27
* MFC r306658: Clear GT_CTRL_ENABLE to stop the timer.jmcneill2016-10-091-1/+1
* MFC r305213,305319,305398alc2016-10-011-2/+21
* MFC r305942:kib2016-09-251-3/+0
* MFC r304285:kib2016-09-162-18/+7
* MFC r305425:markj2016-09-131-1/+0
* Update comments for the MD functions managing contexts for newkib2016-06-162-13/+12
* Move the arm call to intr_pic_init_secondary earlier in the secondary CPUandrew2016-06-141-1/+3
* Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.andrew2016-06-081-0/+2
* Start to clean MIDR values using the CPUID scheme. We don't need to knowandrew2016-06-071-16/+10
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-0/+4
* Define irq variable only in the block where used.skra2016-06-031-7/+4
* arm_gic_map is a mask not the CPUs ID, there is no need to shift it.andrew2016-05-311-1/+1
* Bin interrupts to the correct CPU when we boot on a non-zero CPU.andrew2016-05-311-1/+1
* Improve ARM debug_monitor for SMP machineszbb2016-05-292-52/+60
* Fix debug_monitor code for older ARMs (ARM11)zbb2016-05-291-75/+29
* ARM GIC: Allow to setup interrupt without configuration data.mmel2016-05-291-2/+5
* Disable alignment faults on armv6, adjust various alignment-related macrosian2016-05-261-2/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-2522-24/+0
* Add more info about the issue fixed in r298460. Rephrase some sentencesskra2016-05-251-8/+15
* Oops, fix a paste-o commited in r300533.ian2016-05-231-1/+1
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-236-36/+24
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-181-1/+1
* The GIC (v2 at least) has a bit in the TYPER register to indicate whether the...bz2016-05-171-5/+11
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-20/+246
* Allow arm generic_timer code to be included even if not present in themanu2016-05-151-1/+2
* When PLATFORM_SMP is enabled, check if tunable hw.ncpu is set and validmanu2016-05-101-0/+8
* Fix <sys/_bitset.h> and <sys/_cpuset.h> to not require <sys/param.h>.jhb2016-05-051-0/+1
OpenPOWER on IntegriCloud