summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-104-14/+17
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-083-4/+4
* Continue to introduce Capsicum capability mode:rwatson2011-03-011-0/+25
* Fix whitespace nit.jhb2011-02-221-1/+0
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-163-16/+9
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
OpenPOWER on IntegriCloud