]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
Mark EENTRY as .text
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2023-09-25 Andrew TurnerMove arm64 EENTRY uses before ENTRY
2023-09-25 Andrew TurnerHandle the arm64 unknown exception separately
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-07-31 Mykola Hohsadzearm64/disassem.c: add extended register instruction...
2023-07-31 Mykola Hohsadzearm64/disassem.c: remove redundant OP_RN_SP for TYPE_02
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-07 Mykola Hohsadzearm64/disassem.c: Add shifted register definitions...
2023-06-23 Mark Johnstonarm64: Make a debug print conditional on bootverbose
2023-06-20 Kyle Evansarm64: gicv3: setup PPIs on all APs after they're online
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add shifted register instruction...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Make output lowercase
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add detection of xzr and sp
2023-06-09 Mykola Hohsadzearm64/disassem.c: Fix typo sxts to sxts and amount...
2023-06-09 Mykola Hohsadzearm64/disassem.c: Add support str/strb/strh instructions
2023-06-09 Mykola Hohsadzearm64/disassem.c: style and formatting
2023-05-15 Andrew TurnerReduce an arm64 VFP critical section
2023-05-15 Andrew TurnerAlways store the arm64 VFP context
2023-05-15 Andrew TurnerAlways read the VFP regs in the arm64 fill_fpregs
2023-05-07 Mark Johnstonarm64: Implement bus_describe_intr() for nexus
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-17 Mitchell Hornearm64: nexus code tidy-up
2023-04-17 Elliott Mitchellofwbus: remove handling of resources from ofwbus
2023-04-12 Mitchell Hornearm64/gicv3: correct the size of the distributor resource
2023-04-11 Mark Johnstonarm64: Move the initial kernel stack out of the init_pa...
2023-04-11 Mark Johnstonarm64: Ensure that thread0's PCB flags are initialized
2023-03-24 Mitchell Hornearm64: limit EFI excluded regions to physical memory...
2023-03-24 Warner Losharm64/machdep: Add parameter to the EFI table walking...
2023-03-24 Warner Losharm64: Remove unused typedef
2023-02-09 Andrew TurnerRead the arm64 far early in el0 exceptions
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Brooks Davisarm64: Fix thread0.td_kstack_pages init
2023-01-23 Andrew TurnerSplit out the arm64 EL2 exception vectors
2023-01-23 Andrew TurnerPut the arm64 vttbr_el2 register into a state
2023-01-23 Andrew TurnerDisable superpage use for stage 2 arm64 mappings
2023-01-23 Andrew TurnerAdd more Arm CPUs to the arm64 cpu ident
2023-01-23 Andrew TurnerClear the indirect flag in the GICv3 ITS driver
2023-01-23 Andrew TurnerReduce the arm64 ID registers we print
2023-01-23 Andrew TurnerMove the GICv3 bus_print_child function to the parent
2023-01-23 Andrew TurnerAdd bus_get_resource_list functions to the GICv3 driver
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-06 Kyle Evansarm64: add a spin-table implementation for Apple Silicon
2022-11-04 Olivier Houchardarm64: Implement cpu_ptrace().
2022-11-02 Kyle Evansarm64: fix build without FDT
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-03 Mark Johnstonarm64: Handle 1GB mappings in pmap_enter_quick_locked()
2022-10-01 Mark Johnstonarm64: Ignore 1GB mappings in pmap_advise()
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
next