]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/include
sysent targets: further cleanup and deduplication
[FreeBSD/FreeBSD.git] / sys / arm64 / include /
2020-01-09 andrewAdd atomic_testandset/clear on arm64.
2020-01-06 andrewAdd more Arm arm64 CPU identification values
2020-01-03 andrewAdd the 8 and 16 bit atomic load/store functions with...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 alcDetermine whether the MMU hardware is capable of updati...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-19 andrewStop speculation past an eret instruction
2019-12-12 andrewAdd comments and macros to the tcr_el1 setting code...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-07 mmelAdd support for booting kernel directly from U-Boot...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 impRegularize my copyright notice
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jhibbitsrevert r354714 "Boot arm64 kernel using booti command...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 andrewAdd kcsan_md_unsupported from NetBSD.
2019-11-21 andrewPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 andrewFix the definition of bus_space_read_stream_8 on arm64.
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-14 jhibbitsBoot arm64 kernel using booti command from U-boot.
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 andrewAdd more 8 and 16 bit variants of the the atomic(9...
2019-11-07 philImport libxo-1.3.0:
2019-11-03 andrewMove the struct debug_monitor_state out of _KERNEL.
2019-11-03 alcUtilize ASIDs to reduce both the direct and indirect...
2019-11-03 andrewAdd support for setting hardware breakpoints from ptrac...
2019-10-30 andrewAllow exceptions to be masked when in userspace
2019-10-30 andrewAllow the userspace ID register fields to be read from...
2019-10-30 andrewMove the MRS instruction decode macros to armreg.h
2019-10-30 andrewUpdate the debug monitor handling to work after userspa...
2019-10-30 andrewRename the macros to extract a single arm64 ID field.
2019-10-25 andrewRemove the arm4 ID register masks, they are not needed...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-11 jhibbitsgcore: Add aarch64 32-bit core support
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-07 alcEliminate an unused declaration. The variable in quest...
2019-10-04 alcThe implementation of arm64_tlb_flushID_SE() was remove...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 markjImplement pmap_page_is_mapped() correctly on arm64...
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-08-29 kibCentralize __pcpu definitions.
2019-08-26 tuexenIdentify eMAG CPU used in Ampere Computing systems.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-16 emasteaarch64: make pmap_change_attr public like on other...
2019-08-16 jeffMove phys_avail definition into MI code. It is consume...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 alcOrdinarily, during a superpage promotion or demotion...
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-01 markjUse ATTR_DBM even when hardware dirty bit management...
2019-07-28 asomersMFHead @r350386
2019-07-23 andrewAs with r350241 use the new UL macro on the main regist...
2019-07-23 andrewEnsure the arm64 ID register fields are 64 bit types.
2019-07-20 manuarm64: Implement HWCAP
2019-07-18 andrewRename arm64 macros in preperation for a script to...
2019-07-16 markjFix the arm64 page table entry attribute mask.
2019-07-15 markjImplement software access and dirty bit management...
2019-07-11 markjFix some ISS bit definitions for data aborts.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-15 julianLightly hide the 'var' inside the macros to read the...
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-20 mmMFV r347989:
2019-05-17 dougmImplement the ffs and fls functions, and their longer...
2019-05-16 kibRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 tychonAllow loading the same DMA address multiple times witho...
2019-05-08 manudts: Import files from Linux 5.1
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-25 mmMFV r345495:
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 kibamd64 KPTI: add control from procctl(2).
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
next