summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2018-01-24Remove references to arm26skrll
2018-01-24Remove port-acorn26skrll
2017-12-27PR/52867: Martin Husemann: arm sofware breakpoint asm is slightly offchristos
2017-12-20One copy of the generic timer register defines is enough for anyone. Theskrll
2017-12-20Correct ARM_CNTKCTL_PL0[VP]CTEN values. NFC as nothing uses them.skrll
2017-12-17Typo in commentskrll
2017-12-16CPU_INFO_FOREACH() must always iterate at least the boot cpu.mrg
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-10-31Allow architectures to define a macro PROC_MACHINE_ARCH(P) andmartin
2017-10-24Some more registersskrll
2017-10-22Centralise defines for DEVMAP_{ALIGN,SIZE,ENTRY,ENTRY_END}skrll
2017-09-17more const.christos
2017-09-16Add Cortex-A35 CPU ID.matt
2017-08-29Revert the *_PROT_RO_* define changes and do all the work in the *_PROT()skrll
2017-08-25fix the build (rump does not have opt_foo.h)christos
2017-08-24Do runtime detection of MP extensions to allow using a MULTIPROCESSORjmcneill
2017-08-10Add IRELATIVE support for ARM, X86 and PowerPC.joerg
2017-07-11Fix up L{1_S,2_L,2_S}_PROT for recent changes to theskrll
2017-07-07Fixup the non-KDTRACE_HOOKS case of PUSHDTRACEGAP - we need to copy theskrll
2017-07-07split PUSHFRAMEINSVC into two pieces so that we can insert some additionalchs
2017-07-06KNF two commentsskrll
2017-07-06Re-define the L*_PROT_RO for MMUs that don't really support RO mappingskrll
2017-07-06Trailing whitespaceskrll
2017-06-22Trailing whitespaceskrll
2017-06-09if __HIDE_DELAY is defined, do not define delay() or DELAY().chs
2017-05-28Add a few bootconfig helpers:jmcneill
2017-05-26Recognize Cortex-A57 FPU, GIC, and Generic Timer.jmcneill
2017-05-25Use the define name PMAP_HWPAGEWALKER and not PMAP_TLB_HWPAGEWALKERskrll
2017-05-25Spell ARM_MMU_EXTENDED correctlyskrll
2017-04-25Expose lwp_trapframe for _KEMUSER, e.g. crash(8)skrll
2017-04-19Provide a pci_intr_setattr implementation. For chipset tags that don'tjmcneill
2017-04-16Add function ptr for pci_intr_setattr to struct arm32_pci_chipsetjmcneill
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-04-09one typedef for fenv_t is enough.christos
2017-04-08Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEPkamil
2017-04-04Fix rcs tag.sevan
2017-03-27Expose correct cpu_number(), CPU_IS_PRIMARY() and CPU_INFO_FOREACH() forskrll
2017-03-22provide a common softfloat fenv implemenation and use it for softfloat builds.chs
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2017-03-06Trailing whitespaceskrll
2017-02-23Fixup the compile time decisions around PMAP_{INCLUDE,NEEDS}_PTE_SYNC andskrll
2017-02-20Trailing whitespace.skrll
2017-02-20Whitespace in commentskrll
2017-02-20Trailing whitespaceskrll
2017-02-20Whitespaceskrll
2017-02-13G/C VM_MAX_KERNEL_BUFskrll
2017-01-27remove __HAVE_COMPAT_NETBSD32christos
2017-01-26provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.christos
2017-01-17remove unnecessary cast, KNFrin