aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* amd64: Eliminate write only cpu_fxsr.Dmitry Chagin2023-02-011-0/+1
* minidump: Parameterize minidumpsys()Mitchell Horne2021-11-191-2/+2
* i386: Make setidt_disp a size_t instead of uintptr_tMark Johnston2021-06-011-1/+1
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-211-1/+0
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-0/+2
* Remove unused bcopyb.Warner Losh2018-05-101-1/+0
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-241-0/+2
* i386 4/4G split.Konstantin Belousov2018-04-131-0/+5
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Reset the fs and gs bases on exec(2).Konstantin Belousov2017-10-091-0/+2
* Revert r323722. A better fix will be committed shortly, as well asKonstantin Belousov2017-09-281-1/+0
* Fix handling of the segment registers on i386.Konstantin Belousov2017-09-181-0/+1
* Split identify_cpu() into two functions for amd64 as we do for i386. ThisJung-uk Kim2017-08-091-1/+0
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-151-0/+1
* Remove duplicate definition of get_pcb_td(). gcc works for detectingBruce Evans2016-08-151-1/+0
* Type of the interrupt handlers on x86 cannot be expressed in C.Konstantin Belousov2016-03-291-1/+0
* Merge common parts of i386 and amd64 md_var.h and smp.h intoKonstantin Belousov2015-12-071-65/+2
* Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUIDKonstantin Belousov2015-08-031-0/+1
* Reduce code duplication. Add helper fill_based_sd(9) which creates aKonstantin Belousov2015-06-291-0/+2
* 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
* MFamd64: Add support for extended FPU states on i386. This includesJohn Baldwin2014-11-021-0/+9
* MFamd64: Move extern declaration of _ucodesel and _udatasel toJohn Baldwin2014-11-021-0/+2
* 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
* MFamd64: Use initializecpu() to set various model-specific registers onJohn Baldwin2014-09-101-1/+1
* To workaround an errata on certain Pentium Pro CPUs, i386 disablesJohn Baldwin2014-09-101-0/+1
* Move code to set various MSRs on AMD cpus out of printcpuinfo() andJohn Baldwin2014-09-101-5/+0
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.John Baldwin2014-09-041-0/+1
* - Move prototypes for various functions into out of C files and intoJohn Baldwin2014-09-041-2/+13
* x86: detect mwait capabilities and extensions, when presentAndriy Gapon2013-07-281-0/+3
* Add SMP/i386 suspend/resume support.Mitsuru IWASAKI2012-05-181-0/+1
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizeKonstantin Belousov2010-06-231-10/+0
* Adapt r204907 and r205402, the amd64 implementation of the workaround forAlan Cox2010-03-241-0/+1
* As was done in r195820 for amd64, use clflush for flushing cache linesKonstantin Belousov2009-07-291-0/+1
* 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
* Initialise (if necessary) the VIA C3/C7 features.Michael Reifenberger2006-07-121-0/+2
* Use the method described in IA-32 Intel Architecture Software Developer'sDavid Xu2006-05-301-0/+1
* Merge minidumps from amd64 where they were originally developed.Peter Wemm2006-04-211-0/+6
* - Print number of physical/logical cores and more CPUID info.Jung-uk Kim2005-10-141-0/+2
* Begin promoting the AMD-originated feature flags to first class flags, nowPeter Wemm2005-06-301-1/+3
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.David E. O'Brien2005-05-161-1/+1
* Move pc98 specific parts to the pc98 specific file.Warner Losh2005-04-031-4/+0
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+0
* - is_physical_memory()'s parameter, which is a physical address, should beAlan Cox2004-04-111-1/+1
* Add struct definition of the Elan MMCR registers (from jb@)Poul-Henning Kamp2004-01-051-1/+0