summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* adrian asked me to revert and get more testingeadler2015-04-051-5/+1
* head/sys/amd64/amd64/support.S: unroll loopeadler2015-04-051-1/+5
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+2
* Fix "MOVS" instruction memory to MMIO emulation. Currently updates totychon2015-04-014-35/+54
* Provide workaround for a performance issue with the popcnt instructionkib2015-03-311-17/+24
* Wait 100 microseconds for a local APIC to dispatch each startup-related IPIjhb2015-03-301-3/+3
* Make it possible for the signal handler to act on #ss. Load thekib2015-03-281-0/+1
* The #ss fault handler erronously does not check for the faultkib2015-03-281-2/+0
* Fix the RTC device model to operate correctly in 12-hour mode. The followingneel2015-03-281-6/+41
* When fetching an instruction in non-64bit mode, consider the value of thetychon2015-03-245-6/+20
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-191-0/+2
* Update to the Intel ixgbe driver:jfv2015-03-171-1/+2
* Report ARAT (APIC-Timer-always-running) feature for virtual CPU.mav2015-03-161-0/+6
* Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve whenneel2015-03-1410-184/+40
* Only schedule interrupts on a single hyperthread of a modern Intel CPU corejhb2015-03-061-2/+2
* When ICW1 is issued the edge sense circuit is reset which means thattychon2015-03-061-0/+1
* Fix warnings/errors when building vmm.ko with gcc:neel2015-03-022-6/+12
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-011-0/+1
* Allow passthrough devices to be hinted.rstone2015-03-012-34/+51
* Supposed fix for some SandyBridge mobile CPUs hang on AP startup whenkib2015-02-281-6/+8
* Always emulate MSR_PAT on Intel processors and don't rely on PAT save/restoreneel2015-02-244-22/+56
* Ensure that the supplied data length is large enough to hold the basejhb2015-02-181-1/+2
* Initialize x2APIC mode on the resume path before accessing LAPIC.kib2015-02-161-0/+1
* Add support for decoding multibyte NOPs.markj2015-02-131-1/+21
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-095-27/+55
* Revert the IPI startup sequence to match what is described in thejhb2015-02-061-6/+24
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-0/+6
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-312-5/+5
* amd64: allow base memory segment to start at address different than 0royger2015-01-261-13/+25
* If the boot-time memory test is enabled, output a dot ('.') forjhb2015-01-251-0/+16
* Remove ISA NICs. Anyone still using these on amd64 can build theirdes2015-01-251-10/+0
* Add macro to identify AVIC capability (advanced virtual interrupt controller)neel2015-01-241-0/+1
* MOVS instruction emulation.neel2015-01-192-5/+272
* Simplify instruction restart logic in bhyve.neel2015-01-184-17/+65
* Plug cxgbe(4) back into !powerpc && !arm builds, instead of building itnp2015-01-161-2/+0
* loader: implement multiboot support for Xen Dom0royger2015-01-151-0/+1
* New MINIMAL kernel config. The goal with this configuration is toimp2015-01-151-0/+145
* Fix typo (missing comma).neel2015-01-141-1/+1
* 'struct vm_exception' was intended to be used only as the collateral for theneel2015-01-136-53/+60
* Revert r263475: TDP_DEVMEMIO no longer needed, since amd64 /dev/kmemkib2015-01-122-9/+1
* Revert r276600: PHYS_TO_DMAP_RAW() and DMAP_TO_PHYS_RAW() are nokib2015-01-121-4/+2
* Fix several issues with /dev/mem and /dev/kmem devices on amd64.kib2015-01-121-47/+55
* For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Pagingkib2015-01-122-0/+2
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+6
* Clear blocking due to STI or MOV SS in the hypervisor when an instruction isneel2015-01-065-27/+55
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-2/+2
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-1/+1
* For /dev/mem and /dev/kmem accesses, avoid asserting that addresseskib2015-01-032-4/+6
* Fix a missed comment from r276526.scottl2015-01-021-2/+0
* Callers of pmap_kextract() cannot distinguish between failure andkib2015-01-021-7/+7
OpenPOWER on IntegriCloud