summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-2/+0
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* MFamd64 with few changes:alc2008-03-271-1/+15
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-262-14/+5
* Rename timer0_max_count to i8254_max_count.phk2008-03-261-2/+2
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-261-2/+0
* Enable the automatic creation of superpage reservations.alc2008-03-261-2/+2
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+7
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-0/+3
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+45
* The variable MTRR registers actually have variable-sized PhysBase andjhb2008-03-121-2/+2
* Add constants for the various fields in MTRR registers.jhb2008-03-111-0/+15
OpenPOWER on IntegriCloud