summaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin2025-04-291-7/+4
* armada38x: implement gateclk clkdev methodsMitchell Horne2025-03-041-5/+94
* Check for errors when detaching children first, not lastJohn Baldwin2025-02-2710-10/+61
* arm mv_pcib: Use bus_generic_rman_*John Baldwin2025-02-271-23/+157
* arm nexus: Use bus_generic_rman_*John Baldwin2025-02-271-123/+97
* ti/am335x: Fix the device_set_descf() call in am335x_dmtimer_probe()Oskar Holmlund2025-02-141-1/+1
* atomics: Constify loadsOlivier Certner2025-01-161-4/+4
* arm/qualcomm: Fix a typo in a source code commentGordon Bergling2024-12-311-1/+1
* arm: Fix VFP state corruption during signal deliveryMichal Meloun2024-12-081-18/+24
* arm: switch the BUSDMA buffers to normal uncached memoryMichal Meloun2024-12-081-1/+1
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-12-031-1/+1
* atomic(9): Implement atomic_testand(clear|set)_ptrJohn Baldwin2024-12-011-0/+2
* arm: add missing atomic-pointer functionsElliott Mitchell2024-12-011-2/+9
* atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set)John Baldwin2024-12-011-4/+0
* arm: Implement atomic_testandset_acq_long as a simple wrapperJohn Baldwin2024-12-011-1/+11
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-12-012-2/+2
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-11-301-4/+12
* Revert "sound: Make device registration more intuitive"Christos Margiolis2024-11-144-22/+22
* sound: Make device registration more intuitiveChristos Margiolis2024-11-054-22/+22
* sys: Use the new arm_smccc_invoke macrosAndrew Turner2024-10-211-2/+2
* sys: add conf/std.debug, generic debugging optionsKristof Provost2024-10-091-0/+9
* arm ti: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-301-3/+0
* kernel: Make some compile time constant variables constZhenlei Huang2024-09-201-3/+3
* arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsJessica Clarke2024-09-073-2/+2
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-09-063-1/+26
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-09-063-142/+7
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-09-066-8/+6
* arm/mpic: remove empty pic_init_secondary() hookElliott Mitchell2024-09-061-7/+0
* arm: Add evdev to the TEGRA124 configMark Johnston2024-08-011-0/+5
* conf: Add usbhid and hidbus to GENERIC* kernel configsEmmanuel Vadot2024-07-293-0/+9
* NOTES: Add devices for iSCSI supportJohn Baldwin2024-07-181-0/+1
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-07-181-0/+5
* arm: Add a missing interrupt to the generic timerAndrew Turner2024-07-151-0/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-122-10/+0
* ti/am335x: Fix the device_set_descf() call in dmtpps_probe()Mark Johnston2024-06-091-1/+1
* arm: Convert drivers to use device_set_desc(f)()Mark Johnston2024-06-093-8/+3
* Adjust comments referencing vm_mem_init()Mitchell Horne2024-06-061-2/+3
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-174-4/+0
* ktrace: Record syscall violations with KTR_CAPFAILJake Freeland2024-05-111-14/+11
* arm: Remove duplicate definitions in armreg.hMark Johnston2024-05-081-2/+0
* arm: Fix a typo in a KASSERT messageGordon Bergling2024-04-241-1/+1
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-241-1/+1
* aw_gpio: temporarily switch to input function if read in eint modeAndriy Gapon2024-04-211-0/+12
* busdma: fix page miscount for small segment sizesMitchell Horne2024-04-181-5/+6
* arm busdma: Fix parameter types to exclusion_bounce_checkJohn Baldwin2024-04-081-1/+1
* arm: pmap_extract() returns a PA not a boolean valueJohn Baldwin2024-04-081-1/+1
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-04-012-612/+2
* ath(4): always enable 11nBjoern A. Zeeb2024-04-011-1/+0
* uart(4): Honor hardware state of NS8250-class for tsw_busyMarius Strobl2024-01-181-1/+2
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-111-1/+1