aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: add fp[gs]et* prototypes to <ieeefp.h>Robert Clausecker2025-10-301-0/+10
* arm/atomic.h: remove misleading commentKonstantin Belousov2025-09-281-5/+0
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-281-0/+3
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-06-181-46/+0
* arm: fix build after _types.h changesBrooks Davis2025-06-121-0/+2
* subr_devmap: Implement pmap_mapdev with pmap_mapdev_attrAndrew Turner2025-05-151-7/+1
* arm: Make the pmap_kenter signature like arm64Andrew Turner2025-05-151-1/+1
* subr_devmap: Reduce the use of the static devmapAndrew Turner2025-05-021-0/+2
* efi/metadata: Make a note that efi_map_header isn't standardWarner Losh2025-04-091-3/+8
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-2/+0
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-141-7/+0
* intrng: fix INTR_ROOT_* constantsElliott Mitchell2024-12-161-0/+3
* atomics: Constify loadsOlivier Certner2024-12-161-4/+4
* sys/intr.h: Make it safe to include from assemblerWarner Losh2024-12-061-2/+4
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-11-191-0/+2
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-11-191-4/+0
* arm: Implement atomic_testandset_acq_long as a simple wrapperJohn Baldwin2024-11-191-1/+11
* arm: switch the BUSDMA buffers to normal uncached memoryMichal Meloun2024-11-111-1/+1
* Revert "intrng: change multi-interrupt root support type to enum"Kyle Evans2024-10-251-6/+0
* sys/intr.h: formally depend on machine/intr.hKyle Evans2024-10-241-2/+0
* intrng: change multi-interrupt root support type to enumElliott Mitchell2024-10-241-0/+6
* arm: Remove support for Armv6 CPU coresAndrew Turner2024-09-111-3/+0
* arm: Assume __ARM_ARCH == 7Andrew Turner2024-09-115-98/+12
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-2/+0
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-261-155/+3
* Revert "arm: Start to remove the now unneeded acle-compat.h"Andrew Turner2024-06-251-3/+155
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-251-155/+3
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-191-0/+12
* Remove the arm FIQ supportAndrew Turner2024-06-102-72/+1
* vm: Simplify startup page dumping conditionalBojan Novković2024-05-251-0/+1
* arm: add missing atomic-pointer functionsElliott Mitchell2024-05-091-2/+9
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-04-301-2/+0
* arm: Clean up socdev_vaAndrew Turner2024-02-131-0/+7
* pmap: Convert boolean_t to bool.John Baldwin2024-01-312-11/+11
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-01-241-13/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2716-33/+0
* _bus.h: Use standard licnese textWarner Losh2023-11-131-24/+7
* arm: Update declarations for arm_dcache_align{,_mask}Mark Johnston2023-11-021-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1610-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1620-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1653-106/+0
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-07-271-2/+0
* arm: Only include sysreg.h when needed in asm.hAndrew Turner2023-07-241-1/+1
* arm: Rename pte-v6.h to pte.hAndrew Turner2023-07-242-1/+1
* arm: Move contents of pmap-v6.h into pmap.hAndrew Turner2023-07-242-171/+133
* arm: Move contents of cpu-v6.h into cpu.hAndrew Turner2023-07-243-688/+674
* arm: Remove swi.hAndrew Turner2023-07-241-22/+0
* arm: Move contents of atomic-v6.h into atomic.hAndrew Turner2023-07-242-1051/+1003
* arm: Explain why _atomic_subword.h is neededAndrew Turner2023-07-241-0/+6
* Remove left over includes from armv4/v5Andrew Turner2023-07-241-6/+0