aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* Update L1TF workaround to sustain L1D pollution from NMI.Konstantin Belousov2018-08-191-0/+1
* Add Intel Spec Store Bypass Disable control.Konstantin Belousov2018-05-211-0/+1
* Move the CR0.WP manipulation KPI to x86.Konstantin Belousov2018-03-201-2/+0
* Provide KPI for handling of rw/ro kernel text.Konstantin Belousov2018-03-201-0/+2
* IBRS support, AKA Spectre hardware mitigation.Konstantin Belousov2018-01-311-0/+1
* Move the kernphys declaration to machine/md_var.h.Konstantin Belousov2018-01-181-0/+6
* Move the hardware setup for fast syscalls into a common function.Konstantin Belousov2018-01-111-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Lower the amd64 shared page, which contains the signal trampoline,Don Lewis2017-08-021-1/+4
* On amd64, declare sse2_pagezero() and start using it again, but onlyBruce Evans2016-08-291-0/+1
* Type of the interrupt handlers on x86 cannot be expressed in C.Konstantin Belousov2016-03-291-3/+0
* Remove redundant ctx_switch_xsave declaration in sys/amd64/include/md_var.hEnji Cooper2015-12-221-1/+0
* Merge common parts of i386 and amd64 md_var.h and smp.h intoKonstantin Belousov2015-12-071-72/+5
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDKonstantin Belousov2015-08-031-0/+1
* Update print_INTEL_TLB() by the tag values from the Intel SDMKonstantin Belousov2015-06-061-0/+1
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-0/+1
* Move some common code from sys/amd64/amd64/machdep.c andKonstantin Belousov2015-04-221-0/+1
* For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of PagingKonstantin Belousov2015-01-121-0/+1
* Rework virtual machine hypervisor detection.John Baldwin2014-10-281-0/+2
* Pass up the error status of minidumpsys() to its callers.Mark Johnston2014-10-081-1/+1
* - Move prototypes for various functions into out of C files and intoJohn Baldwin2014-09-041-0/+3
* Move fpusave() wrapper for suspend hander to sys/amd64/amd64/fpu.c.Jung-uk Kim2014-03-041-1/+0
* x86: detect mwait capabilities and extensions, when presentAndriy Gapon2013-07-281-0/+3
* Fix the hardware watchpoints on SMP amd64. Load the updated %drKonstantin Belousov2013-05-211-0/+1
* Provide the reading and display of the Standard Extended Features,Konstantin Belousov2012-11-011-0/+1
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usageKonstantin Belousov2012-07-141-0/+1
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-0/+10
* Put amd64_syscall() prototype in md_var.h.Konstantin Belousov2011-09-151-0/+1
* Handle a case when non-canonical address is loaded into the fsbase orKonstantin Belousov2010-04-101-0/+4
* Implement AMD's recommended workaround for Erratum 383 on Family 10hAlan Cox2010-03-091-0/+1
* Amd64 init_secondary() calls initializecpu() while curthread is stillKonstantin Belousov2009-11-131-0/+1
* When the page caching attributes are changed, after new mapping isKonstantin Belousov2009-07-221-0/+1
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-0/+13
* Add basic amd64 support for VIA Nano processors.Jung-uk Kim2009-01-121-0/+2
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-0/+1
* Detect Advanced Power Management Information for AMD CPUs.Jung-uk Kim2008-10-211-0/+1
* Remove extern struct pcpu __pcpu[]; from the header file andAlexander Kabaev2007-05-191-2/+0
* Revert previous change.Craig Rodrigues2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type toCraig Rodrigues2007-01-181-1/+1
* MFi386:David Xu2006-06-191-0/+1
* Introduce minidumps. Full physical memory crash dumps are still availablePeter Wemm2006-04-211-0/+6
* - Print number of physical/logical cores and more CPUID info.Jung-uk Kim2005-10-141-0/+2
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+0
* Initial PG_NX support (no-execute page bit)Peter Wemm2004-06-081-1/+3
* - is_physical_memory()'s parameter, which is a physical address, should beAlan Cox2004-04-111-1/+1
* - Add an optimized page copy function for use by pmap_copy_page(). It isAlan Cox2004-03-311-2/+3
* Re-add user_dbreg_trap() for debug register supportPeter Wemm2004-01-291-0/+1
* remove elan_mmcr, I'm not sure I understand what it did here in thePoul-Henning Kamp2004-01-171-1/+0
* Initial landing of SMP support for FreeBSD/amd64.Peter Wemm2003-11-171-1/+4
* Move basemem variable into global scope so that the MP startup code canPeter Wemm2003-09-221-0/+1