]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64
rtld-elf: link udivmoddi4 from compiler_rt
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 /
2020-12-18 jhbSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-16 jrtc27Fix whitespace in comment modified by r368697
2020-12-16 mmelAllocate right number of pages for the bounced buffers...
2020-12-14 mmelVerify (and fix) the context_id argument passed to...
2020-12-09 cyMFV r368464:
2020-12-08 jhbCheck that the frame pointer is within the current...
2020-12-08 andrewUse a macro to find the offset of kern_ttbr0
2020-12-08 andrewFree the arm64 bootparams memory after initarm
2020-12-07 andrewEnsure the boot CPU is CPU 0 on arm64
2020-12-05 mmelSimplify startup of secondary cores and store MPIDR...
2020-12-01 jhbUse uintptr_t instead of uint64_t for pointers in stack...
2020-12-01 mmMFV r368207:
2020-11-26 manuarm64: Do not rely on SPCR table to detect acpi
2020-11-26 seUpdate to version 3.2.0
2020-11-24 manuarm64: Check if we have a map before checking the flags
2020-11-20 sjgMerge bmake-20201117
2020-11-19 andrewFall back to use the GICR address from the generic...
2020-11-17 andrewStop calling gic_v3_detach when we haven't called gic_v...
2020-11-17 andrewAllow the GICv3 ACPI driver to attach to a GICv4
2020-11-09 bzarm64: bs_sr_<N> take II
2020-11-07 sjgUpdate to bmake-20201101
2020-11-05 andrewStop trying to bounce in memory allocated by bus dma
2020-11-04 bzarm64: implement bs_sr_<N>
2020-11-04 andrewAllow the creation of 3 level page tables on arm64
2020-11-02 brAdd routines for ARM System MMU (SMMU) pmap management.
2020-11-02 alcTidy up the #includes. Recent changes, such as the...
2020-11-02 mmelImprove loading of multipage aligned buffers.
2020-10-27 brTake the ITS device lock around gicv3_its_release_irqsr...
2020-10-27 markjarm64: Remove a racy KASSERT from pmap_remove_pages()
2020-10-25 brAdd IOMMU support to GICv3 Interrupt Translation Servic...
2020-10-22 alcMicro-optimize uma_small_alloc(). Replace bzero(....
2020-10-19 andrewRemove unused labels from the arm64 casueword*
2020-10-19 andrewSplit the common arm64 fu* and su* asm to a macro
2020-10-19 andrewMove the arm64 userspace access checks to macros
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-16 mhornearm64: export a few more HWCAPs
2020-10-16 mhorneUpdate the ID_AA64MMFR2_EL1 register definitions
2020-10-15 mhorneSimplify preload_dump() condition
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-14 andrewRemove direct user access from the arm64 copyinstr
2020-10-13 andrewFix write only mappings on arm64
2020-10-10 cemrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-08 mhorneAdd a routine to dump boot metadata
2020-10-07 mhornePrint symbol index for unsupported relocation types
2020-10-05 traszTweak arm64's cpu_fetch_syscall_args(). This should...
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-29 mhornearm64: set the correct HWCAP
2020-09-28 mmelFix booting arm64 EFI with LINUX_BOOT_ABI enabled.
2020-09-27 traszGet rid of sa->narg. It serves no purpose; use sa...
2020-09-27 mmelReapply r366193 with proper commit log.
2020-09-27 mmelRevert r366193, it was committed with unsaved commit...
2020-09-27 mmelDon't map same physical memory multiple times with...
2020-09-27 mmelDon't try to print EFI memeory map if it doesn't exist.
2020-09-24 andrewClean up the arm64 bus_dma_run_filter
2020-09-24 andrewEnsure arm64 DMA alignment is passed from parents to...
2020-09-24 andrewBounce in more cases in the arm64 busdma
2020-09-24 andrewEnsure we always align and size arm64 busdma allocation...
2020-09-24 andrewAdd a coherent flag on the arm64 dma map struct
2020-09-24 andrewAdd bounce helpers to the arm64 busdma
2020-09-23 markjAdd largepage support to the arm64 pmap.
2020-09-21 scottpharm64/pmap: Sparsify pv_table
2020-09-21 scottphSparsify the vm_page_dump bitmap
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
2020-09-21 markjWeaken assertions in pmap_l1_to_l2() and pmap_l2_to_l3().
2020-09-19 mmelAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 markjAssert we are not traversing through superpages in...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-15 traszMove SV_ABI_ERRNO translation into linux-specific code...
2020-09-15 andrewUse ATTR_DEFAULT in the arm64 locore.S
2020-09-14 scottlRefine the busdma template interface. Provide tools...
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 mhornearm64: export new HWCAP features
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-03 andrewSwitch to an empty ttbr0 pagetable when the MMU is...
2020-09-02 markjInclude the psind in data returned by mincore(2).
2020-09-02 markjAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 andrewPartially revert r365069.
2020-09-01 mjgarm64: clean up empty lines in .c and .h files
2020-09-01 andrewEnsure the tlbi has completed before setting SCTLR
2020-09-01 andrewSupport stage 2 arm64 pmap in more places
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-26 scottpharm64/acpi: Give the real PA limit to ACPI
2020-08-26 scottpharm64: Make local stores observable before sending...
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-23 kibPass pointers to info parsed from notes, to brandinfo...
2020-08-23 kibStyle.
2020-08-15 dimMerge ^/head r364251 through r364263.
2020-08-15 mhornearm64: parse HWCAP values using user_cpu_desc
2020-08-15 mhornearm64: update instruction set attribute register defini...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
next