summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Modify TLB invalidation handling.ups2007-04-211-27/+71
* style nitphk2007-04-191-1/+2
* On AMD's Geode LX: Force the TSC to run through core-suspension so we canphk2007-04-181-0/+8
* Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 byjhb2007-04-171-0/+5
* Eliminate the misuse of PG_FRAME to truncate a virtual address to a virtualalc2007-04-131-3/+3
* Fix PAE on SMP by enabling EFER_NXE on all APs.ru2007-04-121-0/+10
* Add the PG_NX support for i386/PAE.ru2007-04-065-32/+90
* Correct BB-profiling and adjust comments.jkim2007-03-311-24/+23
* Fix off-by-4 error in address validation for i386, reduce PCB reloading, andjkim2007-03-301-15/+10
* Fix more style(9) nits[1] and remove unnecessary use of '#if !defined(_KERNEL)'.jkim2007-03-301-39/+39
* Use the same wisdom of sys/i386/i386/support.s 1.97 to remove obfuscation.jkim2007-03-301-9/+8
* MFP4: Linux futex support for amd64.jkim2007-03-301-61/+2
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-272-4/+5
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICkris2007-03-261-2/+0
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-262-3/+111
* In order to satisfy ACPI's need for an identity mapping, modify thealc2007-03-242-32/+40
* 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-202-0/+83
* 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-201-2/+2
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-3/+3
* display two new Intel feature bitssam2007-03-191-2/+2
* Eliminate an unused parameter.alc2007-03-172-2/+2
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-141-0/+7
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-121-1/+1
* 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-063-18/+24
* 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-054-7/+7
* Add a simple device driver to "eat" any I/O APICs that show up as PCIjhb2007-03-051-1/+48
* 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-232-9/+11
* 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
* Don't send interrupts to CPUs disabled via lapic hints.jhb2007-02-081-0/+2
* As we now have an SFB_NOWAIT flag, change 'will' to 'may' where therwatson2007-01-281-1/+1
* - 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-231-1/+6
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-223-0/+35
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-1/+1
* exclude the icu and clock lock from LOCK_PROFILINGkmacy2007-01-141-2/+2
* Remove magic from rman_activate_resource() that uses the direct map atjhb2007-01-111-24/+6
* - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so thatjeff2007-01-111-9/+3
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-091-2/+2
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-203-0/+5
* Evidently FreeBSD has long relied on the compiler to treat structureskmacy2006-12-176-97/+98
OpenPOWER on IntegriCloud