]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Improve command lifecycle debugging and detection of problems.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Ed MasteRationalize license text on Linuxolator files
2018-02-16 Konstantin BelousovUse local symbol for offset.
2018-02-16 Andriy Gaponmove vintr_intercept_enabled under INVARIANTS
2018-02-16 Anish GuptaThis change fixes duplicate detection of same IOMMU...
2018-02-15 Jung-uk KimChange size of padding to reflect reality. No function...
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-14 Conrad Meyerx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-13 Ed Masteamd64/pmap: Move Foundation copyright to the 2-clause...
2018-02-13 Hans Petter SelaskyImport the mthca kernel side infiniband driver from...
2018-02-12 Jeff RobersonMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 Jonathan T. LooneyMark the pages used for the initial page-table entries...
2018-02-12 Warner LoshWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-12 Tycho NightingaleProvide further mitigation against CVE-2017-5715 by...
2018-02-09 Jung-uk KimMFV: r329072
2018-02-09 Jonathan T. LooneyOn bootup, the amd64 pmap initialization code creates...
2018-02-08 Mark JohnstonUse vm_page_unwire_noq() instead of directly modifying...
2018-02-08 Jung-uk KimMFV: r329021
2018-02-06 Jeff RobersonUse per-domain locks for vm page queue free. Move...
2018-02-05 Ed MasteAdditional linuxolator whitespace cleanup, missed in...
2018-02-05 Ed MasteLinuxolator whitespace cleanup
2018-02-02 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-01 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 Konstantin BelousovWhen switching IBRS on, also enable STIBP (Single Threa...
2018-01-31 Konstantin BelousovIBRS support, AKA Spectre hardware mitigation.
2018-01-31 Andriy Gaponvmm/svm: post LAPIC interrupts using event injection...
2018-01-30 John BaldwinEnsure 'name' is not NULL before passing to strcmp().
2018-01-29 Bryan DreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-29 Warner LoshAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-27 Konstantin BelousovUse PCID to optimize PTI.
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Edward Tomasz Napi... Add SPDX identifiers to linux_ptrace.c and cfumass.c.
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
2018-01-23 Ed MasteUse BSD-2-Clause-FreeBSD license on linux_support.s
2018-01-22 Alexander MotinMFV r328255: 8972 zfs holds: In scripted mode, do not...
2018-01-22 Alexander MotinMFV r328253: 8835 Speculative prefetch in ZFS not worki...
2018-01-22 Alexander MotinMFV r328251: 8652 Tautological comparisons with ZPROP_INVAL
2018-01-22 Alexander MotinMFV r328249:
2018-01-22 Alexander MotinMFV r328247: 8959 Add notifications when a scrub is...
2018-01-22 Alexander MotinMFV r328245: 8856 arc_cksum_is_equal() doesn't take...
2018-01-22 Alexander MotinMFV r328233:
2018-01-21 Alexander MotinMFV r328231: 8897 zpool online -e fails assertion when...
2018-01-21 Alexander MotinMFV r328229:
2018-01-21 Alexander MotinMFV r328227: 8909 8585 can cause a use-after-free kerne...
2018-01-21 Alexander MotinMFV r328225: 8603 rename zilog's "zl_writer_lock" to...
2018-01-21 Alexander MotinMFV r328220: 8677 Open-Context Channel Programs
2018-01-21 Pedro F. GiffuniRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 Konstantin BelousovUse correct symbol name in r328202.
2018-01-20 Konstantin BelousovUse predefined symbol for the CR3.PCID mask.
2018-01-20 Roger Pau Monnéxen: fix IDT setup after PTI
2018-01-19 Konstantin BelousovPTI: Trap if we returned to userspace with kernel ...
2018-01-19 Nathan WhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-19 Ed MasteEnable KPTI by default on amd64 for non-AMD CPUs
2018-01-18 John BaldwinUse a dedicated per-CPU stack for machine check exceptions.
2018-01-18 John BaldwinRemove two no-longer-used labels from the NMI interrupt...
2018-01-18 John BaldwinAdjust branch target in NMI handler for the !PTI case.
2018-01-18 Konstantin BelousovMove the kernphys declaration to machine/md_var.h.
2018-01-18 Konstantin BelousovFix compilation with gcc.
2018-01-18 Konstantin BelousovFix compilation with gas.
2018-01-18 Konstantin BelousovRemove the 'last' argument from the pmap_pti_free_page().
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 John BaldwinSave and restore guest debug registers.
2018-01-17 Mark JohnstonAnnotate a couple of changes from r328083.
2018-01-17 Konstantin BelousovPTI for amd64.
2018-01-17 Konstantin BelousovAmd64 user_ldt_deref() is not used outside sys_machdep...
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-15 Pedro F. Giffunix86: make some use of mallocarray(9).
2018-01-15 Tycho NightingaleProvide some mitigation against CVE-2017-5715 by cleari...
2018-01-14 Konstantin BelousovAdd STAC and CLAC instructions wrappers.
2018-01-14 Jeff RobersonMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Jeff RobersonImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 Dimitry AndricMerge ^/head r327624 through r327885.
2018-01-11 Konstantin BelousovFix grammar.
2018-01-11 Konstantin BelousovRemove redundand CLD instructions.
2018-01-11 Konstantin BelousovDo not clear %RFLAGS.DF on fast syscall entry.
2018-01-11 Konstantin BelousovMove the hardware setup for fast syscalls into a common...
2018-01-11 Konstantin BelousovRename COMMON_TSS_RSP0 to TSS_RSP0.
2018-01-11 Konstantin BelousovUpdate comment explaining the check, to reality.
2018-01-10 Conrad Meyerx86: Document purpose of _safe variants of {rd,wr}msr()
2018-01-09 Andriy Gaponvmm/svm: contigmalloc of the whole svm_softc is excessive
2018-01-06 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-01-06 Dimitry AndricMerge ^/head r327341 through r327623.
2018-01-05 Jung-uk KimMerge ACPICA 20180105.
2018-01-05 Konstantin BelousovMake it possible to re-evaluate cpu_features.
2018-01-05 Andriy GaponFix a couple of comments in AMD Virtual Machine Control...
2018-01-01 Konstantin BelousovAvoid re-check of usermode condition.
2017-12-31 Konstantin BelousovRemove MP SAFE marks and stray register name in comments.
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-29 Dimitry AndricMerge ^/head r327169 through r327340.
2017-12-29 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-27 Eitan Adlerkernel: Fix several typos and minor errors
2017-12-24 Dimitry AndricMerge ^/head r326936 through r327149.
2017-12-24 Dimitry AndricMerge libc++ trunk r321414 to contrib/libc++.
2017-12-24 Dimitry AndricMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 Dimitry AndricMerge lldb trunk r321414 to contrib/llvm/tools/lldb.
next