summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-2/+2
* Oops, back out previous commit since it was to the wrong file.bde2008-03-051-5/+4
* Change float_t and double_t to long double on i386. All floating pointbde2008-03-051-4/+5
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-1/+4
* Move GET_STACK_USAGE from MI header to i386/amd64 MD ones.mav2008-01-311-0/+9
* Update the KVA_PAGES comments for the effect that PAE has on it. Itpeter2008-01-141-0/+2
* MFamd64 (everything possible up to 1.19; mainly the amd64 implementationsbde2008-01-111-62/+104
* Separate fpresetsticky() from the other fpset functions so that thebde2008-01-111-4/+27
* MFamd64 1.15-1.18 (cosmetic changes, mainly to comments). The inlinebde2008-01-111-15/+25
* Shrink the size of struct vm_page on amd64 and i386 by eliminatingalc2008-01-061-1/+0
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+19
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-0/+27
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+44
* Drastically simplify the i386 pcpu backend by merging parts of thepeter2007-11-131-12/+1
* - Add constants for the different memory types in the SMAP table.jhb2007-10-281-2/+8
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-261-1/+2
* Slightly cleanup the 'bootdev' concept on x86 by changing the variousjhb2007-10-241-12/+6
* Fold multiple asm statements into one so that the compiler at a certainbz2007-10-201-7/+14
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+2
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* Fix some entries in the locks static table of witness.attilio2007-09-201-1/+0
* Define an END() macro for use in i386 and amd64 assembly code, akinjkoshy2007-08-222-0/+3
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-151-0/+1
* Add "show sysregs" command to ddb. On i386, this gives gdt, idt, ldt,njl2007-08-091-11/+47
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-11/+11
* I4B header files were repo-copied from sys/i386/include/ tobz2007-07-066-1433/+0
* __packed has no effect on u_int8_t's except to cause a warning (andpeter2007-07-051-1/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Add the machine-specific definitions for configuring the new physicalalc2007-06-051-0/+37
* Rework the PCPU_* (MD) interface:attilio2007-06-041-3/+26
* Add CPUID2_PDCMdes2007-05-311-0/+1
* Eliminate an unused definition.alc2007-05-271-2/+0
OpenPOWER on IntegriCloud