summaryrefslogtreecommitdiff
path: root/sys/arm
AgeCommit message (Expand)Author
3 daysvchiq: 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
2025-11-10random: TPM_HARVEST should have been named RANDOM_ENABLE_TPMDavid E. O'Brien
2025-10-29vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos
2025-10-29vchiq: logging/tracing refactoringMarco Devesas Campos
2025-10-29arm/ti: Fix typo in a KASSERT messageGordon Bergling
2025-10-29arm/mv: Fix typo in a kernel error messageGordon Bergling
2025-10-28arm/nvidia/tegra: Fix a couple of typos in kernel messagesGordon Bergling
2025-10-27kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits
2025-10-22sys/arm: add fp[gs]et* prototypes to <ieeefp.h>Robert Clausecker
2025-10-20ti_clkctrl.c: fix paths in commentMitchell Horne
2025-10-20arm: tweak imx module build logicMitchell Horne
2025-10-20modules: enable allwinner kmods on riscvMitchell Horne
2025-10-19imgact: Mark brandinfo and note structures as constZhenlei Huang
2025-10-18knotes: kqueue: handle copy for trivial filtersKonstantin Belousov
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-10-13arm: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-09-30gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa
2025-09-25u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev
2025-09-23arm: Use the Self-Synchronized counter registersAndrew Turner
2025-09-20arm/atomic.h: remove misleading commentKonstantin Belousov
2025-09-20arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov
2025-09-19arm64: Add cpu_feat_disabled for disabled featuresAndrew Turner
2025-09-15arm64: Fix the FEAT_WFxT checkAndrew Turner
2025-09-09sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip'Olivier Certner
2025-09-04arm64: Support managing features from loaderAndrew Turner
2025-09-04arm64: Add a sysctl to see if features are enabledAndrew Turner
2025-09-04arm64: Add a macro to create cpu_featAndrew Turner
2025-08-18u2f(4): a HID driver for FIDO/U2F security keysVladimir Kondratyev
2025-08-17arm: Fix two typos in kernel messages of pmu_fdt.cGordon Bergling
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-22aw_mmc: changes for Allwinner D1Julien Cassette