aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* sys/arm64: fix return values of freebsd32_{set,swap}context()Piotr Kubaj2026-06-111-2/+2
* arm64: Workaround the following errataAndrew Turner2026-06-091-9/+51
* arm64: Expose ESR in mcontextAlex Arslan2026-06-052-1/+8
* arm64: Add exception flag for ksiginfo_t and set in trapsignalAlex Arslan2026-06-051-0/+1
* rk_gpio: implement PIC masking methods and mask unhandled IRQsKyle Crenshaw2026-05-271-6/+100
* sound: Remove all remaining uses of mixer_get_lock()Christos Margiolis2026-05-271-14/+0
* arm64: mte: copy/save tags on copy-on-writeHarry Moulton2026-05-273-0/+55
* arm64: Add vm_page_t MTE flagsHarry Moulton2026-05-274-0/+44
* arm64: Add support for per-page flagsAndrew Turner2026-05-272-1/+3
* arm64: Check for MTE tag failures on kernel entryAndrew Turner2026-05-273-3/+40
* arm64: Manage the MTE state like pointer authAndrew Turner2026-05-277-3/+129
* arm64: Support changing the DMAP memory typeAndrew Turner2026-05-272-13/+52
* arm64: Add a comment about HWCAP valuesAndrew Turner2026-05-271-0/+6
* arm64: Move pcb out of kstack into a new UMA zoneJohn Baldwin2026-05-275-13/+19
* 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
* arm64 locore: Fix a comment typo: Of -> IfJohn Baldwin2026-05-271-1/+1
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-271-1/+5
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin2026-05-271-7/+2
* arm64: Remove unneeded declaration from <machine/pcpu.h>John Baldwin2026-05-271-1/+0
* arm64: Adjust the kernel stack pointer at the end of fork_trampolineAlfredo Mazzinghi2026-05-271-0/+2
* arm64/iommu: Add a missing close parenthesisJohn Baldwin2026-05-191-1/+1
* sys: Use is_pci_device instead of direct comparisons to devclassesJohn Baldwin2026-05-182-9/+3
* linux: Fix some problems with header pollutionMark Johnston2026-05-151-1/+3
* arm64: Fix the includes for rsi.cAndrew Turner2026-05-141-3/+2
* arm64/vmm: Enforce a data barrier before tlbi for non-VHEJohn Baldwin2026-05-131-4/+0
* arm64: Load SOCDEV_PA as a literal rather than an immediateSarah Walker2026-05-121-1/+1
* arm64: VM/PMAP changes for CCA guest supportSarah Walker2026-05-123-5/+113
* arm64: Add RSI detection for CCASarah Walker2026-05-125-0/+324
* linux: address executable stack warningsRyan Libby2026-05-112-0/+4
* 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
* arm64: Fix a MTE checkAndrew Turner2026-04-291-3/+3
* arm64: Support some per-thread sctlr_el1 fieldsAndrew Turner2026-04-295-1/+19
* qcom_tlmm: prepare for supporting multiple TLMM platformsAdrian Chadd2026-04-271-0/+3
* arm64: Ditch arm64-specific unsound PCPU optimisationJessica Clarke2026-04-271-6/+4
* linux: Ignore sigaction(2) flags SA_UNSUPPORTED and SA_EXPOSE_TAGBITSRicardo Branco2026-04-271-0/+2
* arm64: Remove cpu_tlb_flushID now it's unusedAndrew Turner2026-04-272-19/+0
* arm64: Stop using cpu_tlb_flushID in kexecAndrew Turner2026-04-271-1/+1
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-233-14/+14
* DMAP_TO_VM_PAGE: Wrapper macro to map direct map address to a pageJohn Baldwin2026-04-231-2/+2
* amd64/aarch64 pmap: Switch type of pmap_preinit_mapping.va to void *John Baldwin2026-04-231-11/+13
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-2311-110/+104
* sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYSJohn Baldwin2026-04-232-13/+18
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-233-6/+6
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-233-39/+40
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-10/+12
* pmap_map_io_transient: Use void * instead of vm_offset_t for vaddr arrayJohn Baldwin2026-04-233-8/+10
* sf_buf_kva: Return a pointer instead of a vm_offset_tJohn Baldwin2026-04-231-2/+2