]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Add a missing suffix that was causing a whole word to get loaded instead
[FreeBSD/FreeBSD.git] / sys / amd64 /
2020-03-27 jkimMerge ACPICA 20200326.
2020-03-25 cemExpand generic subword atomic primitives
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 bdragon[PowerPC][Book-E] Fix missing load base in elf_cpu_pars...
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-10 dimMerge ^/head r358832 through r358848.
2020-03-10 mrUntangle TPR shadowing and APIC virtualization.
2020-03-06 dimMerge ^/head r358678 through r358711.
2020-03-05 luporl[aacraid] Port driver to big-endian
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-04 cyMFV r358616:
2020-03-02 mmMFV r358511,r358532:
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 rlibbyamd64 pmap.c: minor codegen optimization in flag access
2020-02-28 rlibbyamd64 atomic.h: minor codegen optimization in flag...
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 brooksRemove trailing whitespace.
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-25 kibFix IBRS for machines with IBRS_ALL capability.
2020-02-18 dimMerge ^/head r358049 through r358074.
2020-02-18 baptUpdate ncurses to 20200118
2020-02-18 chsamd64: keep PTE bitmasks in sync with target pmap durin...
2020-02-16 dimMerge ^/head r357966 through r357999.
2020-02-15 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 mjgamd64: remove no longer needed atomic_load_ptr casts
2020-02-14 mjgMake atomic_load_ptr type-aware
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 mjgamd64: only check for error != 0 in the inlined part...
2020-02-13 kibvmm: Add Hygon Dhyana support.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 mjgamd64: provide custom zpcpu set/add/sub routines
2020-02-12 mjgamd64: store per-cpu allocations subtracted by __pcpu
2020-02-12 mmMFV r357783:
2020-02-11 mjgamd64: remove redundant sa->code assignment from cpu_fe...
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-07 mjgamd64: clean up counter(9)
2020-02-05 markjDefine MAXCPU consistently between the kernel and KLDs.
2020-02-05 emasteregen linuxulator sysent after r357577
2020-02-05 emastelinuxulator: implement sendfile
2020-02-05 markjFix map locking in the CLEAR_PKRU sysarch(2) handler.
2020-02-04 traszRegen after r357503.
2020-02-04 traszAdd missing linux(4) syscall entries. This fixes missi...
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-30 mjgamd64: speed up failing case for memcmp
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-28 mjgamd64: revamp memcmp
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-21 markjRegen.
2020-01-21 markjFix 64-bit syscall argument fetching in 32-bit Linux...
2020-01-21 kibAdd support for Hygon Dhyana Family 18h processor.
2020-01-20 dimMerge ^/head r356848 through r356919.
2020-01-18 kevanssysent targets: further cleanup and deduplication
2020-01-10 kevansSet .ORDER for makesyscalls generated files
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
2020-01-05 mjglocks: add default delay struct
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2020-01-02 kibbhyve: terminate waiting loops if thread suspension...
2019-12-31 traszAdd basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 traszRegen after r356229.
2019-12-31 traszFix definitions for Linux getcpu(2).
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 kaktuslinux(4): implement copy_file_range(2)
2019-12-29 traszImplement Linux syslog(2) syscall; just enough to make...
2019-12-24 bdragonUnbreak build. It seems that mips and amd64 still pull...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 alcMicro-optimize the control flow in _pmap_unwire_ptp...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 alcCorrect a mistakenly inverted condition in r355833.
2019-12-18 alcWhen pmap_enter_{l2,pde}() are called to create a kerne...
2019-12-16 traszAdd compat.linux.emul_path, so it can be set to somethi...
2019-12-14 traszAdd sync_file_range(2) implementation to linux(4);...
2019-12-14 traszRegen after r355752.
2019-12-14 traszFix definitions for linuxulator's sync_file_range(2).
2019-12-13 jhbSupport software breakpoints in the debug server on...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-09 jhbUse 4 byte stack alignment instead of 8 byte.
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-07 kibamd64: properly set the start of the io permission...
2019-12-06 brookssysent: Reduce duplication and improve readability.
2019-12-06 scottlMove the mds, irbs, and ssb mitigation knobs into machd...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 impRegularize my copyright notice
next