summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make PCB structure binary compatible for old and new PMAP on ARMzbb2015-11-171-5/+8
* Make pl310_print_config static, it's not called out of pl310.candrew2015-11-171-1/+0
* ARM: Refactor interrupt_enable/disable/restore.mmel2015-11-101-25/+32
* Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWskra2015-11-102-3/+4
* Implement atomic_testandset_{32,int,long,64} for ARMv6. Onlykib2015-11-101-0/+48
* ARM: Remove trailing whitespace from sys/arm/includemmel2015-11-1015-43/+43
* Now that the PMU implementation is independent of HWPMCbz2015-11-091-2/+32
* Make usermode variable the bool type. It's already used that way.skra2015-11-081-1/+1
* Fix comment about unpriviledged instructions. Now, it matches withskra2015-11-041-1/+1
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-021-2/+0
* Add support for branch instruction on armv7 with ptrace single stepzbb2015-11-024-2/+13
* Treat synchronous VFP exception just like aynchronous: as an FP exception,gonzo2015-11-011-0/+1
OpenPOWER on IntegriCloud