aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* arm/bcm2835: Release mailbox resources on attach failureHaoxiang Li2026-06-141-8/+13
* arm: allwinner: Fix A10 INTC MMIO resource cleanupHaoxiang Li2026-06-141-2/+2
* pci: bcm2838: cleanup on attach failure to fix devmatch panicKyle Evans2026-06-041-4/+9
* bcm2835_sdhci: Clean up DMA resources on attach failureHaoxiang Li2026-05-271-0/+1
* sound: Remove all remaining uses of mixer_get_lock()Christos Margiolis2026-05-271-14/+0
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-271-1/+1
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-273-6/+3
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-271-0/+5
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin2026-05-271-6/+2
* types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_TRyan Libby2026-05-081-0/+1
* Define stdint.h macros unconditionallyDimitry Andric2026-05-011-8/+0
* qcom_tlmm: prepare for supporting multiple TLMM platformsAdrian Chadd2026-04-272-6/+7
* if_awg: Add missing awg_poll() prototypeLexi Winter2026-04-271-0/+3
* vtnet: remove loader tunable fixup_needs_csumTimo Völker2026-04-261-7/+7
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-231-1/+2
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-231-3/+3
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-232-7/+7
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-13/+13
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-234-12/+13
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+1
* busdma: Use char * instead of vm_offset_t for bounce page kernel pointersJohn Baldwin2026-04-231-10/+8
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-232-35/+36
* raspberry_virtgpio: fix OF_hasprop() usageMitchell Horne2026-04-161-2/+2
* Fix xhci detection on Raspberry Pi 400Vince2026-04-161-2/+2
* qcom_gcc: migrate the MSM8916 support to qcom_gccAdrian Chadd2026-04-101-0/+2
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston2026-04-011-1/+1
* bcm2835_virtgpio: Add driver for virtual GPIO controller on some RPi modelsTetsuya Uemura2026-03-312-0/+359
* sys: Don't pass RF_ALLOCATED to bus_alloc_resource*John Baldwin2026-03-061-3/+2
* sys: Declare 'end' as an extern char[]John Baldwin2026-02-252-3/+1
* arm bcm2835: Appease a warning from GCCJohn Baldwin2026-02-171-1/+1
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-4/+6
* Revert "pcb.h: mark struct pcb to be preserved"Konstantin Belousov2026-02-091-4/+0
* arm64: Assume get_kernel_reg returns trueAndrew Turner2026-02-091-4/+3
* aw_mmc: Reset cardTom Jones2026-02-092-0/+12
* if_awg: Add H616 compat stringTom Jones2026-02-091-0/+2
* aw_sid: Add H616 configuration and compat stringTom Jones2026-02-091-0/+27
* aw_gpio: Add support for H616Tom Jones2026-02-093-0/+158
* aw_wdog: Add support for H616Tom Jones2026-02-091-3/+27
* aw_usbphy: Add H616 compat string and configurationTom Jones2026-02-091-0/+9
* aw_rsb: Add H616 compat stringTom Jones2026-02-091-0/+3
* aw_cir: Add H616 compat stringTom Jones2026-02-091-0/+3
* aw_mmc: Add H616 mmc and emmc configTom Jones2026-02-091-0/+14
* aw_rtc: Add H616 compat stringTom Jones2026-02-091-0/+1
* pcb.h: mark struct pcb to be preservedMinsoo Choo2026-02-091-0/+4
* arm/broadcom: Fix a typo in a source code commentGordon Bergling2026-02-081-1/+1
* STACKALIGN: Reimplement in terms of __align_downJohn Baldwin2026-02-064-5/+4
* arm: Implement kernel ifuncMichal Meloun2026-02-013-7/+30
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-291-6/+1
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-291-0/+3
* arm, riscv: add a preprocessor symbol indicating missed support of ifuncKonstantin Belousov2026-01-291-0/+10