aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm/ti: Fix typo in a KASSERT messageGordon Bergling2025-11-191-1/+1
* arm/mv: Fix typo in a kernel error messageGordon Bergling2025-11-191-1/+1
* arm/nvidia/tegra: Fix a couple of typos in kernel messagesGordon Bergling2025-11-194-6/+6
* sys/arm: add fp[gs]et* prototypes to <ieeefp.h>Robert Clausecker2025-10-291-0/+10
* sys: NOTES, GENERIC*: Re-order 'wlan_tkip'Olivier Certner2025-10-101-1/+1
* arm/atomic.h: remove misleading commentKonstantin Belousov2025-09-281-5/+0
* arm, powerpc, riscv: implement atomic_set/clear_16Konstantin Belousov2025-09-281-0/+3
* Avoid waiting on physical allocations that can't possibly be satisfiedJason A. Harmening2025-09-191-3/+6
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2025-09-031-1/+1
* arm: Fix two typos in kernel messages of pmu_fdt.cGordon Bergling2025-08-221-2/+2
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-281-17/+15
* runq: Deduce most parameters, remove machine headersOlivier Certner2025-07-281-46/+0
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-073-8/+8
* gpio: remove redundant calls to bus_attach_childrenAhmad Khalifa2025-07-072-2/+2
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-261-3/+20
* Don't rely on sys/_types.h including sys/cdefs.hBrooks Davis2025-06-231-0/+2
* thr_new: pass params.flags to cpu_set_user_tls()Konstantin Belousov2025-06-121-1/+1
* Enable L1SS handling on RPI4 pcibHP van Braam2025-06-041-4/+18
* 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