]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
[libnetmap] Fix 32 bit compilation under gcc-6.4
[FreeBSD/FreeBSD.git] / sys / arm64 /
2020-11-02 Michal MelounImprove loading of multipage aligned buffers.
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Ruslan Bukino Add the domain member to the struct bus_dma_tag_commo...
2020-10-27 Ruslan BukinTake the ITS device lock around gicv3_its_release_irqsr...
2020-10-27 Mark Johnstonarm64: Remove a racy KASSERT from pmap_remove_pages()
2020-10-27 Edward Tomasz Napi... Fix misnomer - linux_to_bsd_errno() does the exact...
2020-10-26 Kyle Evansaudit: also correctly audit linux_execve()
2020-10-25 Ruslan BukinAdd IOMMU support to GICv3 Interrupt Translation Servic...
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Alan CoxMicro-optimize uma_small_alloc(). Replace bzero(....
2020-10-22 Oleksandr Tymoshenko[hwpmc] Fix call chain capture for ARM64
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-20 Ed Mastearm64: add uhci to GENERIC
2020-10-19 Andrew TurnerRemove unused labels from the arm64 casueword*
2020-10-19 Andrew TurnerSplit the common arm64 fu* and su* asm to a macro
2020-10-19 Andrew TurnerMove the arm64 userspace access checks to macros
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Mitchell Hornearm64: export a few more HWCAPs
2020-10-16 Mitchell HorneUpdate the ID_AA64MMFR2_EL1 register definitions
2020-10-15 Mitchell HorneSimplify preload_dump() condition
2020-10-15 D Scott Phillipsarm64: Increase NIRQ to 16k
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-14 Andrew TurnerRemove direct user access from the arm64 copyinstr
2020-10-13 Andrew TurnerFix write only mappings on arm64
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-11 Emmanuel Vadot10Gigabit Ethernet driver for AMD SoC
2020-10-10 Conrad Meyerrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-09 Warner LoshCreate in-tree LINT files
2020-10-08 Mitchell HorneAdd a routine to dump boot metadata
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-07 Mitchell HornePrint symbol index for unsupported relocation types
2020-10-05 Edward Tomasz Napi... Tweak arm64's cpu_fetch_syscall_args(). This should...
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-02 Emmanuel VadotFix LINT: Add backlight to NOTES
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Ed MasteAdd cd device to arm64 GENERIC
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-29 Mitchell Hornearm64: set the correct HWCAP
2020-09-28 Michal MelounFix booting arm64 EFI with LINUX_BOOT_ABI enabled.
2020-09-27 Edward Tomasz Napi... Get rid of sa->narg. It serves no purpose; use sa...
2020-09-27 Michal MelounCheck the result of the function, not the pointer to it.
2020-09-27 Michal MelounAdd LINUX_BOOT_ABI back to arm64 GENERIC kernel.
2020-09-27 Michal MelounReapply r366193 with proper commit log.
2020-09-27 Michal MelounRevert r366193, it was committed with unsaved commit...
2020-09-27 Michal MelounDon't map same physical memory multiple times with...
2020-09-27 Michal MelounDon't try to print EFI memeory map if it doesn't exist.
2020-09-25 Edward Tomasz Napi... Regen after r366145.
2020-09-24 Andrew TurnerClean up the arm64 bus_dma_run_filter
2020-09-24 Andrew TurnerEnsure arm64 DMA alignment is passed from parents to...
2020-09-24 Andrew TurnerBounce in more cases in the arm64 busdma
2020-09-24 Andrew TurnerEnsure we always align and size arm64 busdma allocation...
2020-09-24 Andrew TurnerAdd a coherent flag on the arm64 dma map struct
2020-09-24 Andrew TurnerAdd bounce helpers to the arm64 busdma
2020-09-23 Mark JohnstonAdd a vmparam.h constant indicating pmap support for...
2020-09-23 Mark JohnstonAdd largepage support to the arm64 pmap.
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 D Scott Phillipsarm64/pmap: Sparsify pv_table
2020-09-21 D Scott PhillipsSparsify the vm_page_dump bitmap
2020-09-21 D Scott PhillipsMove vm_page_dump bitset array definition to MI code
2020-09-21 Mark JohnstonWeaken assertions in pmap_l1_to_l2() and pmap_l2_to_l3().
2020-09-20 Michal MelounAdjust DMA alignment for USB stack.
2020-09-19 Michal MelounImplement workaround for broken access to configuration...
2020-09-19 Michal MelounAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Mark JohnstonAssert we are not traversing through superpages in...
2020-09-17 Edward Tomasz Napi... Get rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-15 Edward Tomasz Napi... Move SV_ABI_ERRNO translation into linux-specific code...
2020-09-15 Andrew TurnerUse ATTR_DEFAULT in the arm64 locore.S
2020-09-14 Scott LongRefine the busdma template interface. Provide tools...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-10 Andrew TurnerMove the pl061 acpi attachment earlier
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-08 Mitchell Hornearm64: export new HWCAP features
2020-09-08 Mitchell Hornearm64: fix incorrect HWCAP definitions
2020-09-08 Andrew TurnerAdd a GPIO driver for the Arm pl061 controller
2020-09-07 Andriy GaponAllwinner USB DRD support (musb_otg)
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 Mitchell Hornearm64: update the set of HWCAP definitions
2020-09-03 Andrew TurnerSwitch to an empty ttbr0 pagetable when the MMU is...
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-02 Mark JohnstonAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 Andrew TurnerPartially revert r365069.
2020-09-01 Mateusz Guzikarm64: clean up empty lines in .c and .h files
2020-09-01 Andrew TurnerEnsure the tlbi has completed before setting SCTLR
2020-09-01 Andrew TurnerSupport stage 2 arm64 pmap in more places
2020-08-28 Matt MacyZFS: add to arm64 NOTES to minimize potential for missi...
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-26 D Scott Phillipsarm64: Increase dmap size to 95 TiB
2020-08-26 D Scott Phillipsarm64/acpi: Give the real PA limit to ACPI
2020-08-26 D Scott Phillipsarm64: Make local stores observable before sending...
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
next