]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / arm64 /
2020-12-18 John BaldwinSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 Emmanuel Vadotarm64: rk3399: Export the watchdog clock
2020-12-18 Xin LIMFV r368746:
2020-12-16 Jessica ClarkeFix whitespace in comment modified by r368697
2020-12-16 Michal MelounAllocate right number of pages for the bounced buffers...
2020-12-14 Alexander V. ChernikovEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-14 Michal MelounVerify (and fix) the context_id argument passed to...
2020-12-13 Martin MatuskaMFV r368607:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Mitchell Hornearm64: fix struct l_sigaction_t layout
2020-12-08 John BaldwinCheck that the frame pointer is within the current...
2020-12-08 Andrew TurnerUse a macro to find the offset of kern_ttbr0
2020-12-08 Andrew TurnerFree the arm64 bootparams memory after initarm
2020-12-07 Andrew TurnerEnsure the boot CPU is CPU 0 on arm64
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-05 Michal MelounSimplify startup of secondary cores and store MPIDR...
2020-12-05 Michal MelounAdd basic support for Freescale LX2160A SoC.
2020-12-05 Michal MelounConnect DTB files based on LX2160A SoC to build.
2020-12-05 Conrad MeyerAdd CFI start/end proc directives to arm64, i386, and ppc
2020-12-04 Michal MelounAdd support for RK3288 SoC.
2020-12-01 Oleksandr Tymoshenko[arm64] Bump MAXMEMDOM value to 8 to match amd64
2020-12-01 John BaldwinUse uintptr_t instead of uint64_t for pointers in stack...
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Emmanuel Vadotarm64: Do not rely on SPCR table to detect acpi
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-24 Emmanuel Vadotarm64: Check if we have a map before checking the flags
2020-11-23 Konstantin BelousovLinuxolator: Replace use of eventhandlers by sysent...
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Andrew TurnerFall back to use the GICR address from the generic...
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-17 Conrad Meyer'make sysent' for r367773
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Andrew TurnerStop calling gic_v3_detach when we haven't called gic_v...
2020-11-17 Andrew TurnerAllow the GICv3 ACPI driver to attach to a GICv4
2020-11-16 Ruslan BukinIntroduce IOMMU support for arm64 platform.
2020-11-16 Emmanuel Vadotimx7gpc: Remove unused functions
2020-11-13 Jung-uk KimMFV: r367652
2020-11-09 Bjoern A. Zeebarm64: bs_sr_<N> take II
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-05 Conrad Meyerlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-05 Andrew TurnerStop trying to bounce in memory allocated by bus dma
2020-11-04 Bjoern A. Zeebarm64: implement bs_sr_<N>
2020-11-04 Andrew TurnerAdd the pmap.h changes missed in r367320
2020-11-04 Andrew TurnerAllow the creation of 3 level page tables on arm64
2020-11-02 Ruslan BukinAdd routines for ARM System MMU (SMMU) pmap management.
2020-11-02 Alan CoxTidy up the #includes. Recent changes, such as the...
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.
next