]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Correct some comments after r328954.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-02-23 cemRemove unused error return from API that cannot fail
2018-02-23 emasteUse linux types for linux-specific syscalls
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-22 mavMFV r329799, r329800:
2018-02-22 emasteRemove accidental vim droppings
2018-02-22 emasteCorrect proper nouns in the Linuxulator
2018-02-22 jhbAdd two new ioctls to bhyve for batch register fetch...
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
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-16 emasteRationalize license text on Linuxolator files
2018-02-16 kibUse local symbol for offset.
2018-02-16 avgmove vintr_intercept_enabled under INVARIANTS
2018-02-16 anishThis change fixes duplicate detection of same IOMMU...
2018-02-15 jkimChange size of padding to reflect reality. No function...
2018-02-14 cemx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-13 emasteamd64/pmap: Move Foundation copyright to the 2-clause...
2018-02-13 hselaskyImport the mthca kernel side infiniband driver from...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 jtlMark the pages used for the initial page-table entries...
2018-02-12 impWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-12 tychonProvide further mitigation against CVE-2017-5715 by...
2018-02-09 jkimMFV: r329072
2018-02-09 jtlOn bootup, the amd64 pmap initialization code creates...
2018-02-08 markjUse vm_page_unwire_noq() instead of directly modifying...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-05 emasteAdditional linuxolator whitespace cleanup, missed in...
2018-02-05 emasteLinuxolator whitespace cleanup
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibWhen switching IBRS on, also enable STIBP (Single Threa...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-31 avgvmm/svm: post LAPIC interrupts using event injection...
2018-01-30 jhbEnsure 'name' is not NULL before passing to strcmp().
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-27 kibUse PCID to optimize PTI.
2018-01-24 traszAdd SPDX identifiers to linux_ptrace.c and cfumass.c.
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-23 emasteUse BSD-2-Clause-FreeBSD license on linux_support.s
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 kibUse correct symbol name in r328202.
2018-01-20 kibUse predefined symbol for the CR3.PCID mask.
2018-01-20 roygerxen: fix IDT setup after PTI
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-19 emasteEnable KPTI by default on amd64 for non-AMD CPUs
2018-01-18 jhbUse a dedicated per-CPU stack for machine check exceptions.
2018-01-18 jhbRemove two no-longer-used labels from the NMI interrupt...
2018-01-18 jhbAdjust branch target in NMI handler for the !PTI case.
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 kibRemove the 'last' argument from the pmap_pti_free_page().
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 markjAnnotate a couple of changes from r328083.
2018-01-17 kibPTI for amd64.
2018-01-17 kibAmd64 user_ldt_deref() is not used outside sys_machdep...
2018-01-15 pfgx86: make some use of mallocarray(9).
2018-01-15 tychonProvide some mitigation against CVE-2017-5715 by cleari...
2018-01-14 kibAdd STAC and CLAC instructions wrappers.
2018-01-14 jeffMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-11 kibFix grammar.
2018-01-11 kibRemove redundand CLD instructions.
2018-01-11 kibDo not clear %RFLAGS.DF on fast syscall entry.
2018-01-11 kibMove the hardware setup for fast syscalls into a common...
2018-01-11 kibRename COMMON_TSS_RSP0 to TSS_RSP0.
2018-01-11 kibUpdate comment explaining the check, to reality.
2018-01-10 cemx86: Document purpose of _safe variants of {rd,wr}msr()
2018-01-09 avgvmm/svm: contigmalloc of the whole svm_softc is excessive
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-05 kibMake it possible to re-evaluate cpu_features.
2018-01-05 avgFix a couple of comments in AMD Virtual Machine Control...
2018-01-01 kibAvoid re-check of usermode condition.
2017-12-31 kibRemove MP SAFE marks and stray register name in comments.
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-27 eadlerkernel: Fix several typos and minor errors
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-21 tychonRecognize a pending virtual interrupt while emulating...
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-11 markjPass the trap frame to fasttrap hooks.
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 avgamd-vi: set iommu msi configuration using pci_enable_ms...
next