summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2021-12-18arm: Forward-declare `struct proc' before using in prototype.riastradh
2021-12-12s/Miscellanous/Miscellaneous/ in copypasta comments.andvar
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg
2021-12-05s/existance/existence/ in comment.msaitoh
2021-11-27Add the Cortex A17 Diagnostic control registersskrll
2021-11-13Set ACTLR.SMP=1 on Cortex-A17jmcneill
2021-11-13Fix tyop in a comment.simonb
2021-11-12Print a big warning about trying to run on early ThunderX partsskrll
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-01Move arm_cache_info from cpufunc.h to cpu.hskrll
2021-10-31Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.skrll
2021-10-30Fix the previous to only apply to the non-AArch64 case.thorpej
2021-10-30Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-16pm_remove_all is a shared field so move it out the #ifdefsskrll
2021-10-10Add a placeholder for PRRRskrll
2021-10-06More trailing whitespaceskrll
2021-10-06Trailing whitespaceskrll
2021-09-22fix typo in commentryo
2021-09-03fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/andvar
2021-08-30Identify Apple M1 "Icestorm" and "Firestorm" CPU types.jmcneill
2021-08-30Add storage for an iommu cookie in bus_dmamap_t and store untranslated CPUjmcneill
2021-08-27KNF a commentskrll
2021-08-25- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms ofthorpej
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-08Re-applyskrll
2021-07-19Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the samechristos
2021-05-30Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT.rin
2021-05-30Don't use V8 atomic instruction for AA32 mode.joerg
2021-05-04Provide pte_{value,valid_p}skrll
2021-04-27Fix the barrier confusion. From Riastradh - thanks!.skrll
2021-04-26Change #ifdef FOO to #if defined(FOO). NFCI.skrll
2021-04-24Fix ARMv8 instructionsskrll
2021-04-24G/Cskrll
2021-04-23Trialing whitespaceskrll
2021-03-27Revert recent pic optimizations until I have more time to work on this.jmcneill
2021-03-01Add DISABLE_INTERRUPT_SAVE(), like DISABLE_INTERRUPT() but also returnsjmcneill
2021-02-21Keep current hardware priority value in struct cpu_info and use it insteadjmcneill
2021-02-20Move 'struct pic_pending' from percpu to struct cpu_info. Saves a fewjmcneill
2021-02-07Add ENABLE_INTERRUPT() / DISABLE_INTERRUPT() macros for compatibilityjmcneill
2021-02-01G/C some old code that was for acorn26skrll
2021-01-31Fix (unused) PRRR_NOSn #defineskrll
2021-01-27Style. NFCI.skrll
2021-01-24Obey __HAVE_BUS_SPACE_8martin
2020-12-14Obsolete PT_STEP and friends, that have never been implemented.rin
2020-12-03Provide and use a sev() macro for the sev instruction.skrll
2020-12-01G/C MUTEX_PAUSE_{PAUSE,WAKE}skrll
2020-12-01Trailing whitespaceskrll
2020-12-01Fix confusions related to encoding of instructions.rin