summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-044-5/+5
* MFC 259782:jhb2014-01-297-0/+34
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-2316-440/+1522
* MFC r260205:kib2014-01-091-9/+31
* MFC r260204:kib2014-01-091-0/+3
* MFC r260103:dim2014-01-041-10/+0
* Merge r256868,257276-257277,257515,257913 from head. These are fixesglebius2013-12-181-0/+6
* MFC DMAR busdma implementation.kib2013-12-171-0/+1
* MFC 258176:royger2013-12-051-1/+1
* MFC r258660:kib2013-12-032-2/+4
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-253-56/+6
* MFC r257856:kib2013-11-151-6/+6
* MFC r257216:kib2013-11-031-4/+7
* MFC r256645.neel2013-10-226-3/+43
* MFC r256570:neel2013-10-161-26/+38
* MFC r256328:gjb2013-10-111-3/+4
* - Remove debugging from GENERIC* kernel configurationsgjb2013-10-101-9/+0
* In sys/amd64/amd64/pmap.c, fix several gcc warnings about uninitializeddim2013-10-081-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-1/+2
* Merge projects/bhyve_npt_pmap into head.neel2013-10-0523-831/+2038
* add aesni module to i386 and amd64 NOTES...jmg2013-10-041-0/+1
* Return 0 for a rdmsr of MSR_IA32_PLATFORM_ID. Thisgrehan2013-09-271-1/+5
* In pmap_clear_modify(), initialize pvh even for fictitious managedkib2013-09-241-1/+1
* Use the pv lists generation count to read-lock the pvh_global_lock inkib2013-09-241-5/+30
* Ensure that the ERESTART return from the syscall reloads thekib2013-09-241-0/+4
* Free both KVA and backing pages when freeing TSS memory.kib2013-09-231-1/+1
* Put 'device hyperv' back in amd64/GENERIC, incorrectly removed withgjb2013-09-211-0/+3
* Reorder/regroup the vmm ioctl api definitions to allow somegrehan2013-09-211-21/+35
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-204-44/+12
* Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-202-4/+4
* Merge the following changes from projects/bhyve_npt_pmap:neel2013-09-201-1/+9
* Add support for suspend/resume/migration operations when running as agibbs2013-09-202-2/+18
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-60/+0
* Reconnect the hyperv drivers back into GENERIC now that thegrehan2013-09-191-0/+3
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Regen.rdivacky2013-09-185-94/+16
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-182-6/+8
* Regen.rdivacky2013-09-185-16/+95
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-182-8/+6
* Hide TSC-deadline APIC timer support from guests. This modegrehan2013-09-171-1/+6
* Fix a bug in decoding an instruction that has an SIB byte as well as anneel2013-09-171-6/+6
* Add vmx(4) to i386 and amd64 GENERICbryanv2013-09-171-0/+2
* In pmap_copy(), when the copied region is mapped with superpage but doeskib2013-09-161-0/+2
* Pull the hyperv drivers from GENERIC until the fix to the disengagegrehan2013-09-141-3/+0
* Import Hyper-V paravirtualized drivers from projects/hypervgrehan2013-09-131-0/+4
|\
| * IFC @ r255459grehan2013-09-1119-346/+484
| |\
| * \ IFC @ r255209grehan2013-09-0428-729/+1302
| |\ \
| * \ \ IFC @ r253862grehan2013-08-018-22/+156
| |\ \ \
| * | | | First cut at adding the hyperv drivers to GENERIC.grehan2013-07-191-0/+3
* | | | | Fix a limitation in bhyve that would limit the number of virtual machines toneel2013-09-113-1/+9
| |_|_|/ |/| | |
OpenPOWER on IntegriCloud