aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm: Make init_proc0 staticJohn Baldwin2026-01-272-2/+1
* arm/gic: Detect broken configurationsAndrew Turner2026-01-231-1/+14
* vchiq: fix build with clang 21Dimitry Andric2026-01-161-1/+1
* aw_rtc: bump settime() delaysMitchell Horne2025-12-151-11/+12
* Add sys/_align.h replacing machine/_align.hBrooks Davis2025-12-102-52/+1
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-093-8/+8
* sys: Remove/update references to the swapper process in various commentsJohn Baldwin2025-12-041-1/+1
* armv7: Tweak some armv6 removalsWarner Losh2025-12-032-1/+2
* sys/stdint.h: add C23 _WIDTH macrosRobert Clausecker2025-11-301-0/+23