summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include
AgeCommit message (Expand)Author
2023-06-25G/C an unused struct cpu_info memberskrll
2023-04-24Fix DEVMAP_FLAGS, patch from Nick.martin
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2023-04-18G/C unnecessaryskrll
2023-04-16Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-Vskrll
2022-12-03move ARMv7 PMC register definitions to armreg.h from tprof_armv7.cryo
2022-11-19Fix _bus_dmamem_alloc_range function declaration - low and high areskrll
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-08-20machine/efi.h: Migrate common definitions to dev/efi/efi.h.riastradh
2022-08-20arm/efi.h: Add explicit padding to efi_systbl.riastradh
2022-08-20arm/efi.h: Assert size of struct efi_systbl.riastradh
2022-08-20arm/efi.h, x86/efi.h: Fix whitespace around RCS id.riastradh
2022-08-20arm/efi.h: Fix whitespace. No functional change intended.riastradh
2022-08-20machine/efi.h: Add more memory descriptor attributes.riastradh
2022-06-25pic: Update ci_cpl in pic_set_priority callback.jmcneill
2022-05-24s/dosen't/doesn't/ in copy pasted comment.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-04-28G/Cskrll
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2022-01-15Remove unnecessary bracketsskrll
2021-12-26port-arm/50563: pool allocator corruption due to __MUTEX_PRIVATEskrll
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