summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-1/+0
* Rework r219679. Always check CPU class at run-time to make it predictable.jkim2011-03-161-5/+5
* Partially revert r219672. After r198295, kernel need to seed randomness asjkim2011-03-151-0/+4
* Remove tsc_present from this file, really.jkim2011-03-151-1/+0
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-1/+1
* Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since thisjkim2011-03-151-7/+2
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.jkim2011-03-141-2/+2
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.davidch2011-03-141-0/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-132-18/+21
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-125-4/+5728
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-123-8/+10
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-9/+16
* Detect NSC/AMD Geode SC1100 properly, not just Stepping 0. Although it isjkim2011-03-101-2/+3
OpenPOWER on IntegriCloud