]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Put a workaround in for command timeout malfunctioning
[FreeBSD/FreeBSD.git] / sys / arm64 /
2018-02-20 kibvm_wait() rework.
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 impMove __va_list and related defines to sys/sys/_types.h
2018-02-09 jkimMFV: r329072
2018-02-08 markjUse vm_page_unwire_noq() instead of directly modifying...
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 andrewOnly promote userspace mappings to superpages. This...
2018-01-28 mmelRemove #endif forgotten in r328510.
2018-01-28 mmelFix handling of I-cache sync operations
2018-01-27 mmelFix pmap_fault().
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 brSet the base address of translation table 0.
2018-01-18 andrewAdd a pmap invalidate that doesn't call sched_pin.
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-15 pfgarm: make some use of mallocarray(9).
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffAdd support for NUMA domains to bus dma tags. This...
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-12 andrewWorkaround Spectre Variant 2 on arm64.
2018-01-11 andrewiAdd ACPI attachments the the GIC and GICv3 interrupt...
2018-01-11 andrewAdd the start of INTRNG support for ACPI.
2018-01-11 mmelInitialize CONTEXTIDR register on secondary cores by...
2018-01-09 andrewAdd a framework to install CPU errata on arm64. Each...
2018-01-08 andrewOnly install the new pagetable pointer into ttbr0_el1...
2018-01-08 andrewMove some of the common thread switching code into...
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-04 kevansif_awg: Use syscon prop if it exists
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-25 phkIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 kibAdd atomic_load(9) and atomic_store(9) operations.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-07 bdeMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-04 andrewUse the module pointer to find the address we need...
2017-12-03 edMake COMPAT_FREEBSD32 part of GENERIC on arm64.
2017-11-30 edPort cloudabi32.ko to FreeBSD/arm64.
2017-11-30 pfgSPDX: Consider code from Carnegie-Mellon University.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 andrewFix the direction we move the instruction to retuirn...
2017-11-28 andrewWhen we exit the kernel debugger having entered because...
2017-11-28 kibFix index calculation for the page table pages for...
2017-11-27 andrewSet the kernel file name so the kern.bootfile sysctl...
2017-11-26 edAdd a Saved Process Status Register bit for AArch32...
2017-11-26 edCorrect some more places where TO_PTR() should be used.
2017-11-26 edUse TO_PTR() to convert integers to pointers.
2017-11-26 edMake 32-bit system calls end up in svc_handler().
2017-11-26 andrewMake the arm64 pmap_invalidate functions static inline...
2017-11-24 emasteTemporarily disable VIMAGE on arm64
2017-11-24 hselaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 edSet CP15BEN in SCTLR to make memory barriers work in...
2017-11-24 edAdd rudimentary support for building FreeBSD/arm64...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 andrewEnsure we check the program state set in the trap frame...
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-21 andrewAdd a driver for the EFI RTC. This uses the EFI Runtime...
2017-11-21 andrewWhen fpcurthread is not the current thread it may be...
2017-11-20 delphijMFV r326007: less v529.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 andrewAllocate the ITS translation table with a 64k page...
2017-10-31 andrewAs with r325242 use mp_maxid when iterating over CPUs...
2017-10-31 andrewUse mp_maxid when iterating over CPUs as we may have...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-29 eadlerUpdate several more URLs
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-25 manuloader.efi: Make framebuffer commands available for...
2017-10-23 markjFix the VM_NRESERVLEVEL == 0 build.
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-21 mmelAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-20 bzWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
2017-10-18 markjMove kernel dump offset tracking into MI code.
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-10 andrewSupport the EFI Runtime Services on arm64. As with...
2017-10-10 andrewAdd machine/fpu.h on arm64 for compatibility with amd64.
2017-10-10 andrewMove the pmap_l0_index, etc. macros to pte.h. These...
2017-10-06 baptImport 1.14.3
next