aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: Fix a typo in a KASSERT messageGordon Bergling8 days1-1/+1
* ktrace: Record syscall violations with KTR_CAPFAILJake Freeland2024-04-071-15/+12
* arm busdma: Fix parameter types to exclusion_bounce_checkJohn Baldwin2024-03-151-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-10/+6
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-4/+4
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-041-4/+4
* busdma: fix page miscount for small segment sizesMitchell Horne2024-02-161-5/+6
* arm: Clean up socdev_vaAndrew Turner2024-02-131-0/+8
* arm: Move locore-v6.S to locore.SWarner Losh2024-02-061-0/+0
* arm: Use locore-v6.S directlyWarner Losh2024-02-061-35/+0
* arm: Catchup to atmel retirementWarner Losh2024-02-061-2/+1
* ddb: Remove useless includesWarner Losh2024-02-061-2/+0
* arm: pmap_extract() returns a PA not a boolean valueJohn Baldwin2024-02-021-1/+1
* pmap: Convert boolean_t to bool.John Baldwin2024-01-311-78/+78
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-242-0/+15
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-01-242-129/+7
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-242-4/+2
* arm nexus: Use bus_generic_rman_*John Baldwin2024-01-231-123/+97
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-041-1/+1
* arm: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1
* thread: Add a return value to cpu_set_upcall()Mark Johnston2023-12-261-1/+2
* arm: Disable the VFP during bootMark Johnston2023-12-111-0/+2
* arm: Handle VFP exceptions from the kernelMark Johnston2023-12-111-7/+12
* arm: Fix handling of undefined instructions in kernel modeMark Johnston2023-12-111-4/+4
* arm: Add fpu_kern_alloc_ctx()Mark Johnston2023-12-111-2/+20
* arm: Compile vfp.c conditionally rather than using an ifdefMark Johnston2023-12-111-4/+0
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne2023-12-061-9/+2
* busdma: remove parent tag trackingMitchell Horne2023-12-061-52/+8
* busdma: kill filter functionality internallyMitchell Horne2023-12-061-18/+8
* busdma: Prevent the use of filters with bus_dma_tag_create()Mitchell Horne2023-12-061-0/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2741-41/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-277-13/+0
* busdma: Add deferred time measurement to arm and powerpcWarner Losh2023-11-131-0/+1
* uma: Make the cache alignment mask unsignedOlivier Certner2023-11-021-3/+3
* arm: Simplify get_cachetype_cp15()Olivier Certner2023-11-021-4/+3
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-021-1/+1
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-191-2/+2
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+6
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-021-1/+1
* arm: Don't advertise the virtual timer on armAndrew Turner2023-09-251-1/+12
* gic_acpi: Limit the number of CPUs to GIC_MAXCPUJohn Baldwin2023-09-091-3/+3
* arm: Add a userspace physical timer checkAndrew Turner2023-09-011-15/+26
* arm unwind: Reject unaligned stack pointersJohn Baldwin2023-08-251-0/+9
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+5
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1674-147/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* Limit the number of CPUs in the gicv1/2 driverAndrew Turner2023-08-042-5/+23