aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: Use the correct irq when in the hypervisorAndrew Turner6 days1-7/+18
* arm: Add a missing interrupt to the generic timerAndrew Turner6 days1-0/+2
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin12 days1-4/+12
* arm: add missing atomic-pointer functionsElliott Mitchell13 days1-2/+9
* arm/pmu: remove passing trap frame as argumentElliott Mitchell13 days1-7/+3
* busdma: better handling of small segment bouncingMitchell Horne2024-05-071-14/+7
* busdma: deduplicate _bus_dmamap_addseg() functionMitchell Horne2024-05-071-41/+4
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-064-4/+0
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-04-301-2/+0
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter2024-04-233-3/+3
* sys: add conf/std.debug, generic debugging optionsLexi Winter2024-04-232-22/+6
* Enable L1SS handling on RPI4 pcibHP van Braam2024-04-211-4/+18
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-191-1/+1
* 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