summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-41/+34
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-203-0/+85
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-201-0/+78
* - Add macros for newly added CPUID bits in the corresponding header files.jkim2007-03-202-2/+4
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-204-6/+6
* display two new Intel feature bitssam2007-03-191-2/+2
* Eliminate an unused parameter.alc2007-03-173-3/+3
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-142-11/+13
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-122-113/+114
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+25
* Defer calling lapic_init() until we've completed the 'MPTable: <...>'jhb2007-03-091-2/+4
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Don't increment total_bounced when doing no-op dmamap_sync ops.scottl2007-03-061-1/+2
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))jhb2007-03-065-21/+26
* Trim trailing whitespace.jhb2007-03-051-8/+8
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-053-68/+17
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-056-13/+12
* Add a simple device driver to "eat" any I/O APICs that show up as PCIjhb2007-03-051-1/+48
* Partial fix for a bug in rev.1.231. If suspend/resume clobbers thebde2007-03-051-0/+1
* style(9).nyan2007-03-041-2/+2
* MFP4: 115220, 115222jkim2007-03-022-175/+187
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-243-19/+23
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-231-39/+42
* Use ih_filter instead of ih_handler in a couple of places. This fixesjhb2007-02-231-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-236-23/+29
* Unbreak ddb stepping over special frames after the following commit:kib2007-02-191-2/+2
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-181-2/+0
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-151-0/+6
* Regen.jkim2007-02-153-5/+12
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-153-55/+68
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Don't send interrupts to CPUs disabled via lapic hints.jhb2007-02-081-0/+2
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* Fixed some style bugs. Routine except:bde2007-02-061-34/+35
* Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporarybde2007-02-061-36/+18
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-011-0/+7
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-011-8/+8
* As we now have an SFB_NOWAIT flag, change 'will' to 'may' where therwatson2007-01-281-1/+1
* o introduce a flags 'errata' for HW bugs onto the softc.bruno2007-01-231-42/+97
* - Remove setrunqueue and replace it with direct calls to sched_add().jeff2007-01-231-3/+4
* - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decisionjeff2007-01-231-10/+7
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-233-15/+18
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-225-0/+38
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-5/+41
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-172-2/+2
* MFp4 (112893):netchild2007-01-141-0/+1
* exclude the icu and clock lock from LOCK_PROFILINGkmacy2007-01-141-2/+2
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
OpenPOWER on IntegriCloud