aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* busdma: tidy bus_dma_run_filter() functionsMitchell Horne14 hours1-9/+2
* busdma: remove parent tag trackingMitchell Horne14 hours1-52/+8
* busdma: kill filter functionality internallyMitchell Horne14 hours1-18/+8
* busdma: Prevent the use of filters with bus_dma_tag_create()Mitchell Horne14 hours1-0/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh10 days285-285/+21
* sys: Remove ancient SCCS tags.Warner Losh10 days23-46/+0
* bcm2835/spi: Support SPI_FLAG_KEEP_CSJustin Hibbits2023-11-142-10/+25
* busdma: Add deferred time measurement to arm and powerpcWarner Losh2023-11-131-0/+1
* _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
* 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
* arm: prune imx5 support from the treeKyle Evans2023-10-2717-4372/+0
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-191-2/+2
* uiomove: Add some assertionsMark Johnston2023-10-171-0/+6
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-102-0/+2
* dwc: Move every sub drivers to dev/dwcEmmanuel Vadot2023-10-053-149/+2
* iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot2023-10-032-2/+2
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+1
* syscalls: fix missing SIGSYS for several ENOSYS errorsKonstantin Belousov2023-10-021-1/+1
* Remove a few more stray __FBSDID usesJohn Baldwin2023-09-251-3/+0
* arm: Don't advertise the virtual timer on armAndrew Turner2023-09-251-1/+12
* arm/allwinner: fix variables initialization in clkngNicolas Provost2023-09-202-2/+2
* 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
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-1/+1
* 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