summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-6/+11
* Remove an unused variable.jkim2008-11-261-2/+1
* Use newly introduced cpu_vendor_id to make invariant TSC detection morejkim2008-11-261-8/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-2612-82/+148
* Add Pentium D cores into the list that can't handle 12.5% and 25%sobomax2008-11-261-1/+4
* Remove unused variable.ganbold2008-11-251-3/+0
* Core i7 supports invaliant TSC and the presense is presented ontakawata2008-11-251-1/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-223-4/+8
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-222-9/+15
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-1/+1
* repair config file from spammingkmacy2008-11-141-0/+6
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-121-0/+1
* Several cleanups related to pipe(2).ed2008-11-111-15/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-0/+28
* Regenerate system call tables for r184789.ed2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to bescottl2008-11-031-69/+2
* MFp4:imp2008-11-021-1/+2
* The file was inadvertently excluded from r184499.kib2008-10-311-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into thekib2008-10-311-1/+1
* style(9) nit: remove unnecessary {} pair.imp2008-10-281-2/+1
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzsobomax2008-10-271-4/+3
* Fix division by zero panic if kern.hz less than 32.sobomax2008-10-261-1/+5
* only call hardclock on cpu0kmacy2008-10-251-1/+4
* handle case where eflags represents actual flags value whenkmacy2008-10-251-0/+2
* Fix general issues with IPI supportkmacy2008-10-243-50/+63
* Remove the entry from the i386 specific NOTES as it is in the genericn_hibma2008-10-241-1/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-7/+7
* Fix IPI supportkmacy2008-10-237-44/+139
* Really fix i386 test this time.jkim2008-10-221-1/+1
* Add AMD Family 0Fh, Model 6Bh, Stepping 2 to the list of invariant TSCsjkim2008-10-221-4/+9
* Fix compiler error with missing/unneded ')'ache2008-10-221-3/+3
* Set kern.timecounter.invariant_tsc to 1 for AMD CPU family 10h and higherjkim2008-10-222-1/+20
* Hook in ipi handlerskmacy2008-10-211-20/+18
* remove gratuitous XEN definekmacy2008-10-211-8/+0
* don't globally define ipi_bitmap_handler on xenkmacy2008-10-212-1/+4
* Implement infrastructure for gluing i386 ipi functions in to xen's infrastruc...kmacy2008-10-212-29/+151
* Add routine for initializing AP clockkmacy2008-10-211-16/+17
* Header cleanups and addition of IPI declarations for xenkmacy2008-10-216-32/+40
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.jkim2008-10-211-4/+4
* Do not use PowerNow! if FID or VID is missing.jkim2008-10-211-1/+1
* Use power management information for AMD CPUs from identcpu.c.jkim2008-10-211-17/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-214-10/+32
* Detect Advanced Power Management Information for AMD CPUs.jkim2008-10-214-0/+19
* Import interrupt management defines from latest xenlinuxkmacy2008-10-201-12/+28
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-14/+22
* GC gratuitous XEN defineskmacy2008-10-191-6/+0
* - move gdt, ldt allocation to before KPT allocationkmacy2008-10-192-42/+65
* GC unused valueskmacy2008-10-192-13/+0
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-141-0/+11
OpenPOWER on IntegriCloud