summaryrefslogtreecommitdiff
path: root/sys/arch/aarch64/include
AgeCommit message (Expand)Author
2023-05-06s/Regiser/Register/ and s/regester/register/ in comments.andvar
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2023-04-16Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-Vskrll
2023-02-25aarch64: curcpu() audit.riastradh
2022-12-21Rename pmap_md_pdetab_destroy to pmap_md_pdetab_fini to matchskrll
2022-12-01Improve tprof(4)ryo
2022-12-01PMCR.E should not be disabled from tprof.ryo
2022-11-03Provide MI PMAP support on AARCH64skrll
2022-10-29KNF + remove unnecessary bracketsskrll
2022-10-23KNF.skrll
2022-10-23Line continuation alignment whitespace. NFC.skrll
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-09-10fix misspellings of 'available' and nearby typosrillig
2022-08-19Fixed a bug that pte's __BIT(63,48) could be set when accessing addresses abo...ryo
2022-07-24aarch64/lock.h: Need <sys/param.h> for _HARDKERNEL.riastradh
2022-07-20aarch64: Make cpufunc.h includable without sys/cpu.h first.riastradh
2022-06-25Remove GIC_SPLFUNCS.jmcneill
2022-06-25pic: Update ci_cpl in pic_set_priority callback.jmcneill
2022-05-30Use the ABI value for 'R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC'.jkoshy
2022-05-02Only print the appropriate PAR fields for PAR.F={0,1}skrll
2022-04-02Update to support EFI runtime outside the kernel virtual address spaceskrll
2022-01-31add support Hardware updates to Access flag and Dirty state (FEAT_HAFDBS)ryo
2022-01-15Remove unnecessary bracketsskrll
2022-01-14Restore the previous pmap_remove_all behaviour as the new method meantskrll
2022-01-05fix ID_AA64ISAR0_EL1.ATOMIC field definitionryo
2021-11-05Normally, to support COMPAT_NETBSD32 we need to definethorpej
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-11-01Fix a last minute rebase/merge botch so that the cpu_hatch commit actuallyskrll
2021-10-31Fix crash(8) buildskrll
2021-10-31Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.skrll
2021-10-31Annotate some cpu_info membersskrll
2021-10-27- In sendsig() and sigaction1(), don't hard-code signal trampolinethorpej
2021-10-26fix build with COPTS=-O0ryo
2021-10-26Add a comment and adjust whitespace to match style in this fileskrll
2021-10-23Whitespaceskrll
2021-10-23Typo in commentskrll
2021-10-10Use sys/uvm/pmap/pmap_tlb.c on Aarch64 in the same way that some Arm, MIPS,skrll
2021-09-30Make tlb_asid_t unsigned int as pmap_tlb.c expects tlb_asid_t to be able toskrll
2021-09-26Use the yield instruction as SPINLOCK_BACKOFF_HOOK for aarch64.jmcneill
2021-09-18gic_splx: performance optimizationsjmcneill
2021-08-30Add FIQ support.jmcneill
2021-08-30Add definition for HCR_E2H bitjmcneill
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-08Re-applyskrll
2021-06-19Do not try to initialize PMU if ID_AA64DFR0_EL1 reports a non-standardjmcneill
2021-06-19CNTV_CTL_EL0 is a 64-bit registerjmcneill
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-05-29Deal with the pmap limitation of maxproc in a more complete way andskrll
2021-05-29Sort includes. NFCI.skrll
2021-05-27fix build error with options ARMV85_BTIryo