aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix division by zero panic if kern.hz less than 32.Maxim Sobolev2008-10-261-1/+5
* only call hardclock on cpu0Kip Macy2008-10-251-1/+4
* handle case where eflags represents actual flags value whenKip Macy2008-10-251-0/+2
* Fix general issues with IPI supportKip Macy2008-10-243-50/+63
* Remove the entry from the i386 specific NOTES as it is in the genericNick Hibma2008-10-241-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+7
* Fix IPI supportKip Macy2008-10-237-44/+139
* Really fix i386 test this time.Jung-uk Kim2008-10-221-1/+1
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsJung-uk Kim2008-10-221-4/+9
* Fix compiler error with missing/unneded ')'Andrey A. Chernov2008-10-221-3/+3
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherJung-uk Kim2008-10-222-1/+20
* Hook in ipi handlersKip Macy2008-10-211-20/+18
* remove gratuitous XEN defineKip Macy2008-10-211-8/+0
* don't globally define ipi_bitmap_handler on xenKip Macy2008-10-212-1/+4
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...Kip Macy2008-10-212-29/+151
* Add routine for initializing AP clockKip Macy2008-10-211-16/+17
* Header cleanups and addition of IPI declarations for xenKip Macy2008-10-216-31/+39
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.Jung-uk Kim2008-10-211-4/+4
* Do not use PowerNow! if FID or VID is missing.Jung-uk Kim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.Jung-uk Kim2008-10-211-17/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-214-10/+32
* Detect Advanced Power Management Information for AMD CPUs.Jung-uk Kim2008-10-214-0/+19
* Import interrupt management defines from latest xenlinuxKip Macy2008-10-201-12/+28
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov2008-10-192-14/+22
* GC gratuitous XEN definesKip Macy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationKip Macy2008-10-192-42/+65
* GC unused valuesKip Macy2008-10-192-13/+0
* Make robust futexes work on linux32/amd64. Use PTRIN to readKonstantin Belousov2008-10-141-0/+11
* Say hello to the u3g driver, implementing support for 3G modems.Nick Hibma2008-10-091-0/+1
* If the current thread has the trap bit set (i.e. a debugger hadDavid Xu2008-10-051-0/+8
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-031-0/+1
* Collect N identical (or near identical) mkdumpheader() implementations intoPeter Wemm2008-10-012-44/+2
* Bump MAXCPU to 32 now that 32 CPU x86 systems exist.John Baldwin2008-10-011-1/+1
* Remove ipi_all() and ipi_self() as the former hasn't been used atMarius Strobl2008-09-283-67/+0
* Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handlerKonstantin Belousov2008-09-271-2/+7
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-273-7/+7
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-2/+2
* move ipi_pcpu to evtchn.cKip Macy2008-09-262-11/+2
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-261-2/+2
* add initial ipi definitionsKip Macy2008-09-251-6/+32
* add ipi mappingKip Macy2008-09-251-1/+3
* add NPGPTD_SHIFT for the nkpt calculationKip Macy2008-09-251-0/+2
* Make nkpt dependent on the size of the initial memory allocationKip Macy2008-09-252-10/+9
* Add multiple include guards.John Baldwin2008-09-241-0/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-243-144/+148
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-231-1/+1
* MFamd64 SVN rev 179749 CVS rev 1.620Alan Cox2008-09-201-15/+31
* MFamd64 SVN rev 179471 CVS rev 1.619Alan Cox2008-09-191-5/+3
* - Recognize SAVE and OSXSAVE extended processor features.Stanislav Sedov2008-09-181-2/+2
* Don't do round robin assignment of interrupts on xenKip Macy2008-09-181-0/+7