summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Enable ARM_INTRNG on all kernel configs where we use the Generic Interruptandrew2016-02-1111-2/+18
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-1113-1/+26
* Remove unused Zedboard config files. files.zedboard was empty other thanandrew2016-02-113-18/+1
* Fix a logic inversion when checking for ARM_INTRNGandrew2016-02-101-1/+1
* Only use fdt_pic_table when not using ARM_INTRNGandrew2016-02-101-0/+2
* Use OF_getencprop to read a property, it already handles the endianandrew2016-02-101-4/+1
* Update of the Allwinner drivers to:andrew2016-02-1014-30/+163
* Break out the shared bits of the arm intrng definitions into sys/intr.h;adrian2016-02-101-87/+1
* Include sys/_task.h into uma_int.h, so that taskqueue.h isn't aglebius2016-02-091-1/+0
* Remove unneeded whitespace, and fix a license for a new file. Extractedandrew2016-02-091-6/+4
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-0522-50/+88
* Follow up r295257 and replace bad reference to TEX in defines,skra2016-02-051-36/+37
* Follow up r295257 and convert also pt_memattr. This did not breakskra2016-02-051-6/+7
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codemmel2016-02-059-66/+181
* Replace broken implementation of fuswintr() and suswintr() by functionsmmel2016-02-046-142/+6
* ARM: For ARMv6/v7, code in locore.S initializes SCTLR and ACTRL registers.mmel2016-02-041-112/+0
* Make VM_MEMATTR_xxx definitions independent on pmap internalsskra2016-02-043-54/+89
* ARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This bit is RAO/SBOPmmel2016-02-041-2/+2
* Small rearrangement of abort_handler().skra2016-02-041-19/+19
* ARM: RPI-B kernel was broken by r294740. Make it functional again.mmel2016-02-041-0/+2
* ARM: Don't use ugly (and hidden) global variable, control register ismmel2016-02-043-11/+3
* Fix build.br2016-02-041-0/+1
* ARM: Remove unused symbols from genassym.c.mmel2016-02-041-14/+0
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-037-16/+13
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.mmel2016-02-039-50/+11
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.skra2016-02-032-3/+2
* ARM: Remove C++ comments erroneously committed in r295200.mmel2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-0335-5432/+27
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversmmel2016-02-036-3/+1326
* ARM: acle-compat.h is arm specific header, don't include it for aarch64. Thismmel2016-02-031-0/+2
* Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()skra2016-02-022-30/+10
* Make pmap_preboot_map_attr() vm subsystem compliant, so its argumentsskra2016-02-022-9/+9
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withmmel2016-02-023-83/+8
* ARM: Remove last unused function, cpu_flush_prefetchbuf(),mmel2016-02-024-24/+0
* Remove all remaining references to old and not more used structskra2016-02-026-19/+5
* Fix setting of protection bits for page table entries in pmap_map(). Thisskra2016-02-021-1/+1
* Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header exceptskra2016-02-011-162/+4
* Remove not needed <machine/pte.h> includes.skra2016-02-014-4/+0
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),mmel2016-02-016-10/+8
* ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functionsmmel2016-02-016-55/+0
* ARM: Fix END() symbol for cpu_ident function. I forgot to rename itmmel2016-01-311-1/+1
* ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddressmmel2016-01-313-64/+14
* ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,mmel2016-01-313-30/+0
* ARM: First round of cpufunc.* cleaning. All abort_fixup functions aremmel2016-01-312-60/+0
* ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.mmel2016-01-311-2/+2
* ARM: Convert spaces to tabs, fix formatting.mmel2016-01-312-27/+24
* ARM: Next round of cleanup in swtch-v*.S.mmel2016-01-312-6/+3
* ARM: Remove TLB IPI.mmel2016-01-303-70/+4
* ARM: Cleanup mp_machdep.c. SMP is supported only on ARMv6 and later.mmel2016-01-301-10/+0
* ARM: Don't misuse ARM_TP_ADDRESS as ARMv4 / ARMv6 selector.mmel2016-01-301-6/+2
OpenPOWER on IntegriCloud