summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-183-8/+1
* Remove redundant L2_ADDR_MASK definition and replace it by primary one.skra2016-02-181-3/+0
* Remove unneeded definitions after r291406. Also remove redundant andskra2016-02-182-24/+0
* Do not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH >= 6 as domainsskra2016-02-171-26/+0
* Remove unneeded vector_page_setprot() for __ARM_ARCH >= 6. A vectorskra2016-02-171-5/+0
* Include pte-v6.h only where needed.skra2016-02-173-4/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-172-4/+0
* Break out the shared bits of the arm intrng definitions into sys/intr.h;adrian2016-02-101-87/+1
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-054-6/+43
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codemmel2016-02-053-59/+175
* Make VM_MEMATTR_xxx definitions independent on pmap internalsskra2016-02-042-7/+7
* ARM: Don't use ugly (and hidden) global variable, control register ismmel2016-02-041-0/+1
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-3/+0
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.mmel2016-02-031-10/+2
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.skra2016-02-031-0/+2
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-032-16/+9
* Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()skra2016-02-021-29/+0
* Make pmap_preboot_map_attr() vm subsystem compliant, so its argumentsskra2016-02-021-2/+2
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withmmel2016-02-021-8/+4
* ARM: Remove last unused function, cpu_flush_prefetchbuf(),mmel2016-02-021-4/+0
* Remove all remaining references to old and not more used structskra2016-02-021-14/+0
* Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header exceptskra2016-02-011-162/+4
* ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functionsmmel2016-02-011-9/+0
* ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddressmmel2016-01-311-13/+4
* ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,mmel2016-01-311-6/+0
* ARM: First round of cpufunc.* cleaning. All abort_fixup functions aremmel2016-01-311-12/+0
* ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.mmel2016-01-311-2/+2
* ARM: Remove TLB IPI.mmel2016-01-302-51/+4
* Retire pmap_pte_init_mmu_v6() which was used by old pmap-v6.skra2016-01-292-4/+0
* Remove NPTEPG definition which is not used anywhere now afterskra2016-01-291-1/+0
* Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap isskra2016-01-292-11/+1
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andmmel2016-01-295-11/+23
* SMP support for ARMv6/v7 HW watchpointszbb2016-01-283-2/+15
* Allow us to be told about memory past the first 4GB point, but ignore it.andrew2016-01-252-3/+3
* Introduce support for HW watchpoints and single stepping for ARMv6/v7zbb2016-01-255-3/+127
* Create new pmap dump interface for minidump and use it for existingskra2016-01-253-0/+4
* Use __ARM_ARCH to decide when ARM_TP_ADDRESS needs to be set. This fixesandrew2016-01-161-5/+3
* Add mmu format info into ARM vmcore.skra2016-01-151-1/+15
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-211-0/+3
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-182-38/+38
* Local TLB flush is sufficient in pmap_remove_pages().skra2015-12-151-1/+0
* ARM: Remove outdated katelib.h.mmel2015-12-152-104/+0
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-073-2/+9
* Move the check to see if we are tracing a function with the DTrace Functionandrew2015-12-051-0/+1
* ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled.mmel2015-12-021-0/+3
* ARM: create new memory attribute for writethrough cacheable memory.mmel2015-11-302-7/+10
* ARM: Implement atomic_swap_int(9). It's used in DRM2 code.mmel2015-11-283-0/+27
* ARM: Add support for new KRAIT 300 CPU revision.mmel2015-11-281-1/+3
* Flush all kernel mappings from TLB(s) in time when they are cleared.skra2015-11-241-0/+4
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inandrew2015-11-211-0/+3
OpenPOWER on IntegriCloud