summaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+2
* arm: Disable the VFP during bootMark Johnston2023-12-181-0/+2
* arm: Handle VFP exceptions from the kernelMark Johnston2023-12-181-7/+12
* arm: Fix handling of undefined instructions in kernel modeMark Johnston2023-12-181-4/+4
* arm: Add fpu_kern_alloc_ctx()Mark Johnston2023-12-181-2/+20
* arm: Compile vfp.c conditionally rather than using an ifdefMark Johnston2023-12-181-4/+0
* busdma: emit a warning for use of filtersMitchell Horne2023-12-061-0/+4
* arm: Update declarations for arm_dcache_align{,_mask}Mark Johnston2023-11-161-2/+2
* uma: Make the cache alignment mask unsignedOlivier Certner2023-11-161-3/+3
* arm: Simplify get_cachetype_cp15()Olivier Certner2023-11-161-4/+3
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-161-1/+1
* Remove a few more stray __FBSDID usesJohn Baldwin2023-10-241-3/+0
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+6
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-2/+2
* arm/allwinner: fix variables initialization in clkngNicolas Provost2023-10-182-2/+2
* iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot2023-10-182-2/+2
* gic_acpi: Limit the number of CPUs to GIC_MAXCPUJohn Baldwin2023-10-111-3/+3
* arm unwind: Reject unaligned stack pointersJohn Baldwin2023-10-111-0/+9
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-091-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-091-1/+1
* release: update stable/14 following branching from mainGlen Barber2023-08-243-57/+0
* Add cpu_sync_core()Konstantin Belousov2023-08-231-0/+5
* add pmap_active_cpus()Konstantin Belousov2023-08-231-0/+6
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-08-221-1/+1
* sys: Remove SND_DECLARE_FILEJohn Baldwin2023-08-181-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1672-72/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-16390-770/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-162-6/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1610-10/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1623-23/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16275-550/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-161-1/+1
* arm64: xilinx: gpio: Add support for ZynqMP SoCEmmanuel Vadot2023-08-101-37/+99
* arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot2023-08-101-25/+91
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-081-2/+1
* Limit the number of CPUs in the gicv1/2 driverAndrew Turner2023-08-042-5/+23
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-07-271-2/+0
* arm/unwind: Check stack pointer boundaries before dereferencingMark Johnston2023-07-271-0/+14
* arm: Only include sysreg.h when needed in asm.hAndrew Turner2023-07-243-1/+4
* arm: Rename pte-v6.h to pte.hAndrew Turner2023-07-244-3/+3
* 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-245-690/+675
* 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
* Consistently provide ffs/fls using builtinsMitchell Horne2023-07-061-57/+0
* fix qcom_cpu_kpssv2 compile on ASUS_AC1300Mina Galić2023-06-121-1/+1
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-011-0/+2
* bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura2023-05-291-20/+61