]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
cxgbei: Rework parsing of pre-offload PDUs.
[FreeBSD/FreeBSD.git] / sys / arm64 /
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-21 Mike Karelsgenet: fix problems with interface down/up
2022-04-19 Andrew TurnerSupport EFIRT on arm64 with a non 4k page size
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 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 TurnerCorrect the location of the arm64 PMCR register
2022-04-04 Andrew TurnerRemove an unneeded memset from the arm64 pmap
2022-04-04 Andrew TurnerSplit out creating the arm64 L2 dmap entries
2022-04-04 Andrew TurnerRemove l1ptfrom pmap_early_vtophys on arm64
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 TurnerFix the spelling of EFI_PAGE_SIZE
2022-04-04 Andrew TurnerAdd more arm64 PAC identification fields
2022-04-04 Andrew TurnerPrint the instruction for the unknown exception
2022-04-04 Andrew TurnerAdd the char and short atomic operations on arm64
2022-03-31 Andrew TurnerTreat cache write as a read in arm64 data faults
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 D Scott Phillipsarm64: pmap: Mask VA operand in TLBI instructions
2022-03-29 Andrew TurnerFix arm64 TLB invalidation with non-4k pages
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 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...
next