]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
arm64/compat32: Fix handling of 32bits FP registers.
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2023-10-19 Olivier Houchardarm64/compat32: Fix handling of 32bits FP registers.
2023-10-11 John Baldwinefirt_machdep.c: Trim some unused includes
2023-10-09 Konstantin Belousovsysentvec: add SV_SIGSYS flag
2023-10-09 Konstantin Belousovsyscalls: fix missing SIGSYS for several ENOSYS errors
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-25 Andrew Turnerarm64: Fix errata workarounds that depend on smccc
2023-09-25 Andrew Turnergicv3: Add checks for the device ID
2023-09-25 Andrew Turnergicv3: Add a verbose message for unknown tables
2023-09-25 Andrew Turnergicv3: Stop setting the esize field
2023-09-25 Andrew Turnergicv3: Split out finding the page size
2023-09-25 Andrew Turnerarm64: Update the ID_AA64PFR1_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64PFR0_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64MMFR1_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64MMFR0_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64ISAR1_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64ISAR0_EL1 fields
2023-09-25 Andrew Turnerarm64: Update the ID_AA64DFR0_EL1 fields
2023-09-25 Mark Johnstonarm64: Make register definitions const
2023-09-25 Andrew TurnerAdd more arm64 ID registers to the user_regs array
2023-09-25 Andrew Turnerarm64: Correct a pmap unlock in pmap_stage2_fault
2023-09-25 Andrew TurnerAdd brackets around GICv3 redistributor macros
2023-09-25 Andrew Turnerarm64: Print the spinlock count on panic
2023-09-25 Andrew TurnerPrint registers on an arm64 spinlock data abort
2023-09-25 Andrew TurnerSplit out pmap_map_delete on arm64
2023-09-25 Andrew TurnerCreate pmap_mask_set_locked on 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
next