aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* sys/arm: add fp[gs]et* prototypes to <ieeefp.h>Robert Clausecker2025-10-301-0/+10
* gpio: implement bus_setup_intr and bus_teardown_intrAhmad Khalifa2025-10-016-0/+24
* arm/atomic.h: remove misleading commentKonstantin Belousov2025-09-281-5/+0
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-281-0/+3
* u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build optionVladimir Kondratyev2025-09-271-1/+0
* arm64: Add cpu_feat_disabled for disabled featuresAndrew Turner2025-09-201-1/+8
* arm64: Fix the FEAT_WFxT checkAndrew Turner2025-09-201-1/+1
* sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip'Olivier Certner2025-09-121-1/+1
* Add -DEBUG kernel configurationsColin Percival2025-09-051-0/+9
* Remove std.debug from kernel configsColin Percival2025-09-051-3/+0
* Remove NODEBUG kernelsColin Percival2025-09-051-31/+0
* 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
* arm: replace tailq pointers with iteratorsDoug Moore2025-04-211-12/+17
* efi/metadata: Make a note that efi_map_header isn't standardWarner Losh2025-04-091-3/+8
* arm/mv: Remove soc_id calls when not neededAndrew Turner2025-04-081-8/+0
* sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner2025-04-083-3/+37
* arm/mv: Remove the unused get_l2clkAndrew Turner2025-04-082-96/+0
* arm/mv: Remove old device supportAndrew Turner2025-04-081-54/+0
* arm: Update the minimum arm architecture valueAndrew Turner2025-04-081-2/+2