summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
* Bring back r222275. runfw(4) will statically link in rt2870.fw.uukevlo2011-05-251-1/+0
* run(4) needs firmware loaded to workkevlo2011-05-251-0/+1
* Merge part of r221322 from largeSMP project:attilio2011-05-181-43/+27
* Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-172-28/+37
* Remove an unused typedef.attilio2011-05-171-1/+0
* Add I2C bus driver for the AMD Geode LX series CS5536 Companionbrix2011-05-151-0/+6
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-133-104/+112
* Add SC_PIXEL_MODE to GENERIC for amd64 and i386.jkim2011-05-101-0/+1
* Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
* Don't use MWAIT for short sleeps under XEN, as it was before r212541.mav2011-05-071-2/+2
* prepare code that does topology detection for amd cpus for bulldozeravg2011-05-062-2/+27
* Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canjhb2011-05-031-0/+2
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
* All PCI based wireless drivers seem to be explicitly removed from thebschmidt2011-05-021-0/+6
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
* Add the remaining wireless drivers.bschmidt2011-05-011-0/+10
* Add urtw(4)kevlo2011-04-291-0/+1
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-282-1/+2
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-262-0/+2
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-242-17/+15
* Do not invoke resume event handlers if suspend was successful.jkim2011-04-191-4/+6
* Add suspend/resume event handlers for apm(4) as well.jkim2011-04-191-6/+7
* Make pmap_invalidate_cache_range() available for consumption on amd64.kib2011-04-182-11/+44
* Add a function rdtsc32() to read lower 32 bits from TSC and discard upperjkim2011-04-141-0/+9
* Consistently use __volatile as the rest of this file.jkim2011-04-141-5/+5
* Consistently use C99 standard integers as the rest of this file.jkim2011-04-141-6/+6
* Reduce errors in effective frequency calculation.jkim2011-04-121-2/+3
* Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF andjkim2011-04-121-25/+24
* Add forgotten declarations for tsc_perf_stat from the previous commit.jkim2011-04-121-0/+1
* Probe capability to find effective frequency. When the TSC is P-statejkim2011-04-121-1/+4
* Add definitions for CPUID instruction 6, ECX information.jkim2011-04-121-0/+6
* Add tunables that mirror the functionality of sysctls machdep.panic_on_nmirstone2011-04-081-0/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-074-19/+29
* Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. Thesejkim2011-04-062-0/+104
* Add accounting for most of the memory-related resources.trasz2011-04-051-1/+3
* Use cpu_ticks() for get_cyclecount(9) rather than checking existence of TSCjkim2011-04-041-7/+1
* Revert r220032:linux compat: add SO_PASSCRED option with basic handlingavg2011-03-311-1/+0
* Break out the ath PCI logic into a separate device/module.adrian2011-03-312-1/+3
* linux compat: add SO_PASSCRED option with basic handlingavg2011-03-261-0/+1
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-266-12/+38
* linux compat: add non-dummy capget and capset system callsavg2011-03-261-2/+4
* Export the correct AT_PLATFORM value.dchagin2011-03-261-2/+1
* Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmetajkim2011-03-262-83/+121
* Modestly increase the maximum allowed size of the kmem map on i386.alc2011-03-231-1/+2
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-29/+38
OpenPOWER on IntegriCloud