]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/include
Garbage collect trailing whitespace.
[FreeBSD/FreeBSD.git] / sys / amd64 / include /
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-27 kibUse PCID to optimize PTI.
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-19 kibPTI: Trap if we returned to userspace with kernel ...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 jhbUse a dedicated per-CPU stack for machine check exceptions.
2018-01-18 kibMove the kernphys declaration to machine/md_var.h.
2018-01-18 kibFix compilation with gcc.
2018-01-18 kibFix compilation with gas.
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbSave and restore guest debug registers.
2018-01-17 kibPTI for amd64.
2018-01-17 kibAmd64 user_ldt_deref() is not used outside sys_machdep...
2018-01-14 kibAdd STAC and CLAC instructions wrappers.
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-11 kibMove the hardware setup for fast syscalls into a common...
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
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-06 emasteUpdate tcpdump to 4.9.2
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys/amd64: further adoption of SPDX licensing ID tags.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-23 kibRemove lint support from system headers and MD x86...
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-11 baptUpdate to zstd 1.3.2
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 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-22 mjgMake the sleepq chain hash size configurable per-arch...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-16 kibFix the pv_chunks pc_lru tailq handling in reclaim_pv_c...
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 baptImport 1.14.3
2017-10-05 kibOn amd64, mark the set_user_ldt() function as static.
2017-10-02 kibHide kernel stuff from userspace.
2017-10-01 andrewTo prepare for adding EFI runtime services support...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-13 npMFH @ r323558.
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-28 cemDrop CACHE_LINE_SIZE to 64 bytes on x86
2017-08-22 baptImport zstandard 1.3.1
2017-08-21 kibMake WRFSBASE and WRGSBASE instructions functional.
2017-08-21 hselaskyMerge ^/head r322398 through r322746.
2017-08-16 cemx86: Add dynamic interrupt rebalancing
2017-08-16 brAdd support for Intel Software Guard Extensions (Intel...
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-14 kibAdd {rd,wr}{fs,gs}base C wrappers for instructions.
2017-08-11 hselaskyMerge ^/head r321383 through r322397.
2017-08-08 impFail to open efirt device when no EFI on system.
2017-08-04 ngieMFhead@r322057
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-08-03 cemx86: Tag some intrinsics with __pure2
2017-08-02 ngieMFhead@r321912
2017-08-02 truckmanLower the amd64 shared page, which contains the signal...
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-23 hselaskyMerge ^/head r319973 through 321382.
2017-07-23 alcAdd support for pmap_enter(..., psind=1) to the amd64...
2017-07-20 dimMerge ^/head r321239 through r321306.
2017-07-20 rlibbyefi: restrict visibility of EFIABI_ATTR-declared functions
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 jahClean up MD pollution of bus_dma.h:
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-17 dimMerge ^/head r319801 through r320041.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-12 kibMake struct syscall_args visible to userspace compilati...
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
next