summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* The kernel pmap is statically allocated, so there is really no need toalc2013-03-101-1/+0
* MFCattilio2013-03-082-1/+11
|\
| * Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-061-0/+7
| * Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disableken2013-03-041-1/+4
* | MFCattilio2013-03-024-38/+39
|\ \ | |/
| * Merge from vmc-playground branch:attilio2013-03-022-28/+28
| * Disable the ctl driver in GENERIC.adrian2013-03-021-1/+1
| * MFcalloutng:davide2013-02-281-9/+10
| * Merge from vmobj-rwlock:attilio2013-02-271-3/+2
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-6/+6
* | MFCattilio2013-02-215-454/+15
|\ \ | |/
| * Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-205-454/+15
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
* | Switch vm_object lock to be a rwlock.attilio2013-02-202-5/+6
|/
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-152-5/+5
* Print slightly more useful information on the 'bad pte' panic.kib2013-02-141-2/+4
* Assert that user address is never qremoved.kib2013-02-141-0/+1
* Requests for invalid CPUID leaves should map to the highest known leaf instead.neel2013-02-131-2/+2
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-115-111/+2
* Compute the number of initial kernel page table pages (NKPT) dynamically.neel2013-02-063-19/+59
* cpususpend_handler: mark AP as resumed only after fully setting up lapicavg2013-02-021-2/+2
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderavg2013-02-021-1/+1
* Remove support for plip from the GENERIC kernel as no systems in theeadler2013-02-011-1/+0
* Fix a broken assumption in the passthru implementation that the MSI-X tableneel2013-02-011-1/+10
* Increase the number of passthru devices supported by bhyve.neel2013-02-012-17/+29
* Add emulation support for instruction "88/r: mov r/m8, r8".neel2013-01-302-1/+60
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-292-160/+1
* Always allow access to the sysenter cs/esp/eip MSRs since theygrehan2013-01-251-0/+7
* Don't assume that all Linux TCP-level socket options are identical tojhb2013-01-231-0/+7
* Postpone vmm module initialization until after SMP is initialized - particularlyneel2013-01-211-4/+8
* Add svn properties to the recently merged bhyve source files.neel2013-01-202-2/+2
* Merge projects/bhyve to head.neel2013-01-1946-0/+12243
|\
| * IFC @ r245509neel2013-01-172-0/+17
| |\
| * | IFC @ r245205neel2013-01-091-4/+3
| * | IFC @ r245178neel2013-01-091-9/+1
| |\ \
| * | | Revert changes for x2apic support from projects/bhyve.neel2013-01-063-40/+18
| * | | bhyve does not require a custom configuration file anymore so make the GENERICneel2013-01-051-6/+1
| * | | IFC @ r244983.neel2013-01-042-9/+48
| |\ \ \
| * | | | There is no need for a special 'BHYVE' kernel configuration file anymore -neel2013-01-041-345/+0
| * | | | There is no need for 'start_emulating()' and 'stop_emulating()' to be definedneel2013-01-042-19/+2
| * | | | The "unrestricted guest" capability is a feature of Intel VT-x that allowsneel2013-01-041-43/+0
| * | | | Modify the default behavior of bhyve such that it no longer forces the use ofneel2012-12-161-3/+1
| * | | | Prefer x2apic mode when running inside a virtual machine.neel2012-12-162-0/+3
| * | | | IFC @r243836neel2012-12-042-25/+31
| |\ \ \ \
| * | | | | Properly screen for the AND 0x81 instruction from the setgrehan2012-11-301-0/+7
| * | | | | Remove debug printf.grehan2012-11-291-1/+0
| * | | | | Add support for the 0x81 AND instruction, now generatedgrehan2012-11-292-4/+34
| * | | | | Cleanup the user-space paging exit handler now that the unified instructionneel2012-11-282-4/+0
| * | | | | Change emulate_rdmsr() and emulate_wrmsr() to return 0 on sucess and errno onneel2012-11-283-65/+37
| * | | | | Revamp the x86 instruction emulation in bhyve.neel2012-11-288-218/+605
OpenPOWER on IntegriCloud