summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-5/+5
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-292-8/+11
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-294-312/+1
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and ajhb2008-12-112-0/+9
* Restore memory clobber, to cause mb on the compiler level too.kib2008-12-061-3/+3
* Unconditionally use locked addition of zero to tip of the stack forkib2008-12-051-14/+3
* Integrate 185578 from dfrkmacy2008-12-041-287/+0
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-6/+11
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-263-25/+50
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-222-9/+15
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-0/+28
* Fix general issues with IPI supportkmacy2008-10-242-9/+9
* Fix IPI supportkmacy2008-10-234-9/+31
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-221-0/+17
* don't globally define ipi_bitmap_handler on xenkmacy2008-10-211-0/+2
* Header cleanups and addition of IPI declarations for xenkmacy2008-10-216-32/+40
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+1
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-212-0/+14
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-191-2/+6
* GC unused valueskmacy2008-10-191-3/+0
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.jhb2008-10-011-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-2/+0
* move ipi_pcpu to evtchn.ckmacy2008-09-261-0/+1
* add ipi mappingkmacy2008-09-251-1/+3
* add NPGPTD_SHIFT for the nkpt calculationkmacy2008-09-251-0/+2
* MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GBjhb2008-09-171-0/+6
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-2/+20
* When doing rfork(0), i.e. separating curproc VM from any other user ofkib2008-09-121-0/+1
* Get initial bootstrap of APs working under xen.kmacy2008-09-102-3/+3
* Correct a copy-paste error---do not look for REX prefixes in i386 code.jkoshy2008-09-051-2/+2
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-221-0/+1
* - clean up interrupt handling for xen a tiny bitkmacy2008-08-201-3/+3
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
* remove redundant PT_SET_MA declarationkmacy2008-08-191-12/+0
* PT_UPDATES_FLUSH() is used in common code so it needs to be definedkmacy2008-08-181-0/+2
* Ensure that machine / physical addresses are treated as vm_paddr_tkmacy2008-08-172-5/+5
* Integrate support for xen in to i386 common code.kmacy2008-08-157-7/+216
* Compile fixes for xen build.kmacy2008-08-152-8/+20
* Import xen sub-arch includes.kmacy2008-08-1212-0/+2038
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-082-0/+12
* Make pmap_kenter_attr() static.alc2008-08-041-1/+0
* Unbreak cc -pg support on i386. In gcc 4.2, %ecx is used as the arg pointerluoqi2008-07-231-1/+10
* Remove the unused M_MEMDEV from the kernel.ed2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Remove obselete PECOFF image activator support.wkoszek2008-06-141-60/+0
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-0/+1
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-0/+1
* - Add inlines for the monitor and mwait instructions.jeff2008-04-181-0/+13
OpenPOWER on IntegriCloud