summaryrefslogtreecommitdiff
path: root/sys/arm
AgeCommit message (Expand)Author
3 daysraspberry_virtgpio: fix OF_hasprop() usageMitchell Horne
3 daysFix xhci detection on Raspberry Pi 400Vince
9 daysqcom_gcc: migrate the MSM8916 support to qcom_gccAdrian Chadd
2026-04-01pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston
2026-03-31bcm2835_virtgpio: Add driver for virtual GPIO controller on some RPi modelsTetsuya Uemura
2026-03-06sys: Don't pass RF_ALLOCATED to bus_alloc_resource*John Baldwin
2026-02-24sys: Declare 'end' as an extern char[]John Baldwin
2026-02-17arm bcm2835: Appease a warning from GCCJohn Baldwin
2026-02-17bus: Document special ranges of IVARsJohn Baldwin
2026-02-09Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov
2026-02-09arm64: Assume get_kernel_reg returns trueAndrew Turner
2026-02-09aw_mmc: Reset cardTom Jones
2026-02-09if_awg: Add H616 compat stringTom Jones
2026-02-09aw_sid: Add H616 configuration and compat stringTom Jones
2026-02-09aw_gpio: Add support for H616Tom Jones
2026-02-09aw_wdog: Add support for H616Tom Jones
2026-02-09aw_usbphy: Add H616 compat string and configurationTom Jones
2026-02-09aw_rsb: Add H616 compat stringTom Jones
2026-02-09aw_cir: Add H616 compat stringTom Jones
2026-02-09aw_mmc: Add H616 mmc and emmc configTom Jones
2026-02-09aw_rtc: Add H616 compat stringTom Jones
2026-02-09pcb.h: mark struct pcb to be preservedMinsoo Choo
2026-02-08arm/broadcom: Fix a typo in a source code commentGordon Bergling
2026-02-06STACKALIGN: Reimplement in terms of __align_downJohn Baldwin
2026-02-01arm: Implement kernel ifuncMichal Meloun
2026-01-29cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov
2026-01-29kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov
2026-01-29arm, riscv: add a preprocessor symbol indicating missed support of ifuncKonstantin Belousov
2026-01-27arm: Make init_proc0 staticJohn Baldwin
2026-01-23arm/gic: Detect broken configurationsAndrew Turner
2026-01-16vchiq: fix build with clang 21Dimitry Andric
2025-12-15aw_rtc: bump settime() delaysMitchell Horne
2025-12-10Add sys/_align.h replacing machine/_align.hBrooks Davis
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-12-04sys: Remove/update references to the swapper process in various commentsJohn Baldwin
2025-12-02armv7: Tweak some armv6 removalsWarner Losh
2025-11-30sys/stdint.h: add C23 _WIDTH macrosRobert Clausecker
2025-11-30sys/limits.h: add C23 _WIDTH macrosRobert Clausecker
2025-11-29arm: Remove unused variable in dbg_arch_supportedWarner Losh
2025-11-28sys: update comment for removal of armv6Minsoo Choo
2025-11-28sys: remove armv6/6.1 support from debug monitorMinsoo Choo
2025-11-28sys: remove comment for armv5/6Minsoo Choo
2025-11-26sys: RealTek -> Realtekykla
2025-11-24arm: Add missing argument in mtx_init() callsChristos Margiolis
2025-11-21sound: Retire snd_mtx* wrappersChristos Margiolis
2025-11-18arm/gic: Make GICV3_IVAR_SUPPORT_LPIS genericAndrew Turner
2025-11-18arm: Handle GIC_IVAR_VGIC in the gic driverAndrew Turner
2025-11-14arm64: Add support to vchiq and bcm2835_audio (plus some fixes)Marco Devesas Campos
2025-11-11sound: Get rid of useless sndbuf getters and settersChristos Margiolis
2025-11-10random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien