aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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-39/+101
* arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot2023-08-101-27/+93
* 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
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-291-1/+0
* nexus: Consistently return a pointer in failure pathsMark Johnston2023-05-261-1/+1
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-253-6/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-126-6/+6
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-124-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-12268-268/+268
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-4/+2
* emac(4): Use bool rather than boolean_t.John Baldwin2023-05-041-1/+1
* ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t.John Baldwin2023-05-045-6/+6
* imgact_elf: Change header_supported to return bool instead of boolean_t.John Baldwin2023-05-041-4/+4
* arm: Remove TI code from GENERICEmmanuel Vadot2023-05-011-27/+0
* armv7: Fix BeagleBone Black panic on system startKonrad Sewiłło-Jopek2023-04-281-0/+3
* arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell2023-04-264-4/+4
* arm: remove interrupt nesting by ipi_preempt()/ipi_hardclock()Elliott Mitchell2023-04-262-32/+2
* Remove redundant data from pci host genericAndrew Turner2023-04-241-20/+8