]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/include
Use the cached dc zva length in arm64 memset
[FreeBSD/FreeBSD.git] / sys / arm64 / include /
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-07-19 Andrew TurnerDecode the arm64 SVE ID register
2022-07-19 Andrew TurnerAllow use of the arm64 unnamed register form
2022-07-19 Andrew TurnerSplit out vfp_new_thread
2022-07-19 Andrew TurnerAdd the SVE reigster definitions
2022-07-19 Andrew TurnerTrap SVE instructions until we have SVE support
2022-07-19 Andrew TurnerAdd the arm64 FPAC exception value
2022-07-19 Andrew TurnerDecode all Arm GIC feature ID bits
2022-07-19 Andrew TurnerAdd more Arm CPU IDs
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 Chaginarm64: Enable the floating-point exception traps
2022-05-13 John BaldwinUse a regset for NT_ARM_VFP.
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-05-10 John Baldwinarm64: Fix a logic bug in is_load_instr().
2022-05-10 Olivier Houchardarm64: Handle 32bits breakpoint exception.
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-19 Andrew TurnerAdd an implementation of .mcount on arm64
2022-04-19 Andrew TurnerAdd support for arm64 nGnRE device memory
2022-04-04 Andrew TurnerCorrect the location of the arm64 PMCR register
2022-04-04 Andrew TurnerFix the arm64 DMAP start address in a comment
2022-04-04 Andrew TurnerFix the TCR_TG0 values
2022-04-04 Andrew TurnerAdd more arm64 PAC identification fields
2022-04-04 Andrew TurnerAdd the char and short atomic operations on arm64
2022-03-29 D Scott PhillipsAdd the Ampere and Fujitsu arm64 implementer IDs
2022-03-29 D Scott Phillipsarm64: Add explicit barrier after address translation...
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-14 Andrew TurnerMake the arm64 get_pcpu a function again
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Greg Vsmbios: support getting address from EFI
2022-02-22 Andrew TurnerStop single stepping in signal handers on arm64
2022-02-22 Andrew TurnerSort the names of the arm64 debug registers
2022-02-22 Andrew TurnerAdd the Armv8.3-SPE registers
2022-02-22 Andrew TurnerHandle functions that use a nop in the arm64 fbt
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-01-31 Andrew TurnerUse the arm64 ttbr macro to define the ASID shift
2022-01-31 Andrew TurnerAdd the arm64 TTBR fields to armreg.h
2022-01-04 Andrew TurnerAllow ddb and dtrace use the DMAP region on arm64
2022-01-04 Andrew TurnerAdd atomic_testandset_acq_* on arm64
2021-12-20 Andrew TurnerPer-thread stack canary on arm64
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-14 Andrew TurnerAllocate arm64 per-CPU data in the correct domain
2021-12-07 Mitchell Hornearm64, powerpc: fix calculation of 'used' in GET_STACK_...
2021-12-06 Warner Losharm64: Make machine/reg.h self contained
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-23 John Baldwinarm64, riscv: Fix TRAF_PC() to return the PC, not the...
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-10-25 Andrew TurnerAdd pmap_change_prot on arm64
2021-10-25 Andrew TurnerAdd the arm64 table attributes and use them
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-11 Andrew TurnerFix the arm64 L2_BLOCK_MASK definition
2021-09-27 Andrew TurnerEnable arm64 SError exceptions in the kernel
2021-09-27 Andrew TurnerAdd the Apple arm64 implementer ID
2021-09-27 Andrew TurnerAdd macros for the arm64 daifset/daifclr flags
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-31 Alan Coxarm64: eliminate a duplicated #define
2021-08-30 Andrew TurnerAdd macros for arm64 special reg op and CR values
2021-08-30 Andrew TurnerTeach the arm64 kernel to identify the Arm AEM
2021-08-30 Andrew TurnerStart to clean up arm64 address space selection
2021-08-23 Konstantin BelousovAdd pmap_vm_page_alloc_check()
2021-08-22 Peter Grehanarm64: HWCAP/HWCAP2 aux args support for 32-bit ARM...
2021-08-05 Andrew TurnerUpdate the SCTLR_EL1 register definitions
2021-08-05 Andrew TurnerUpdate the arm64 HCR_EL2 registers
2021-08-05 Andrew TurnerFix the name of the arm64 SCTLR_E0E register
2021-08-05 Andrew TurnerSync the arm64 special registers with the Armv8.5 XML
2021-07-29 Mitchell Hornearm64 support for pmu-events
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-24 Mitchell HorneConsolidate machine/endian.h definitions
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-12 Andrew TurnerClean up early arm64 pmap code
2021-06-12 Andrew TurnerClean up the style in the arm64 bus.h
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-04-21 Mitchell Hornegdb: report specific stop reason for watchpoints
2021-04-21 Mitchell Hornearm64: implement kdb watchpoint functions
2021-03-17 Alex RichardsonArch64: Clear VFP state on execve()
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-08 Mitchell Hornearm64: add definition for IS_SSTEP_TRAP()
2021-03-08 Mitchell Hornearm64: update kdb_thrctx->pcb_lr with BKPT_SKIP
2021-02-24 Mitchell Hornearm64: extend struct db_reg to include watchpoint registers
2021-02-24 Mitchell Hornearm64: handle watchpoint exceptions from EL0
2021-02-24 Mitchell Hornearm64: validate breakpoint registers
2021-02-11 Michal Melounarm64: Initialize VFP control register.
2021-01-20 Mark Johnstonarm64, riscv: Set VM_KMEM_SIZE_SCALE to 1
2021-01-20 Mark Johnstonarm64: Stop setting VM_BCACHE_SIZE_MAX
2021-01-15 Andrew TurnerExtract the logic from pmap_kextract
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Andrew TurnerSwitch the arm64 pcpu to a global register variable
2021-01-08 mhornearm64: gdb(4) machine-dependent bits
2021-01-08 mhornearm64: remove pcb_pc
next