]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
minidump: Parameterize minidumpsys()
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-19 Bjoern A. Zeebarm64/gicv3: improve a panic message
2021-11-03 Mark JohnstonUse the vm_radix_init() helper when initializing pmaps
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-10-25 Andrew TurnerOnly demote when needed in the arm64 pmap_change_props_...
2021-10-25 Andrew TurnerAdd pmap_change_prot on arm64
2021-10-25 Andrew TurnerAlso print symbols when printing arm64 registers
2021-10-25 Andrew TurnerAdd the arm64 table attributes and use them
2021-10-16 Konstantin Belousovarm64: move signal delivery code to exec_machdep.c
2021-10-15 Mitchell Hornearm, arm64, riscv: adjust top-level nexus comment
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-15 Mitchell Horneminidump: De-duplicate is_dumpable()
2021-10-11 Andrew TurnerUse a 64 bit read to access GICR_TYPER
2021-09-27 Andrew TurnerRestrict spsr updated in the arm64 set_regs*
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 TurnerSort the arm64 cpu_implementers list by name
2021-09-27 Andrew TurnerRead the arm64 midr register earlier
2021-09-27 Andrew TurnerRemove an unused arm64 panic string
2021-09-27 Andrew TurnerAdd macros for the arm64 daifset/daifclr flags
2021-09-27 Andrew TurnerClean up the arm64 fork_trampoline
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-01 Alan Coxpmap: Micro-optimize pmap_remove_pages() on amd64 and...
2021-09-01 Alan CoxClear the accessed bit when copying a managed superpage...
2021-08-31 Alan Coxarm64: Sync icache when creating executable superpage...
2021-08-31 Alan Coxarm64: Simplify fcmpset failure in pmap_promote_l2()
2021-08-31 Alan CoxOn a failed fcmpset don't pointlessly repeat tests
2021-08-31 Alan Coxarm64: a few simplications to pmap_remove_{all,write}
2021-08-31 Alan Coxarm64: fix a potential KVA leak in pmap_demote_l1()
2021-08-31 Alan Coxarm64: make it possible to define PV_STATS
2021-08-31 Alan Coxarm64: replace pa_to_pvh() with page_to_pvh() in pmap_r...
2021-08-31 Alan Coxarm64: remove an unneeded test from pmap_clear_modify()
2021-08-31 Alan Coxarm64: Use page_to_pvh() when the vm_page_t is known
2021-08-30 Andrew TurnerAdd more arm64 external abort sources
2021-08-30 Andrew TurnerOnly store the arm64 ID registers in the cpu_desc
2021-08-30 Andrew TurnerMove setting arm64 HWCAP values to the ID tables
2021-08-30 Andrew TurnerAdd missing arm64 ID registers
2021-08-30 Andrew TurnerSort the arm64 ID_AA64* user registers
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-30 Andrew TurnerSplit out the arm64 ID field comparison function
2021-08-22 Peter Grehanarm64: HWCAP/HWCAP2 aux args support for 32-bit ARM...
2021-08-16 Emmanuel Vadotarm64: Only check for freebsd,dts-version if we are...
2021-08-16 Emmanuel Vadotarm64: Check dtb version against the one we're expectin...
2021-08-05 Andrew TurnerHide arm64 features that don't have a HWCAP
2021-08-05 Andrew TurnerRemove the newline from arm64 trap panics
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-08-05 Andrew TurnerSwitch the order of the ID_AA64PFR1_EL1 fields
2021-08-05 Andrew TurnerAdd more GIC and GICv3 registers
2021-08-05 Andrew TurnerUse the correct length when copying arm64 vfp registers
2021-07-29 Mark JohnstonAssert that valid PTEs are not overwritten when install...
2021-07-28 Mark Johnstonarm64: Print CPU features slightly earlier
2021-07-21 Konstantin BelousovDo not call FreeBSD-ABI specific code for all ABIs
2021-07-21 Mitchell Hornearm64, riscv: remove reference to fsu_intr_fault
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-07 Olivier Houchardarm64: Make sure COMPAT_FREEBSD32 handles thumb entry...
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-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-14 Mark Johnstonarm64: Fix pmap_copy()'s handling of 2MB mappings
2021-06-14 Mark Johnstonarm64: Use the right PTE when downgrading perms in...
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 TurnerImplement bus_map_resource on arm64
2021-06-11 Andrew TurnerEnable IPIs on CPU 0 on arm and arm64
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-06-07 Ed Mastearm64: correct END() copy-pasteo for generic_bs_fault
2021-04-21 Mitchell Hornegdb: report specific stop reason for watchpoints
2021-04-21 Mitchell Hornegdb: allow setting/removing hardware watchpoints
2021-04-21 Mitchell Horneddb: replace watchpoint set/clear functions
2021-04-21 Mitchell Hornearm64: implement kdb watchpoint functions
2021-04-16 Mitchell Hornearm64: adjust comments in dbg_monitor_exit()
2021-04-16 Mitchell Hornearm64: clear debug registers after execve(2)
2021-04-16 Mitchell Hornearm64: clear debug register state on fork
2021-03-29 John Baldwinaarch64: Clear TLS registers during exec().
2021-03-24 Ed Mastearm64: implement COMPAT_FREEBSD32 fill/set dbregs/fpregs
2021-03-17 Alex Richardsonsys/arm64/arm64/vfp.c: Fix -Wunused and -Wpointer-sign...
2021-03-17 Alex RichardsonAArch64: Don't set flush-subnormals-to-zero flag on...
2021-03-17 Alex RichardsonArch64: Clear VFP state on execve()
2021-03-08 Mitchell Hornearm64: fix hardware single-stepping from EL1
2021-02-25 Mark Johnstonarm64: Include NUMA locality info in the CPU topology
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-17 Cyprien Laplacegic_v3: add message based interrupts support
2021-02-17 Cyprien Laplacegic_v3: Use 64-bit writes to GICD_IROUTERn
2021-02-11 Michal Melounarm64: Initialize VFP control register.
2021-01-20 Andrew TurnerHandle arm64 undefied instructions on msr exceptions
2021-01-19 John Baldwinarm64: Clear FPU flags in the pcb in cpu_copy_thread().
2021-01-19 John Baldwinarm64: Trim duplicate code from cpu_fork_kthread_handler().
2021-01-19 Michal Melounarm64 busdma: Fix loading of small bounced buffers.
2021-01-19 Oleksandr Tymoshenkomake maximum interrupt number tunable on ARM, ARM64...
2021-01-15 Andrew TurnerExtract the logic from pmap_kextract
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
next