summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Switch to using the new $PIR interrupt routing code and remove the oldjhb2004-02-181-2/+4
* Add new CPU_ENABLE_TCC option, from NOTES:sobomax2004-01-181-0/+3
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-0/+1
* Use ANSI C function definition for `_mcount' and remove `static'nectar2004-01-061-1/+0
* Add struct definition of the Elan MMCR registers (from jb@)phk2004-01-052-1/+280
* GC the unused <machine/kse.h> file.peter2003-12-241-49/+0
* Hey, how about we NOT make modules crash 486s?green2003-12-171-1/+1
* - Add the mp_topology() function to mp_machdep.c. This function builds upjeff2003-12-111-0/+1
* Delete old and unused APIC_IRQ defines.jhb2003-12-101-32/+0
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-4/+0
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-082-445/+36
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.alc2003-12-071-0/+1
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* File forgotten in the cx shuffle.imp2003-12-051-484/+0
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-031-0/+449
* MFamd64: use a less compiler-intensive MD implementation of 'curthread'peter2003-11-201-0/+10
* - Change the i386's sf_buf implementation so that it never allocatesalc2003-11-171-1/+2
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-171-4/+4
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* Fixed pedantic syntax errors. Many macros didn't permit a semicolon afterbde2003-11-171-3/+6
* Avoid a warning for compiling with `gcc -Wbad-function cast'. (Thisbde2003-11-171-1/+5
* - 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
OpenPOWER on IntegriCloud