aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* riscv: enable allwinner RTCMitchell Horne2025-07-041-8/+21
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-043-8/+8
* gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa2025-07-042-2/+0
* nexus: Add device_shutdown where missingJustin Hibbits2025-06-251-0/+1
* sys: Add AT_HWCAP3 and AT_HWCAP4Andrew Turner2025-06-241-0/+2
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-216-9/+11
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-191-3/+20
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-06-181-46/+0
* arm pmap: fix CTASSERTAlan Cox2025-06-131-1/+1
* arm: fix build after _types.h changesBrooks Davis2025-06-121-0/+2
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-117-7/+7
* thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov2025-05-311-1/+1
* Restore #include <sys/devmap.h>Oskar Holmlund2025-05-294-0/+4
* subr_devmap: Implement pmap_mapdev with pmap_mapdev_attrAndrew Turner2025-05-151-7/+1
* arm: Make the pmap_kenter signature like arm64Andrew Turner2025-05-153-23/+26
* sdt: Fix a typo in arm's sdt_tracepoint_valid()Mark Johnston2025-05-131-1/+1
* arm: Switch the timer to the new sys handlerAndrew Turner2025-05-121-10/+12
* arm64: Remove kernel undef instruction supportAndrew Turner2025-05-121-1/+1
* vm_page: make iter_insert() publicDoug Moore2025-05-091-1/+3
* sys: Reduce where we include sys/devmap.hAndrew Turner2025-05-0210-10/+0
* subr_devmap: Reduce the use of the static devmapAndrew Turner2025-05-021-0/+2
* arm/freescale: Stop using devmap_ptovAndrew Turner2025-05-022-4/+6
* arm: Hack to make kernel.bin into a zImageWarner Losh2025-04-291-0/+10
* Remove OMAP4 supportOskar Holmlund2025-04-2333-7229/+1