summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
...
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+56
* Localized the cy driver's locking.bde2003-11-161-12/+0
* Convert a couple of pointers to integers for source compatability withpeter2003-11-141-4/+4
* Whitespace nit (sorry, couldn't help it)peter2003-11-141-1/+1
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-142-13/+15
* Fix a typo.jhb2003-11-131-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-122-0/+2
* - Similar to post-PAE RELENG_4 split pmap_pte_quick() into two cases,alc2003-11-081-1/+1
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Spelling and grammar fixes.anholt2003-11-051-8/+8
* Remove old APIC header.jhb2003-11-031-447/+0
* Catch up to interrupt code changes.jhb2003-11-031-0/+2
* New i386 SMP code:jhb2003-11-032-132/+25
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2764/+45
* New APIC support code:jhb2003-11-034-14/+188
* Add a per-thread variable for saving the state of eflags to support thejhb2003-11-031-3/+1
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-031-0/+91
* - Always use 256 IDT entries since it is now a runtime decison as to howjhb2003-11-031-5/+2
* Define IDTVEC() and TRAP() assembly macros so that they can be sharedjhb2003-11-031-0/+11
* Revert the critical section implementation to disable interrupts viajhb2003-11-031-15/+6
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-302-3/+1
* A few whitespace and comment tweaks.jhb2003-10-241-6/+3
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-013-9/+12
* - Add ss2_pagezero() for zeroing pages using the movnti instruction. Thisjeff2003-10-011-0/+1
* - On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found injeff2003-09-301-1/+2
* - Eliminate the pte object.alc2003-09-251-1/+0
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-12/+0
* Per TRB vote: restore the aquire_timer0 and associated goo. This willimp2003-09-241-0/+4
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-232-4/+25
* Microoptimization to allow the compiler to evaluate ntohl() etc onpeter2003-09-221-4/+49
* Fix a busted constant related to PCI configuration acess method #1. Thejhb2003-09-181-1/+1
* Remove an XXX comment by using the per CPU mask added after this commentjhb2003-09-101-2/+1
* Add a acpi_SetDefaultIntrModel() method to allow drivers to set thejhb2003-09-101-0/+2
* Fix a typo.jhb2003-09-102-2/+2
* Add constants for entries in the IDT and use those instead of magicjhb2003-09-101-0/+24
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Fix copyright comment & FBSDID style nits.obrien2003-08-251-2/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-2/+0
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-152-6/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* Halted CPU's should not accumulate time.ps2003-08-121-6/+6
* Backed out previous commit. This restores the warning about pessimizedbde2003-08-061-2/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* - GC unused cpu_thread_link().jhb2003-08-041-2/+0
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-0/+1
* Style sync.obrien2003-08-031-0/+1
* Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
OpenPOWER on IntegriCloud