]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
sctp: minor cleanup, no functional change
[FreeBSD/FreeBSD.git] / sys / arm64 /
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-22 Andrew TurnerAdd the Armv8.3-SPE registers
2022-02-22 Andrew TurnerHandle functions that use a nop in the arm64 fbt
2022-02-14 Edward Tomasz Napi... linux: implement rt_sigsuspend(2) on arm64
2022-02-14 Edward Tomasz Napi... Regen after 2561da0636c.
2022-02-14 Edward Tomasz Napi... linux: Fix declaration of rt_sigreturn() on arm64
2022-02-14 Edward Tomasz Napi... linux(4): remove unfinished vsyscall bits on arm64
2022-02-14 Edward Tomasz Napi... linux: implement set_cloned_tls() on arm64
2022-02-14 Edward Tomasz Napi... linux: implement set_upcall on aarch64
2022-02-13 Edward Tomasz Napi... linux: export AT_HWCAP and AT_HWCAP2 on aarch64
2022-02-13 Edward Tomasz Napi... linux: fix architecture returned for uname on aarch64
2022-02-13 Edward Tomasz Napi... arm64: optimize set_syscall_retval()
2022-02-13 Edward Tomasz Napi... linux: deduplicate DUMMY() entries
2022-02-13 Edward Tomasz Napi... linux: make linux64.ko loadable again on aarch64
2022-02-13 Edward Tomasz Napi... Regen after 6d926e850d2.
2022-02-13 Edward Tomasz Napi... linux: add new syscall numbers
2022-02-16 Mark JohnstonFix the build after commit 5fa005e91560785dad5183db0802...
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-09 Gordon Berglingtegra: Fix a common typo in source code comments
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 TurnerUse the arm64 ttbr macro to define the ASID shift
2022-01-31 Andrew TurnerAdd the arm64 TTBR fields to armreg.h
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-20 Michal Melountegra210: Implement new get_gate method for tegra210...
2022-01-14 Mark Johnstonexec: Simplify sv_copyout_strings implementations a bit
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
2022-01-04 Andrew TurnerAdd atomic_testandset_acq_* 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-22 Ruslan Bukino Fix i2c read operation for large transfers (more...
2021-12-22 Andriy Gaponrk_i2c_fill_tx: fix a number of issues
2021-12-22 Andriy Gaponrk_i2c_transfer: minor improvement to bit twiddling
2021-12-22 Andriy Gaponrk_i2c: do not hide NACK condition from consumers
2021-12-22 Andriy Gaponrk_i2c: keep sending bytes until all bytes are sent
2021-12-22 Andriy Gaponrk_i2c_transfer: fix off-by-one in check for last message
2021-12-22 Andriy Gaponrk_i2c_drain_rx: remove useless arithmetic manipulations
2021-12-22 Andriy Gaponrk_i2c: consistently treat booleans as such
2021-12-22 Andriy Gaponrk_i2c_transfer: use iicbus error codes instead of...
2021-12-22 Andriy Gaponrk_i2c: remove write-only softc field
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 TurnerRemove redundant declarations
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-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: 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()
2021-12-02 Andriy Gaponrk_spi: declare support for rk3328
2021-12-01 Mark Johnstonnetinet: Deduplicate most in_cksum() implementations
2021-11-23 John Baldwinarm64, riscv: Fix TRAF_PC() to return the PC, not the...
2021-11-21 Andriy Gaponrk805: add system poweroff support
2021-11-19 Bjoern A. Zeebarm64/gicv3: improve a panic message
2021-11-19 Dmitry SalychevParse named nodes from IORT ACPI on arm64
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-17 Konstantin BelousovEnable PPS_SYNC on amd64, arm64 and armv7
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 TurnerFix the arm64 L2_BLOCK_MASK definition
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...
next