summaryrefslogtreecommitdiff
path: root/kvm_x86host.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-08HVM-719 kvm should build with gcc 4.4.420120517Robert Mustacchi1-4/+1
2011-08-09HVM-585 Make sure copyright notices are up to date on all files in kvm repoRobert Mustacchi1-0/+22
2011-08-06HVM-568 KVM: MMU: Segregate shadow pages with different cr0.wpBryan Cantrill1-0/+1
2011-08-02HVM-545 Various XXX cleanupRobert Mustacchi1-6/+1
2011-07-26HVM-519 Remove asm.h (fix lint)Robert Mustacchi1-1/+1
2011-07-26HVM-519 Remove asm.hRobert Mustacchi1-0/+11
2011-07-01HVM-461 kvm_x86host.h should be cstyle cleanRobert Mustacchi1-328/+311
2011-06-14HVM-370 Cleanup SET_TSS ioctlRobert Mustacchi1-1/+1
2011-06-10HVM-358 alloc_page leaks memoryMax Bruning1-2/+11
2011-06-08HVM-339 Remove CONFIG_X86_64 ifdefs from header filesRobert Mustacchi1-2/+0
2011-06-08HVM-338 Remove duplicate definition of __kvm_handle_fault_on_rebootRobert Mustacchi1-12/+0
2011-06-08HVM-336 floating point code can be tighterRobert Mustacchi1-39/+5
2011-06-07HVM-321 kvm.c and kvm_x86.c are confusedRobert Mustacchi1-1/+4
2011-06-06HVM-312 Cleanup extern functions in kvm.cRobert Mustacchi1-0/+2
2011-06-06HVM-310 Cleanup includes and extern function definitions in kvm_vmx.cRobert Mustacchi1-0/+4
2011-06-06HVM-300 Remove externs from kvm_irq_comm.cRobert Mustacchi1-0/+1
2011-06-04HVM-288 kvm.h and kvm_host.h should be similar to upstream in contentRobert Mustacchi1-268/+172
2011-06-02HVM-270 mmu code should be in kvm_mmu.[ch]Robert Mustacchi1-1/+0
2011-06-02HVM-264 vmx code should live in its own fileRobert Mustacchi1-9/+0
2011-05-09HVM-174 Remove use of p_privateRobert Mustacchi1-0/+3
2011-04-28HVM-137 Need to be able to unload kvm driver and load a new one and use KVM f...Robert Mustacchi1-2/+1
2011-04-24HVM-119 eliminate checks of return value for KM_SLEEP allocationsBryan Cantrill1-40/+48
2011-04-20HVM-105 double panic due to missing msr restoreRobert Mustacchi1-1/+2
2011-04-20HVM-99 Need to clear the timer bitsRobert Mustacchi1-0/+5
2011-04-19Initial support for HVM-85Max Bruning1-2/+32
2011-04-13HVM-52 can't use /dev/mem for mmapRobert Mustacchi1-2/+3
2011-04-09HVM-43 add ::kvm_gpa2qva to translate guest physical to QEMU virtualBryan Cantrill1-40/+7
2011-04-06changes to pio buffer allocation. function to dump vmcsMax Bruning1-2/+2
2011-04-05remove inline keywordsmax1-0/+1
2011-04-05removed inlinemax1-16/+16
2011-03-12Various minor changes. Backing up...max1-9/+3
2011-02-14Minor fixes, but not working yet...max1-1/+1
2011-02-10lots of fixes to match user qemu 0.13max1-11/+7
2011-01-16ioctl fixes. this version has correct host state and control state,max1-2/+6
2011-01-09More ioctl handling and bug fixesmax1-2/+0
2010-12-27Added a little more code. bug fixes. panics.max1-4/+4
2010-12-26More code added, qemu userland gets segvmax1-5/+2
2010-12-22Now compiles clean with kernel gcc flagsmax1-15/+19
2010-12-21bug fixes. fixup_rmode_irq unresolved.max1-4/+36
2010-12-20Added most of the interrupt handling. panic.max1-11/+22
2010-12-16panics after kvm_load_gsmax1-5/+5
2010-12-10compiles and loads, user level gets segvmax1-0/+1
2010-12-03Adding several new files, not all are needed...max1-0/+964