summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Corrections for the iBCS2 support that seems to regressed from 4.x times.kib2011-08-021-30/+34
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-301-1/+12
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-13/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-2/+2
* Don't include mptable_pci.c in Xen kernels. It is only meant for systemsjhb2011-07-171-30/+0
* Fix build with NEW_PCIB defined.jhb2011-07-161-0/+7
* Delete duplicate tags entry I introduced in -r223901.mckusick2011-07-151-2/+1
* Update tags build scriptmckusick2011-07-101-1/+1
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-045-152/+125
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-022-2/+2
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-12/+14
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-292-4/+4
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-223-750/+4
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* Use uintXX_t instead of u_intXX_t.jhb2011-06-221-5/+5
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+32
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-083-169/+10
* MFCattilio2011-06-061-2/+5
|\
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedavg2011-06-061-2/+5
| * 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
* | MFCattilio2011-05-311-1/+1
* | - Fix a misusage of cpuset_t objectsattilio2011-05-242-3/+3
* | Add a "safety belt" check for lsb setting.attilio2011-05-222-0/+2
* | Reintroduce the lazypmap infrastructure and convert it to usingattilio2011-05-208-3/+242
* | 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
OpenPOWER on IntegriCloud