]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Add support for decoding the type of a cmsg.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Jeff RobersonAdd support for NUMA domains to bus dma tags. This...
2018-01-12 Jeff RobersonImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-12 Andrew TurnerWorkaround Spectre Variant 2 on arm64.
2018-01-11 Andrew TurneriAdd ACPI attachments the the GIC and GICv3 interrupt...
2018-01-11 Andrew TurnerAdd the start of INTRNG support for ACPI.
2018-01-11 Michal MelounInitialize CONTEXTIDR register on secondary cores by...
2018-01-09 Andrew TurnerAdd a framework to install CPU errata on arm64. Each...
2018-01-08 Andrew TurnerOnly install the new pagetable pointer into ttbr0_el1...
2018-01-08 Andrew TurnerMove some of the common thread switching code into...
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-04 Kyle Evansif_awg: Use syscon prop if it exists
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-25 Poul-Henning KampIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 Konstantin BelousovAdd atomic_load(9) and atomic_store(9) operations.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Bruce EvansMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-04 Andrew TurnerUse the module pointer to find the address we need...
2017-12-03 Ed SchoutenMake COMPAT_FREEBSD32 part of GENERIC on arm64.
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-11-30 Ed SchoutenPort cloudabi32.ko to FreeBSD/arm64.
2017-11-30 Pedro F. GiffuniSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Andrew TurnerFix the direction we move the instruction to retuirn...
2017-11-28 Andrew TurnerWhen we exit the kernel debugger having entered because...
2017-11-28 Konstantin BelousovFix index calculation for the page table pages for...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Andrew TurnerSet the kernel file name so the kern.bootfile sysctl...
2017-11-26 Ed SchoutenAdd a Saved Process Status Register bit for AArch32...
2017-11-26 Ed SchoutenCorrect some more places where TO_PTR() should be used.
2017-11-26 Ed SchoutenUse TO_PTR() to convert integers to pointers.
2017-11-26 Ed SchoutenMake 32-bit system calls end up in svc_handler().
2017-11-26 Andrew TurnerMake the arm64 pmap_invalidate functions static inline...
2017-11-24 Ed MasteTemporarily disable VIMAGE on arm64
2017-11-24 Hans Petter SelaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 Ed SchoutenSet CP15BEN in SCTLR to make memory barriers work in...
2017-11-24 Ed SchoutenAdd rudimentary support for building FreeBSD/arm64...
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Ed SchoutenDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 Andrew TurnerEnsure we check the program state set in the trap frame...
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-21 Andrew TurnerAdd a driver for the EFI RTC. This uses the EFI Runtime...
2017-11-21 Andrew TurnerWhen fpcurthread is not the current thread it may be...
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Hans Petter SelaskyMerge ^/head r325505 through r325662.
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-08 Jeff RobersonReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
2017-11-04 Enji CooperMFhead@r325383
2017-11-02 Simon J. GerratyUpdate to bmake-20171028
2017-11-02 Jung-uk KimMerge OpenSSL 1.0.2m.
2017-10-31 Andrew TurnerAllocate the ITS translation table with a 64k page...
2017-10-31 Andrew TurnerAs with r325242 use mp_maxid when iterating over CPUs...
2017-10-31 Andrew TurnerUse mp_maxid when iterating over CPUs as we may have...
2017-10-31 Marcin WojtasUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-30 Enji CooperMFhead@r325119
2017-10-29 Eitan AdlerUpdate several more URLs
2017-10-28 Philip PaepsImport tzdata 2017c
2017-10-27 Andriy GaponMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-26 Enji CooperMFhead@r325004
2017-10-25 Emmanuel Vadotloader.efi: Make framebuffer commands available for...
2017-10-23 Mark JohnstonFix the VM_NRESERVLEVEL == 0 build.
2017-10-22 Mark JohnstonMFV r323105 (partial): 8300 fix man page issues found...
2017-10-21 Enji CooperMFhead@r324837
2017-10-21 Emmanuel Vadotdts: Update our device tree sources file fomr Linux...
2017-10-21 Michal MelounAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-20 Bjoern A. ZeebWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
2017-10-18 Mark JohnstonMove kernel dump offset tracking into MI code.
2017-10-10 Jung-uk KimMerge ACPICA 20170929 (take 2).
2017-10-10 Enji CooperMFhead@r324497
2017-10-10 Andrew TurnerSupport the EFI Runtime Services on arm64. As with...
next