aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.Joseph Koshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and aJohn Baldwin2008-12-113-0/+22
* Restore memory clobber, to cause mb on the compiler level too.Konstantin Belousov2008-12-061-3/+3
* Unconditionally use locked addition of zero to tip of the stack forKonstantin Belousov2008-12-051-14/+3
* Integrate 185578 from dfrKip Macy2008-12-042-288/+3
* fix initialization for case of normal kernbaseKip Macy2008-12-041-215/+33
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.Ed Schouten2008-12-022-2/+2
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-013-10/+18
* According to "Intel 64 and IA-32 Architectures Software Developer's ManualAlexander Motin2008-11-301-1/+5
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-291-0/+16
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-6/+11
* Remove an unused variable.Jung-uk Kim2008-11-261-2/+1
* Use newly introduced cpu_vendor_id to make invariant TSC detection moreJung-uk Kim2008-11-261-8/+13
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-2612-82/+148
* Add Pentium D cores into the list that can't handle 12.5% and 25%Maxim Sobolev2008-11-261-1/+4
* Remove unused variable.Ganbold Tsagaankhuu2008-11-251-3/+0
* Core i7 supports invaliant TSC and the presense is presented onTakanori Watanabe2008-11-251-1/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-223-4/+8
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-222-9/+15
* In the robust futexes list head, futex_offset shall be signed,Konstantin Belousov2008-11-161-1/+1
* repair config file from spammingKip Macy2008-11-141-0/+6
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetPyun YongHyeon2008-11-121-0/+1
* Several cleanups related to pipe(2).Ed Schouten2008-11-111-15/+5
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-0/+28
* Regenerate system call tables for r184789.Ed Schouten2008-11-093-5/+11
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-031-69/+2
* MFp4:Warner Losh2008-11-021-1/+2
* The file was inadvertently excluded from r184499.Konstantin Belousov2008-10-311-1/+1
* Revert r184136. Instead, push the check for crashdumpmap overflow into theKonstantin Belousov2008-10-311-1/+1
* style(9) nit: remove unnecessary {} pair.Warner Losh2008-10-281-2/+1
* Fix r184323 - set stathz to be the same as lapic_timer_hz when lapic_timer_hzMaxim Sobolev2008-10-271-4/+3
* 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-32/+40
* Fix 'kern.timeconter.invariant_tsc' tunable and back out a redundant hack.Jung-uk Kim2008-10-211-4/+4