summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Change the amd64, i386, and ia64 nexus drivers to setup bus space tags andjhb2007-03-211-8/+6
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-203-0/+77
* Add a new ram0 pseudo-device that claims memory resouces for physicaljhb2007-03-201-0/+76
* - 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-201-3/+3
* MFi386 1.173: Display two new Intel feature bits.jhb2007-03-201-2/+2
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-122-83/+84
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+30
* Completely eliminate "avail_start". It serves no useful purpose.alc2007-03-101-18/+14
* 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
* Acquiring smp_ipi_mtx on every call to pmap_invalidate_*() is wasteful.alc2007-03-052-66/+16
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-055-11/+10
* Add a simple device driver to "eat" any I/O APICs that show up as PCIjhb2007-03-051-1/+48
* MFP4: 115220, 115222jkim2007-03-022-175/+182
* MFP4: 115094jkim2007-02-271-3/+4
* Partial MFp4 of 114977:netchild2007-02-242-5/+5
* Use ih_filter instead of ih_handler in a couple of places. This fixesjhb2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-20/+28
* MFi386 rev. 1.544 of i386/i386/pmap.c:kib2007-02-191-0/+14
* Eliminate some acquisitions and releases of the page queues lock that arealc2007-02-182-4/+0
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-151-0/+6
* Fix accidental removal of an empty line from the previous commit.jkim2007-02-151-0/+1
* Regen.jkim2007-02-153-4/+10
* MFP4: 113033jkim2007-02-152-2/+20
* MFP4: 113025, 113146, 113177, 113203, 113500, 113546, 113570jkim2007-02-152-60/+51
* 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-31/+32
* Simplified PCPU_GET() and PCPU_SET(). We must copy through a temporarybde2007-02-061-48/+18
* Change GDB_BUFSZ to be large enough to hold a register dump where eachjhb2007-02-051-1/+1
* 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
* MFi386: Use LINUX_SIG_VALID macro.kib2007-02-011-1/+1
* Use a known good stack at the time of servicing an NMI --- reusejkoshy2007-01-271-1/+1
* - 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-8/+5
* 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/+37
* MFp4 (113077, 113083, 113103, 113124, 113097):netchild2007-01-201-4/+37
* Revert previous change.rodrigc2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type torodrigc2007-01-181-1/+1
* MFp4 (112893):netchild2007-01-141-0/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* 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-4/+2
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.jkim2007-01-092-3/+4
OpenPOWER on IntegriCloud