summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* | MFCattilio2011-05-182-28/+37
* | MFCattilio2011-05-151-0/+6
|\ \ | |/
| * 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
* | MFCattilio2011-05-131-0/+2
* | MFCattilio2011-05-133-104/+112
* | MFCattilio2011-05-121-0/+1
|\ \ | |/
| * 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
* | MFCattilio2011-05-091-1/+0
* | MFCattilio2011-05-071-2/+2
|\ \ | |/
| * 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
* | MFCattilio2011-05-062-2/+27
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-0510-232/+303
* | Revert md_assert_preempt() introduction.attilio2011-05-043-33/+0
* | MFCattilio2011-05-032-0/+3
* | MFCattilio2011-05-021-0/+6
|\ \ | |/
| * 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
* | MFC @ r221324attilio2011-05-022-0/+11
* | - Merge a fix fixup for the last lazyfix removalattilio2011-05-022-54/+28
* | Remove unnused typedef.attilio2011-05-011-1/+0
* | Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-303-0/+33
* | Remove the support for lazy cr3 switching from i386.attilio2011-04-307-219/+2
|/
* 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
OpenPOWER on IntegriCloud