]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
Fix typo and lint/igor warnings
[FreeBSD/FreeBSD.git] / sys / x86 /
2018-03-13 roygerat_rtc: check in ACPI FADT boot flags if the RTC is...
2018-03-12 ianGive the atrtc_time_lock a unique name.
2018-03-12 avgfix r297857, do not modify CPU extension bits under...
2018-03-11 ianRevert r330780, it was improperly tested and results...
2018-03-11 ianRemove MTX_NOPROFILE from atrtc_lock, it was inappropri...
2018-03-11 ianEliminate atrtc_time_lock, and use atrtc_lock for efirt...
2018-03-11 ianEverywhere that multiple registers are accessed in...
2018-03-11 ianUse separate mutexes for atrtc and i8254 locking. ...
2018-03-11 ianConvert atrtc the new style rtc debugging output. ...
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-23 kibDo not return out of bound pointers from intr_lookup_so...
2018-02-23 impDo not include float interfaces when using libsa.
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-18 markjDon't include DMAR map entry zone items in kernel dumps.
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 kibRemove unused symbols.
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 roygerxen/pv: remove the attach of the ISA bus from the Xen...
2018-02-15 mjgxen: fix smp boot after r328157
2018-02-13 kibFix build with gas.
2018-02-12 impMove __va_list and related defines to sys/sys/_types.h
2018-02-09 jkimMFV: r329072
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibExpand IBRS TLA in sysctl help lines.
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-31 kibDo not enable PTI when IA32_ARCH_CAP_RDCL_NO bit is...
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-28 mavAssume Always Running APIC Timer for AMD CPU families...
2018-01-27 kibUse PCID to optimize PTI.
2018-01-27 kibFix native_lapic_ipi_alloc().
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-22 pfgUnsign some values related to allocation.
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-19 emasteEnable KPTI by default on amd64 for non-AMD CPUs
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 kibPTI for amd64.
2018-01-16 ianRemove redundant critical_enter/exit() calls. The...
2018-01-16 ianMove some code around and rename a couple variables...
2018-01-16 ianAdd static inline rtcin_locked() and rtcout_locked...
2018-01-15 pfgx86: make some use of mallocarray(9).
2018-01-15 ianConvert the x86 RTC driver to use new validated BCD...
2018-01-14 kibEnumerate and print Intel CPU features for Speculative...
2018-01-14 jeffMove VM_NUMA_ALLOC and DEVICE_NUMA under the single...
2018-01-14 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-13 cemamd64: Add a 48-bit MAXADDR constant
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffAdd support for NUMA domains to bus dma tags. This...
2018-01-12 jeffImplement 'domainset', a cpuset based NUMA policy mecha...
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-03 kibUse the new SDM-approved way to serialize x2APIC MSR...
2018-01-01 kibAdd CR4.SMAP control bit.
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-28 mariusWith the advent of interrupt remapping, Intel has repur...
2017-12-25 phkIntroduce an architecture-agnostic <sys/_stdarg.h>...
2017-12-24 dimMerge ^/head r327165 through r327168.
2017-12-24 impFurther investigation shows this shouldn't have been...
2017-12-24 dimMerge ^/head r327150 through r327164.
2017-12-24 impComment this out until I have time to get to the bottom...
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-23 impWarn when nonPNP ISA devices are attached in GENERIC...
2017-12-23 kibAdd missed AVX512VL (128 and 256 bit vector length...
2017-12-21 bdeUse resume_cpus() instead of restart_cpus() to resume...
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-18 bdeRemove the permanent double mapping of low physical...
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-11-30 pfgSPDX: use the Beerware identifier.
2017-11-30 jkimProperly skip the first CPU. It only accidentally...
2017-11-30 pfgSPDX: Fix some cases wrongly attributed to MIT.
2017-11-30 jkimAdd a tunable "debug.hwpstate_verify" to check P-state...
2017-11-29 jkimFix style(9).
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys/x86: 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-17 brAdd Intel Processor Trace registers for:
2017-11-16 kibRemove i386 XBOX support.
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-12 brAdd Intel Processor Trace (PT) MSRs.
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
next