| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | amd64: Eliminate write only cpu_fxsr. | Dmitry Chagin | 2023-02-01 | 1 | -0/+1 |
| * | minidump: Parameterize minidumpsys() | Mitchell Horne | 2021-11-19 | 1 | -2/+2 |
| * | i386: Make setidt_disp a size_t instead of uintptr_t | Mark Johnston | 2021-06-01 | 1 | -1/+1 |
| * | Move vm_page_dump bitset array definition to MI code | D Scott Phillips | 2020-09-21 | 1 | -1/+0 |
| * | i386: Merge PAE and non-PAE pmaps into same kernel. | Konstantin Belousov | 2019-01-30 | 1 | -0/+2 |
| * | Remove unused bcopyb. | Warner Losh | 2018-05-10 | 1 | -1/+0 |
| * | Fix futexes on i386 after the 4/4G split. | Konstantin Belousov | 2018-04-24 | 1 | -0/+2 |
| * | i386 4/4G split. | Konstantin Belousov | 2018-04-13 | 1 | -0/+5 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Reset the fs and gs bases on exec(2). | Konstantin Belousov | 2017-10-09 | 1 | -0/+2 |
| * | Revert r323722. A better fix will be committed shortly, as well as | Konstantin Belousov | 2017-09-28 | 1 | -1/+0 |
| * | Fix handling of the segment registers on i386. | Konstantin Belousov | 2017-09-18 | 1 | -0/+1 |
| * | Split identify_cpu() into two functions for amd64 as we do for i386. This | Jung-uk Kim | 2017-08-09 | 1 | -1/+0 |
| * | Remove 'cpu' and 'cpu_class' on amd64. | John Baldwin | 2016-09-15 | 1 | -0/+1 |
| * | Remove duplicate definition of get_pcb_td(). gcc works for detecting | Bruce Evans | 2016-08-15 | 1 | -1/+0 |
| * | Type of the interrupt handlers on x86 cannot be expressed in C. | Konstantin Belousov | 2016-03-29 | 1 | -1/+0 |
| * | Merge common parts of i386 and amd64 md_var.h and smp.h into | Konstantin Belousov | 2015-12-07 | 1 | -65/+2 |
| * | Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUID | Konstantin Belousov | 2015-08-03 | 1 | -0/+1 |
| * | Reduce code duplication. Add helper fill_based_sd(9) which creates a | Konstantin Belousov | 2015-06-29 | 1 | -0/+2 |
| * | Update print_INTEL_TLB() by the tag values from the Intel SDM | Konstantin Belousov | 2015-06-06 | 1 | -0/+1 |
| * | If x86 CPU implementation of the MWAIT instruction reasonably | Konstantin Belousov | 2015-05-09 | 1 | -0/+1 |
| * | Move some common code from sys/amd64/amd64/machdep.c and | Konstantin Belousov | 2015-04-22 | 1 | -0/+1 |
| * | For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging | Konstantin Belousov | 2015-01-12 | 1 | -0/+1 |
| * | MFamd64: Add support for extended FPU states on i386. This includes | John Baldwin | 2014-11-02 | 1 | -0/+9 |
| * | MFamd64: Move extern declaration of _ucodesel and _udatasel to | John Baldwin | 2014-11-02 | 1 | -0/+2 |
| * | Rework virtual machine hypervisor detection. | John Baldwin | 2014-10-28 | 1 | -0/+2 |
| * | Pass up the error status of minidumpsys() to its callers. | Mark Johnston | 2014-10-08 | 1 | -1/+1 |
| * | MFamd64: Use initializecpu() to set various model-specific registers on | John Baldwin | 2014-09-10 | 1 | -1/+1 |
| * | To workaround an errata on certain Pentium Pro CPUs, i386 disables | John Baldwin | 2014-09-10 | 1 | -0/+1 |
| * | Move code to set various MSRs on AMD cpus out of printcpuinfo() and | John Baldwin | 2014-09-10 | 1 | -5/+0 |
| * | Merge the amd64 and i386 identcpu.c into a single x86 implementation. | John Baldwin | 2014-09-04 | 1 | -0/+1 |
| * | - Move prototypes for various functions into out of C files and into | John Baldwin | 2014-09-04 | 1 | -2/+13 |
| * | x86: detect mwait capabilities and extensions, when present | Andriy Gapon | 2013-07-28 | 1 | -0/+3 |
| * | Add SMP/i386 suspend/resume support. | Mitsuru IWASAKI | 2012-05-18 | 1 | -0/+1 |
| * | Remove unused i586 optimized bcopy/bzero/etc implementations that utilize | Konstantin Belousov | 2010-06-23 | 1 | -10/+0 |
| * | Adapt r204907 and r205402, the amd64 implementation of the workaround for | Alan Cox | 2010-03-24 | 1 | -0/+1 |
| * | As was done in r195820 for amd64, use clflush for flushing cache lines | Konstantin Belousov | 2009-07-29 | 1 | -0/+1 |
| * | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | Jung-uk Kim | 2008-11-26 | 1 | -0/+1 |
| * | Detect Advanced Power Management Information for AMD CPUs. | Jung-uk Kim | 2008-10-21 | 1 | -0/+1 |
| * | Initialise (if necessary) the VIA C3/C7 features. | Michael Reifenberger | 2006-07-12 | 1 | -0/+2 |
| * | Use the method described in IA-32 Intel Architecture Software Developer's | David Xu | 2006-05-30 | 1 | -0/+1 |
| * | Merge minidumps from amd64 where they were originally developed. | Peter Wemm | 2006-04-21 | 1 | -0/+6 |
| * | - Print number of physical/logical cores and more CPUID info. | Jung-uk Kim | 2005-10-14 | 1 | -0/+2 |
| * | Begin promoting the AMD-originated feature flags to first class flags, now | Peter Wemm | 2005-06-30 | 1 | -1/+3 |
| * | Add the 2nd word of IA32 feature flags. This includes things such as SSE3. | David E. O'Brien | 2005-05-16 | 1 | -1/+1 |
| * | Move pc98 specific parts to the pc98 specific file. | Warner Losh | 2005-04-03 | 1 | -4/+0 |
| * | Remove atdevbase and replace it's remaining uses with direct references to | John Baldwin | 2004-06-10 | 1 | -1/+0 |
| * | - is_physical_memory()'s parameter, which is a physical address, should be | Alan Cox | 2004-04-11 | 1 | -1/+1 |
| * | Add struct definition of the Elan MMCR registers (from jb@) | Poul-Henning Kamp | 2004-01-05 | 1 | -1/+0 |