aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* vchiq: fix build with clang 21Dimitry Andric12 days1-1/+1
* arm: Fix two typos in kernel messages of pmu_fdt.cGordon Bergling2025-08-221-2/+2
* atomics: Constify loadsOlivier Certner2025-01-171-4/+4
* arm: switch the BUSDMA buffers to normal uncached memoryMichal Meloun2024-12-081-1/+1
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-11-302-2/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-082-10/+0
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-3/+0
* kernel: Make some compile time constant variables constZhenlei Huang2024-09-211-3/+3
* Allow sysctl hw.machine/hw.machine_arch in capability modeVal Packett2024-09-201-1/+1
* arm: Add a missing interrupt to the generic timerAndrew Turner2024-07-151-0/+2
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-06-061-2/+3
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-241-1/+1
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-241-1/+1
* aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon2024-04-211-0/+12
* arm busdma: Fix parameter types to exclusion_bounce_checkJohn Baldwin2024-04-081-1/+1
* arm: pmap_extract() returns a PA not a boolean valueJohn Baldwin2024-04-081-1/+1
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-181-1/+2
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-111-1/+1
* sys/*/conf/*, docs: fix links to handbookCeri Davies2024-01-1020-20/+20
* thread: Add a return value to cpu_set_upcall()Mark Johnston2024-01-021-1/+2
* arm: Update declarations for arm_dcache_align{,_mask}Mark Johnston2023-12-211-2/+2
* uma: Make the cache alignment mask unsignedOlivier Certner2023-12-211-3/+3
* arm: Simplify get_cachetype_cp15()Olivier Certner2023-12-211-4/+3
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-12-211-1/+1
* busdma: emit a warning for use of filtersMitchell Horne2023-12-071-0/+4
* Add cpu_sync_core()Konstantin Belousov2023-10-261-0/+5
* add pmap_active_cpus()Konstantin Belousov2023-10-261-0/+6
* uiomove: Add some assertionsMark Johnston2023-10-241-0/+6
* pmap: Prefer consistent naming for loader tunableZhenlei Huang2023-10-231-2/+2
* 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
* arm: Add missing no-ctfconvert for fw_stub.awk targetJessica Clarke2023-09-041-1/+1
* arm/unwind: Check stack pointer boundaries before dereferencingMark Johnston2023-08-241-0/+14
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2386-86/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-23383-756/+0
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-232-6/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2312-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2328-28/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-23269-538/+0
* sys: Remove $FreeBSD$: sound driver versionWarner Losh2023-08-231-1/+1
* pcpu: Remove unused definitions of ALT_STACK_SIZEMark Johnston2023-08-071-2/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-256-6/+6
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-254-4/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-25241-241/+241
* bcm2835_gpio: Handle BCM2711 pin configurationTetsuya Uemura2023-06-091-20/+61
* hwpmc: use kstack_contains()Mitchell Horne2023-06-091-4/+2
* sysarch: Add includes required for ktrcapfail() calls to be compiledMark Johnston2023-06-091-0/+2
* nexus: Consistently return a pointer in failure pathsMark Johnston2023-06-021-1/+1