aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* arm/mv: Convert to fdt_foreach_mem_regionAndrew Turner2025-04-081-23/+29
* sys: Use fdt_foreach on arm, arm64, and riscvAndrew Turner2025-04-081-8/+18
* qcom_gcc: begin refactoring sys/dev/qcom_gcc to support multiple chipsetsAdrian Chadd2025-04-082-11/+13
* arm: Remove FLASHADDR and PHYSADDRAndrew Turner2025-03-272-13/+0
* arm/mv: Remove pre-armv7 supportAndrew Turner2025-03-275-999/+10
* arm/mv: Remove ic.c, it's unusedAndrew Turner2025-03-271-310/+0
* arm/mv: Remove wdt_soc, it's unusedAndrew Turner2025-03-271-4/+0
* sys: add wlan_gcmp to GENERIC kernels as appropriateAdrian Chadd2025-03-271-0/+1
* arm: Garbage collect cpufunc_asm_arm11x6.SOlivier Houchard2025-03-251-86/+0
* Add driver for the RK3328 GPIO_MUTE pinStephen Hurd2025-03-181-0/+1
* mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin2025-03-101-7/+4
* Revert "riscv: enable allwinner RTC"Mitchell Horne2025-03-041-16/+8
* drm2 tegra: Use vm_radix_iter_lookup instead of vm_page_iter_lookupJohn Baldwin2025-03-031-1/+2
* arm: switch to subr_efi_map.cMitchell Horne2025-03-032-114/+18
* sys: Empty hints filesWarner Losh2025-02-221-0/+2
* ASUS_AC1300: add storage device optionsAdrian Chadd2025-02-211-0/+14
* qcom_ess_edma: Add the IPQ4018/IPQ4019 ethernet MAC/MDIO driver.Adrian Chadd2025-02-211-0/+7
* arm64: use FEAT_WFxT for DELAY() when availableHarry Moulton2025-02-171-19/+67
* sdhci: Refactor the generic FDT driverBojan Novković2025-02-071-0/+1
* sys: Add cpu_update_pcb hookJohn Baldwin2025-01-311-0/+7
* riscv: aw_timer enablement for D1Mitchell Horne2025-01-271-10/+29
* aw_timer: rename driver from a10_timerMitchell Horne2025-01-272-56/+56
* a10_timer: some tidying/re-organizationMitchell Horne2025-01-271-39/+51
* sys: use globals for the ELF kernel and module type stringsAhmad Khalifa2025-01-241-4/+4
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-242-13/+15
* arm: Fix the location of a ';'Andrew Turner2025-01-241-2/+2
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-2/+0
* armada38x: implement gateclk clkdev methodsMitchell Horne2025-01-161-5/+94
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-142-8/+2
* riscv: enable Allwinner D1 USB driversMitchell Horne2025-01-101-0/+9
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-4/+4
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-028-12/+27
* Check for errors from bus_generic_detach in various driversJohn Baldwin2025-01-027-13/+32
* cpsw: Remove duplicate call to bus_generic_detachJohn Baldwin2025-01-021-5/+0
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+1
* Remove now-redundant calls to device_delete_childJohn Baldwin2025-01-021-4/+1
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-0210-33/+4
* Use device_delete_children instead of explicit calls to device_delete_childJohn Baldwin2025-01-021-7/+1
* Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-01-021-1/+1
* arm/qualcomm: Fix a typo in a source code commentGordon Bergling2024-12-281-1/+1
* intrng: fix INTR_ROOT_* constantsElliott Mitchell2024-12-161-0/+3
* atomics: Constify loadsOlivier Certner2024-12-161-4/+4
* aw_gpio: Add a missing commaZhenlei Huang2024-12-121-1/+1