aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-01271-271/+269
* Merge r190708 from HEAD to releng/7.2:Dmitry Chagin2009-04-172-4/+4
* MFC: Make machdep.hyperthreading_allowed working.Maxim Sobolev2009-04-121-9/+43
* Merge from HEAD to stable/7:Dmitry Chagin2009-04-102-7/+162
* Merge from head to stable/7:Dmitry Chagin2009-03-292-4/+18
* Include linux_misc.h to get the definition for __LINUX_NPXCW__.Konstantin Belousov2009-03-261-0/+1
* Allow different ABIs to use different initial control words for the FPU onJohn Baldwin2009-03-256-66/+57
* MFC r188932, r189785, r189795, and r190272Alan Cox2009-03-222-5/+6
* MFC: Ignore I/O APICs with a starting IRQ > 255.John Baldwin2009-03-191-0/+4
* Merge r189004.Roman Divacky2009-03-192-6/+2
* MFC: Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-03-181-2/+2
* Merge the open source Atheros HAL from HEAD to STABLE.Bruce M Simpson2009-03-122-0/+2
* MFC: Push down Giant inside sysctl.John Baldwin2009-03-101-6/+2
* Enable ale(4) in GENERIC.Pyun YongHyeon2009-03-041-1/+1
* MFC: Add support for "superpages" on amd64 and i386. This includes adding theJohn Baldwin2009-02-263-128/+1180
* MFC r188608Alan Cox2009-02-221-2/+0
* MFC: Set tsc_is_invariant for some known AMD CPUs even if BIOS does notJung-uk Kim2009-01-212-2/+26
* MFC: Do not use PowerNow! if FID or VID is missing.Jung-uk Kim2009-01-211-1/+1
* MFC: Use power management information for AMD CPUs from identcpu.c.Jung-uk Kim2009-01-211-17/+1
* MFC: Turn off CPU frequency change notifiers when the TSC is P-stateJung-uk Kim2009-01-214-8/+30
* MFC: Detect Advanced Power Management Information for AMD CPUs.Jung-uk Kim2009-01-214-0/+19
* MFC: If we are unable to obtain a frequency list from either ACPI or theJohn Baldwin2009-01-211-1/+93
* MFC rev 180846Alan Cox2009-01-211-8/+4
* MFC rev 180600Alan Cox2009-01-201-6/+5
* MFC: Stop maintaining pv_list_count for i386 and amd64 since it wasJohn Baldwin2009-01-202-8/+1
* MFC rev 175056Alan Cox2009-01-201-5/+2
* MFC rev 180255Alan Cox2009-01-191-1/+0
* - Merge r183151:Stanislav Sedov2009-01-181-2/+2
* - MFC cpuctl and related commits into RELENG_7.Stanislav Sedov2009-01-124-0/+67
* MFC r183322:Konstantin Belousov2009-01-093-144/+148
* MFC r184870:Pyun YongHyeon2008-11-241-0/+1
* MFC: don't panic when HZ value is below 32. This change may need a bitMaxim Sobolev2008-10-291-1/+4
* Regenerate.Konstantin Belousov2008-10-203-5/+13
* MFC r177257 (by rdivacky):Konstantin Belousov2008-10-201-1/+2
* MFC: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GBJohn Baldwin2008-10-172-6/+12
* MFC r180756 (by luoqi):Konstantin Belousov2008-10-131-1/+10
* MFC r183413:Konstantin Belousov2008-10-051-2/+7
* MFC: Add a CTASSERT() that KERNBASE is valid and update the KVA_PAGESJohn Baldwin2008-09-232-0/+9
* MFC r182961:Konstantin Belousov2008-09-233-5/+14
* MFC r182960 (with XEN-related chunks removed):Konstantin Belousov2008-09-231-2/+5
* MFC r182959:Konstantin Belousov2008-09-231-9/+0
* MFC: Update comments about the 0xcf9 register reset method.John Baldwin2008-09-181-4/+7
* MFC: 180352John Baldwin2008-09-171-2/+4
* MFC: 174104John Baldwin2008-09-171-31/+21
* MFC: Add a proper detach method to est(4).John Baldwin2008-09-171-3/+6
* MFC: Add the dpms(4) driver to use the VESA BIOS for DPMS during suspend andJohn Baldwin2008-09-172-0/+232
* MFC r182849:Konstantin Belousov2008-09-152-1/+3
* MFC: Fail detach if cpufreq_unregister() fails.John Baldwin2008-09-122-4/+3
* MFC: Adjust the handling of the various timer frequencies when using theJohn Baldwin2008-09-121-10/+17
* MFC: Don't disable USB in the PAE kernel config.John Baldwin2008-09-121-29/+0