| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: Consistently use cpu_setttb() instead of setttb(). | mmel | 2016-02-03 | 1 | -3/+0 |
* | ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent. | mmel | 2016-02-03 | 1 | -10/+2 |
* | Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again. | skra | 2016-02-03 | 1 | -0/+2 |
* | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | mmel | 2016-02-03 | 2 | -16/+9 |
* | Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap() | skra | 2016-02-02 | 1 | -29/+0 |
* | Make pmap_preboot_map_attr() vm subsystem compliant, so its arguments | skra | 2016-02-02 | 1 | -2/+2 |
* | ARM: All remaining functions in cpufunc_asm_arm10.S are identical with | mmel | 2016-02-02 | 1 | -8/+4 |
* | ARM: Remove last unused function, cpu_flush_prefetchbuf(), | mmel | 2016-02-02 | 1 | -4/+0 |
* | Remove all remaining references to old and not more used struct | skra | 2016-02-02 | 1 | -14/+0 |
* | Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header except | skra | 2016-02-01 | 1 | -162/+4 |
* | ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functions | mmel | 2016-02-01 | 1 | -9/+0 |
* | ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddress | mmel | 2016-01-31 | 1 | -13/+4 |
* | ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions, | mmel | 2016-01-31 | 1 | -6/+0 |
* | ARM: First round of cpufunc.* cleaning. All abort_fixup functions are | mmel | 2016-01-31 | 1 | -12/+0 |
* | ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one. | mmel | 2016-01-31 | 1 | -2/+2 |
* | ARM: Remove TLB IPI. | mmel | 2016-01-30 | 2 | -51/+4 |
* | Retire pmap_pte_init_mmu_v6() which was used by old pmap-v6. | skra | 2016-01-29 | 2 | -4/+0 |
* | Remove NPTEPG definition which is not used anywhere now after | skra | 2016-01-29 | 1 | -1/+0 |
* | Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap is | skra | 2016-01-29 | 2 | -11/+1 |
* | ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, and | mmel | 2016-01-29 | 5 | -11/+23 |
* | SMP support for ARMv6/v7 HW watchpoints | zbb | 2016-01-28 | 3 | -2/+15 |
* | Allow us to be told about memory past the first 4GB point, but ignore it. | andrew | 2016-01-25 | 2 | -3/+3 |
* | Introduce support for HW watchpoints and single stepping for ARMv6/v7 | zbb | 2016-01-25 | 5 | -3/+127 |
* | Create new pmap dump interface for minidump and use it for existing | skra | 2016-01-25 | 3 | -0/+4 |
* | Use __ARM_ARCH to decide when ARM_TP_ADDRESS needs to be set. This fixes | andrew | 2016-01-16 | 1 | -5/+3 |
* | Add mmu format info into ARM vmcore. | skra | 2016-01-15 | 1 | -1/+15 |
* | Implement OF_decode_addr() for arm. Move most of powerpc's implementation | ian | 2015-12-21 | 1 | -0/+3 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 2 | -38/+38 |
* | Local TLB flush is sufficient in pmap_remove_pages(). | skra | 2015-12-15 | 1 | -1/+0 |
* | ARM: Remove outdated katelib.h. | mmel | 2015-12-15 | 2 | -104/+0 |
* | Add support for usermode (vdso-like) gettimeofday(2) and | kib | 2015-12-07 | 3 | -2/+9 |
* | Move the check to see if we are tracing a function with the DTrace Function | andrew | 2015-12-05 | 1 | -0/+1 |
* | ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled. | mmel | 2015-12-02 | 1 | -0/+3 |
* | ARM: create new memory attribute for writethrough cacheable memory. | mmel | 2015-11-30 | 2 | -7/+10 |
* | ARM: Implement atomic_swap_int(9). It's used in DRM2 code. | mmel | 2015-11-28 | 3 | -0/+27 |
* | ARM: Add support for new KRAIT 300 CPU revision. | mmel | 2015-11-28 | 1 | -1/+3 |
* | Flush all kernel mappings from TLB(s) in time when they are cleared. | skra | 2015-11-24 | 1 | -0/+4 |
* | Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in | andrew | 2015-11-21 | 1 | -0/+3 |
* | Make PCB structure binary compatible for old and new PMAP on ARM | zbb | 2015-11-17 | 1 | -5/+8 |
* | Make pl310_print_config static, it's not called out of pl310.c | andrew | 2015-11-17 | 1 | -1/+0 |
* | ARM: Refactor interrupt_enable/disable/restore. | mmel | 2015-11-10 | 1 | -25/+32 |
* | Fix cp15 PAR definition and function. While here, add cp15 ATS1CPW | skra | 2015-11-10 | 2 | -3/+4 |
* | Implement atomic_testandset_{32,int,long,64} for ARMv6. Only | kib | 2015-11-10 | 1 | -0/+48 |
* | ARM: Remove trailing whitespace from sys/arm/include | mmel | 2015-11-10 | 15 | -43/+43 |
* | Now that the PMU implementation is independent of HWPMC | bz | 2015-11-09 | 1 | -2/+32 |
* | Make usermode variable the bool type. It's already used that way. | skra | 2015-11-08 | 1 | -1/+1 |
* | Fix comment about unpriviledged instructions. Now, it matches with | skra | 2015-11-04 | 1 | -1/+1 |
* | Eliminate the last dregs of the old global arm_root_dma_tag. | ian | 2015-11-02 | 1 | -2/+0 |
* | Add support for branch instruction on armv7 with ptrace single step | zbb | 2015-11-02 | 4 | -2/+13 |
* | Treat synchronous VFP exception just like aynchronous: as an FP exception, | gonzo | 2015-11-01 | 1 | -0/+1 |