]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
Update r332860 by changing the default from suppressing post-panic
[FreeBSD/FreeBSD.git] / sys / x86 /
2018-04-24 kibUse relaxed atomics to access the monitor line.
2018-04-24 avgadd a new ACPI suspend debugging knob, debug.acpi.suspe...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-18 jhbFix two off-by-one errors when allocating MSI and MSI...
2018-04-14 cemcpufreq: Remove error-prone table terminators in favor...
2018-04-13 kibi386 4/4G split.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 roygerx86: fix trampoline memory allocation after r332073
2018-04-06 roygerremove GiB/MiB macros from param.h
2018-04-05 roygerx86: improve reservation of AP trampoline memory
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-03 avgfix i386 build with CPU_ELAN (LINT for instance) after...
2018-04-03 avgfix signatures of cpu_reset_real and cpu_reset_proxy...
2018-04-02 avgunify amd64 and i386 cpu_reset() in x86/cpu_machdep.c
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 jeffRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-27 jhbRemove very old and unused signal information codes.
2018-03-27 jeffBackout r331606 until I can identify why it does not...
2018-03-27 jeffOnly use CPUs in the domain the device is attached...
2018-03-24 philipImport tzdata 2018d
2018-03-23 jhbAdd a workaround to the hypervisor detection for older...
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-20 kibMove the CR0.WP manipulation KPI to x86.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-19 jhbFix a typo.
2018-03-17 emasteANSIfy 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.
next