aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm/nvidia/tegra: Fix a couple of typos in kernel messagesGordon Bergling2025-10-284-6/+6
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-271-0/+38
* sys/arm: add fp[gs]et* prototypes to <ieeefp.h>Robert Clausecker2025-10-221-0/+10
* ti_clkctrl.c: fix paths in commentMitchell Horne2025-10-201-3/+3
* arm: tweak imx module build logicMitchell Horne2025-10-202-7/+0
* modules: enable allwinner kmods on riscvMitchell Horne2025-10-202-2/+0
* imgact: Mark brandinfo and note structures as constZhenlei Huang2025-10-181-2/+2
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-181-0/+1
* style(9): white space after ; and around binary operatorsDavid E. O'Brien2025-10-161-1/+1
* arm: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-132-4/+2
* gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa2025-09-306-0/+24
* u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev2025-09-251-1/+0
* arm: Use the Self-Synchronized counter registersAndrew Turner2025-09-231-0/+25
* arm/atomic.h: remove misleading commentKonstantin Belousov2025-09-201-5/+0
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-201-0/+3
* arm64: Add cpu_feat_disabled for disabled featuresAndrew Turner2025-09-191-1/+8
* arm64: Fix the FEAT_WFxT checkAndrew Turner2025-09-151-1/+1
* sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip'Olivier Certner2025-09-091-1/+1
* arm64: Support managing features from loaderAndrew Turner2025-09-041-3/+6
* arm64: Add a sysctl to see if features are enabledAndrew Turner2025-09-041-2/+3
* arm64: Add a macro to create cpu_featAndrew Turner2025-09-041-7/+3
* u2f(4): a HID driver for FIDO/U2F security keysVladimir Kondratyev2025-08-171-0/+1
* arm: Fix two typos in kernel messages of pmu_fdt.cGordon Bergling2025-08-171-2/+2
* gpio: remove gpiobus_attach_busAhmad Khalifa2025-08-1313-14/+27
* aw_mmc: changes for Allwinner D1Julien Cassette2025-07-221-7/+26
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-131-17/+15