aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* sys: Don't pass RF_ALLOCATED to bus_alloc_resource*John Baldwin2026-03-061-3/+2
* sys: Declare 'end' as an extern char[]John Baldwin2026-02-252-3/+1
* arm bcm2835: Appease a warning from GCCJohn Baldwin2026-02-171-1/+1
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-4/+6
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-4/+0
* arm64: Assume get_kernel_reg returns trueAndrew Turner2026-02-091-4/+3
* aw_mmc: Reset cardTom Jones2026-02-092-0/+12
* if_awg: Add H616 compat stringTom Jones2026-02-091-0/+2
* aw_sid: Add H616 configuration and compat stringTom Jones2026-02-091-0/+27
* aw_gpio: Add support for H616Tom Jones2026-02-093-0/+158
* aw_wdog: Add support for H616Tom Jones2026-02-091-3/+27
* aw_usbphy: Add H616 compat string and configurationTom Jones2026-02-091-0/+9
* aw_rsb: Add H616 compat stringTom Jones2026-02-091-0/+3
* aw_cir: Add H616 compat stringTom Jones2026-02-091-0/+3
* aw_mmc: Add H616 mmc and emmc configTom Jones2026-02-091-0/+14
* aw_rtc: Add H616 compat stringTom Jones2026-02-091-0/+1
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-0/+4
* arm/broadcom: Fix a typo in a source code commentGordon Bergling2026-02-081-1/+1
* STACKALIGN: Reimplement in terms of __align_downJohn Baldwin2026-02-064-5/+4
* arm: Implement kernel ifuncMichal Meloun2026-02-013-7/+30
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-291-6/+1
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-291-0/+3
* arm, riscv: add a preprocessor symbol indicating missed support of ifuncKonstantin Belousov2026-01-291-0/+10
* arm: Make init_proc0 staticJohn Baldwin2026-01-272-2/+1
* arm/gic: Detect broken configurationsAndrew Turner2026-01-231-1/+14
* vchiq: fix build with clang 21Dimitry Andric2026-01-161-1/+1
* aw_rtc: bump settime() delaysMitchell Horne2025-12-151-11/+12
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-52/+1
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-093-8/+8
* sys: Remove/update references to the swapper process in various commentsJohn Baldwin2025-12-041-1/+1
* armv7: Tweak some armv6 removalsWarner Losh2025-12-032-1/+2
* sys/stdint.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+23
* sys/limits.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+3
* arm: Remove unused variable in dbg_arch_supportedWarner Losh2025-11-291-3/+1
* sys: update comment for removal of armv6Minsoo Choo2025-11-291-1/+1
* sys: remove armv6/6.1 support from debug monitorMinsoo Choo2025-11-291-30/+0
* sys: remove comment for armv5/6Minsoo Choo2025-11-292-6/+1
* sys: RealTek -> Realtekykla2025-11-272-3/+3
* arm: Add missing argument in mtx_init() callsChristos Margiolis2025-11-242-10/+2
* sound: Retire snd_mtx* wrappersChristos Margiolis2025-11-213-25/+25
* arm/gic: Make GICV3_IVAR_SUPPORT_LPIS genericAndrew Turner2025-11-182-0/+5
* arm: Handle GIC_IVAR_VGIC in the gic driverAndrew Turner2025-11-181-0/+3
* arm64: Add support to vchiq and bcm2835_audio (plus some fixes)Marco Devesas Campos2025-11-152-19/+141
* sound: Get rid of useless sndbuf getters and settersChristos Margiolis2025-11-115-15/+16
* random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien2025-11-111-0/+2
* random: TPM_HARVEST should have been named RANDOM_ENABLE_TPMDavid E. O'Brien2025-11-101-0/+4
* vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos2025-10-301-2/+3
* vchiq: logging/tracing refactoringMarco Devesas Campos2025-10-301-12/+54
* arm/ti: Fix typo in a KASSERT messageGordon Bergling2025-10-291-1/+1
* arm/mv: Fix typo in a kernel error messageGordon Bergling2025-10-291-1/+1