]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
mtx: add mtx_spin_wait_unlocked
[FreeBSD/FreeBSD.git] / sys / x86 /
2018-02-18 Mark JohnstonDon't include DMAR map entry zone items in kernel dumps.
2018-02-18 Alexander MotinMFV r324198: 8081 Compiler warnings in zdb
2018-02-18 Alexander MotinMFV r323911:
2018-02-16 Konstantin BelousovRemove unused symbols.
2018-02-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 Roger Pau Monnéxen/pv: remove the attach of the ISA bus from the Xen...
2018-02-15 Andriy GaponMFV r329313: 8857 zio_remove_child() panic due to alrea...
2018-02-15 Mateusz Guzikxen: fix smp boot after r328157
2018-02-13 Konstantin BelousovFix build with gas.
2018-02-12 Warner LoshMove __va_list and related defines to sys/sys/_types.h
2018-02-09 Jung-uk KimMFV: r329072
2018-02-08 Jung-uk KimMFV: r329021
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 BelousovExpand IBRS TLA in sysctl help lines.
2018-01-31 Konstantin BelousovIBRS support, AKA Spectre hardware mitigation.
2018-01-31 Konstantin BelousovDo not enable PTI when IA32_ARCH_CAP_RDCL_NO bit is...
2018-01-29 Warner LoshAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-28 Alexander MotinAssume Always Running APIC Timer for AMD CPU families...
2018-01-27 Kyle EvansMFV r328490: Update libfdt to github:f1879e1
2018-01-27 Konstantin BelousovUse PCID to optimize PTI.
2018-01-27 Konstantin BelousovFix native_lapic_ipi_alloc().
2018-01-24 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 Martin MatuskaMFV r328323,328324:
2018-01-24 Philip PaepsImport tzdata 2018c
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 Pedro F. GiffuniUnsign some values related to allocation.
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-19 Ed MasteEnable KPTI by default on amd64 for non-AMD CPUs
2018-01-18 Kyle Evanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 Konstantin BelousovPTI for amd64.
2018-01-16 Ian LeporeRemove redundant critical_enter/exit() calls. The...
2018-01-16 Ian LeporeMove some code around and rename a couple variables...
2018-01-16 Philip PaepsImport tzdata 2018a
2018-01-16 Ian LeporeAdd static inline rtcin_locked() and rtcout_locked...
2018-01-15 Pedro F. Giffunix86: make some use of mallocarray(9).
2018-01-15 Ian LeporeConvert the x86 RTC driver to use new validated BCD...
2018-01-14 Konstantin BelousovEnumerate and print Intel CPU features for Speculative...
2018-01-14 Jeff RobersonMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-14 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 Conrad Meyeramd64: Add a 48-bit MAXADDR constant
2018-01-13 Dimitry AndricMerge ^/head r327886 through r327930.
2018-01-12 Jeff RobersonAdd support for NUMA domains to bus dma tags. This...
2018-01-12 Jeff RobersonImplement 'domainset', a cpuset based NUMA policy mecha...
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-03 Konstantin BelousovUse the new SDM-approved way to serialize x2APIC MSR...
2018-01-01 Konstantin BelousovAdd CR4.SMAP control bit.
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-28 Marius StroblWith the advent of interrupt remapping, Intel has repur...
2017-12-25 Poul-Henning KampIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-24 Dimitry AndricMerge ^/head r327165 through r327168.
2017-12-24 Warner LoshFurther investigation shows this shouldn't have been...
2017-12-24 Dimitry AndricMerge ^/head r327150 through r327164.
2017-12-24 Warner LoshComment this out until I have time to get to the bottom...
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.
2017-12-24 Dimitry AndricMerge lld trunk r321414 to contrib/llvm/tools/lld.
2017-12-24 Dimitry AndricMerge clang trunk r321414 to contrib/llvm.
2017-12-24 Dimitry AndricMerge llvm trunk r321414 to contrib/llvm.
2017-12-23 Warner LoshWarn when nonPNP ISA devices are attached in GENERIC...
2017-12-23 Konstantin BelousovAdd missed AVX512VL (128 and 256 bit vector length...
2017-12-21 Bruce EvansUse resume_cpus() instead of restart_cpus() to resume...
2017-12-20 Dimitry AndricMerge libc++ trunk r321017 to contrib/libc++.
2017-12-20 Dimitry AndricMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 Dimitry AndricMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 Dimitry AndricMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 Dimitry AndricMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 Dimitry AndricMerge llvm trunk r321017 to contrib/llvm.
2017-12-18 Bruce EvansRemove the permanent double mapping of low physical...
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-11-30 Pedro F. GiffuniSPDX: use the Beerware identifier.
2017-11-30 Jung-uk KimProperly skip the first CPU. It only accidentally...
2017-11-30 Pedro F. GiffuniSPDX: Fix some cases wrongly attributed to MIT.
2017-11-30 Jung-uk KimAdd a tunable "debug.hwpstate_verify" to check P-state...
2017-11-29 Jung-uk KimFix style(9).
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
next