aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* bcm2838_xhci: add moduleLexi Winter2024-04-101-0/+2
* NOTES: Add devices for iSCSI supportJohn Baldwin2024-04-091-0/+1
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-04-091-0/+5
* ktrace: Record syscall violations with KTR_CAPFAILJake Freeland2024-04-071-15/+12
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-03-292-611/+2
* arm: Remove TI from NOTESEmmanuel Vadot2024-03-281-3/+0
* arm/GENERIC: Remove TI DTBsEmmanuel Vadot2024-03-201-2/+0
* arm busdma: Fix parameter types to exclusion_bounce_checkJohn Baldwin2024-03-151-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-10/+6
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-132-31/+18
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-132-11/+11
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-7/+6
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-041-4/+4
* conf: deduplicate dwmmc config logicMitchell Horne2024-02-272-2/+0
* ath(4): always enable 11nBjoern A. Zeeb2024-02-221-1/+0
* arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsJessica Clarke2024-02-223-2/+2
* aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon2024-02-181-0/+12
* busdma: fix page miscount for small segment sizesMitchell Horne2024-02-161-5/+6
* arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTESAndrew Turner2024-02-131-0/+8
* arm: Clean up socdev_vaAndrew Turner2024-02-132-0/+15
* arm: Move locore-v6.S to locore.SWarner Losh2024-02-061-0/+0
* arm: Use locore-v6.S directlyWarner Losh2024-02-061-35/+0
* arm: Catchup to atmel retirementWarner Losh2024-02-061-2/+1
* ddb: Remove useless includesWarner Losh2024-02-061-2/+0
* arm: pmap_extract() returns a PA not a boolean valueJohn Baldwin2024-02-021-1/+1
* x86 & arm: remove CAM_DEBUG_FLAGS= from MMCCAM kernelsMina Galić2024-02-021-5/+1
* arm: fix typo in GENERIC-MMCCAMMina Galić2024-02-021-1/+1
* pmap: Convert boolean_t to bool.John Baldwin2024-01-313-89/+89
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-243-1/+26
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-01-243-142/+7
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-246-8/+6
* arm mv_pcib: Use bus_generic_rman_*John Baldwin2024-01-231-23/+157
* arm nexus: Use bus_generic_rman_*John Baldwin2024-01-231-123/+97
* arm/mpic: remove empty pic_init_secondary() hookElliott Mitchell2024-01-231-7/+0
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-141-1/+2
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-1014-15/+15
* phy: Move phy code in dev/phyEmmanuel Vadot2024-01-1011-11/+11
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-1020-20/+20
* nvmem: Move nvmem code in dev/nvmemEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-1032-32/+32
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-1082-115/+115
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-101-141/+0
* clk: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-8/+8
* clk: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-1037-9880/+19
* pwm: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-398/+0
* pwm: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* spibus: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-101-610/+0
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-041-1/+1
* arm: Fix typo (triple S)Jose Luis Duran2023-12-281-1/+1