]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
Use the cached dc zva length in arm64 memset
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2022-09-21 Andrew TurnerUse the cached dc zva length in arm64 memset
2022-09-21 Andrew TurnerImport the arm64 Cortex Strings memset into the kernel
2022-09-21 Andrew TurnerImport an optimized arm64 memcmp into the kernel
2022-09-21 Andrew TurnerUpdate the arm64 kernel memcpy/memmove
2022-09-21 Andrew TurnerDecode the arm64 ID_AA64ISAR1_EL1 register
2022-09-21 Andrew TurnerStore mpidr as a 64-bit value on arm64
2022-09-21 Andrew TurnerAdd an IDC only arm64 icache sync function
2022-09-21 Andrew TurnerDisable promotion on pcpu memory on arm64
2022-09-21 Alan Coxarm64: Implement final level only TLB invalidations
2022-09-18 Kyle Evansarm64, riscv: size boot stacks appropriately
2022-09-18 Kyle Evansarm64: disable the EL2 MMU before dropping to EL1
2022-09-18 Kyle Evansarm64: gic: disable the ITS if it's enabled prior to...
2022-09-07 Gordon Berglingarm64: Remove a double word in a source code comment
2022-08-22 Andrew TurnerOnly add gicv3 fdt children with a compatible property
2022-08-21 Dimitry AndricAdjust function definition in arm64's db_trace.c to...
2022-07-19 Andrew TurnerDecode the arm64 SVE ID register
2022-07-19 Andrew TurnerSplit out vfp_new_thread
2022-07-19 Andrew TurnerTrap SVE instructions until we have SVE support
2022-07-19 Andrew TurnerAdd arm64 CnP support
2022-07-19 Andrew TurnerDecode all Arm GIC feature ID bits
2022-07-19 Andrew TurnerAdd more Arm CPU IDs
2022-07-12 Doug Moorebusdma: _bus_dmamap_addseg repaired
2022-07-12 Doug Moorevm_extern: use standard address checkers everywhere
2022-07-06 Doug Mooreiommu_gas: pass size to iommu_map without rounding
2022-07-06 Ruslan BukinCheck if iommu ctx is valid before passing it to functions.
2022-06-29 Mark JohnstonFix the test used to wait for AP startup on x86, arm64...
2022-06-27 Mitchell Hornekerneldump: remove physical from dump routines
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
2022-06-22 Justin Hibbitsarm64: Print per-CPU cache summary
2022-06-17 Dmitry ChaginRetire sv_transtrap
2022-06-17 Dmitry Chaginarm64: Enable the floating-point exception traps
2022-06-07 Andrew TurnerSupport LSE atomics in the arm64 casue* functions
2022-06-07 Andrew TurnerMove the arm64 DMAP creation to C
2022-05-16 Andrew TurnerMap the ACPI tables into the DMAP
2022-05-13 John Baldwinarm,arm64: Add a NT_ARM_TLS read-only register set.
2022-05-13 John BaldwinUse a regset for NT_ARM_VFP.
2022-05-12 John Baldwinaarch64: Fix get_fpcontext32() to work on non-curthread.
2022-05-12 Andrew TurnerAdd PT_GETREGSET
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-12 Edward Tomasz Napi... Add infrastructure required for Linux coredump support
2022-05-10 John Baldwinarm64: Pass the right label to END() for handle_empty_e...
2022-05-10 John BaldwinAdd a VA_IS_CLEANMAP() macro.
2022-05-10 Olivier Houchardarm64: Handle 32bits breakpoint exception.
2022-05-03 Andrew TurnerOnly return a mapped address from efi_phys_to_kva
2022-05-03 Andrew TurnerInclude the EFI Runtime Code in the DMAP
2022-05-03 Andrew TurnerFix a coherent bus check in the arm64 busdma
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-19 Andrew TurnerSupport EFIRT on arm64 with a non 4k page size
2022-04-19 Andrew TurnerAdd support for arm64 nGnRE device memory
2022-04-04 Andrew TurnerRemove a redundant L1_BLOCK == L2_BLOCK check
2022-04-04 Andrew TurnerFix calculating l0index in _pmap_alloc_l3 on arm64
2022-04-04 Andrew TurnerRemove an unneeded memset from the arm64 pmap
2022-04-04 Andrew TurnerSplit out creating the arm64 L2 dmap entries
2022-04-04 Andrew TurnerRemove l1ptfrom pmap_early_vtophys on arm64
2022-04-04 Andrew TurnerFix the TCR_TG0 values
2022-04-04 Andrew TurnerFix the spelling of EFI_PAGE_SIZE
2022-04-04 Andrew TurnerAdd more arm64 PAC identification fields
2022-04-04 Andrew TurnerPrint the instruction for the unknown exception
2022-03-31 Andrew TurnerTreat cache write as a read in arm64 data faults
2022-03-29 D Scott PhillipsAdd the Ampere and Fujitsu arm64 implementer IDs
2022-03-29 D Scott Phillipsarm64: pmap: Mask VA operand in TLBI instructions
2022-03-29 Andrew TurnerFix arm64 TLB invalidation with non-4k pages
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-02-22 Andrew TurnerStop single stepping in signal handers on arm64
2022-02-22 Andrew TurnerFix the signal code on 32-bit breakpoints on arm64
2022-02-22 Andrew TurnerSort the names of the arm64 debug registers
2022-02-13 Edward Tomasz Napi... arm64: optimize set_syscall_retval()
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-02-07 Mitchell Hornearm64, riscv: handle RB_KDB
2022-01-31 Mark Johnstonsysent: Add a sv_psstringssz field to struct sysentvec
2022-01-31 Mark Johnstonexec: Introduce the PROC_PS_STRINGS() macro
2022-01-31 Andrew TurnerFix a typo in an arm64 comment
2022-01-31 Andrew TurnerMove instructions into the arm64 exception vectors
2022-01-31 Andrew TurnerAdd a missing space in the arm64 sendsig
2022-01-31 Andrew TurnerRemove the sigcode base check on arm64
2022-01-24 Jessica Clarkearm64: Check for intrng-reported errors in gicv3_its
2022-01-10 Andrew TurnerExtract the arm64 signal code to a new file
2022-01-10 Olivier Houchardarm64: Fix COMPAT_FREEBSD32.
2022-01-04 Andrew TurnerAllow ddb and dtrace use the DMAP region on arm64
2021-12-29 Colin PercivalMFC: arm64 fixes for TSLOG
2021-12-29 Andrew TurnerFix a set but not used warning in the arm64 pmap
2021-12-29 Andrew TurnerHandle table attributes in the arm64 kernel map
2021-12-29 Andrew TurnerTeach vm.pmap.kernel_maps about both XN bits
2021-12-29 Andrew TurnerDon't fail changing props for unmapped DMAP memory
2021-12-29 Andrew TurnerOnly change DMAP props on DMAP covered memory
2021-12-24 Alexander Motinbusdma: Remove outdated comments about Giant.
2021-12-20 Andrew TurnerPer-thread stack canary on arm64
2021-12-20 Andrew TurnerFix bracketing in the arm64 minidump code
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-14 Andrew TurnerMove the arm64 identify_cpu SYSINIT earlier
2021-12-14 Andrew TurnerPrint the correct register for the arm64 elr
2021-12-14 Andrew TurnerPass the ACPI ID when reading the ACPI domain
2021-12-14 Andrew TurnerStop reading the arm64 domain when it's known
2021-12-14 Andrew TurnerAllocate arm64 per-CPU data in the correct domain
2021-12-03 Mitchell Horneminidump: Use the provided dump bitset
2021-12-03 Mitchell Horneminidump: Use provided msgbuf pointer
2021-12-03 Mitchell Horneminidump: reduce the amount direct accesses to page...
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
next