aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | i386: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-161-3/+5
| * | | | x86_64: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-161-4/+8
| * | | | HOTPLUG: Adapt thermal throttle to CPU_DYINGAvi Kivity2007-07-161-2/+4
| * | | | HOTPLUG: Adapt cpuset hotplug callback to CPU_DYINGAvi Kivity2007-07-161-0/+3
| * | | | HOTPLUG: Add CPU_DYING notifierAvi Kivity2007-07-162-2/+17
| * | | | KVM: Clean up #includesAvi Kivity2007-07-164-20/+20
| * | | | KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-163-133/+12
| * | | | KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2007-07-162-0/+9
| * | | | KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity2007-07-161-1/+0
| * | | | KVM: MMU: Fix Wrong tlb flush orderShaohua Li2007-07-161-1/+1
| * | | | KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity2007-07-161-0/+4
| * | | | KVM: Avoid useless memory write when possibleLuca Tettamanti2007-07-161-2/+4
| * | | | KVM: Fix x86 emulator writebackLuca Tettamanti2007-07-161-4/+5
| * | | | KVM: Add support for in-kernel pio handlersEddie Dong2007-07-162-1/+37
| * | | | KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins2007-07-161-3/+3
| * | | | KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-162-12/+142
| * | | | KVM: Implement emulation of instruction "ret" (opcode 0xc3)Nitin A Kamble2007-07-161-4/+8
| * | | | KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f)Nitin A Kamble2007-07-161-2/+15
| * | | | KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity2007-07-161-0/+9
| * | | | KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-162-6/+6
| * | | | KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-161-3/+3
| * | | | KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-161-2/+2
| * | | | KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-165-15/+84
| * | | | KVM: Keep an upper bound of initialized vcpusAvi Kivity2007-07-162-0/+6
| * | | | KVM: Emulate hlt on real mode for IntelAvi Kivity2007-07-163-2/+12
| * | | | KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-164-12/+14
| * | | | KVM: Enable guest smpAvi Kivity2007-07-161-1/+1
| * | | | KVM: Fix adding an smp virtual machine to the vm listAvi Kivity2007-07-161-3/+3
| * | | | KVM: Fix vcpu freeing for guest smpAvi Kivity2007-07-162-2/+17
| * | | | KVM: Remove unnecessary initialization and checks in mark_page_dirty()Nguyen Anh Quynh2007-07-161-2/+2
| * | | | KVM: Replace C code with call to ARRAY_SIZE() macro.Robert P. J. Day2007-07-161-1/+1
| * | | | KVM: Lazy guest cr3 switchingAvi Kivity2007-07-164-21/+40
| * | | | KVM: MMU: Remove unused large page markerAvi Kivity2007-07-162-3/+0
| * | | | KVM: MMU: Don't cache guest access bits in the shadow page tableAvi Kivity2007-07-162-9/+0
| * | | | KVM: MMU: Simpify accessed/dirty/present/nx bit handlingAvi Kivity2007-07-162-10/+2
| * | | | KVM: MMU: Remove cr0.wp tricksAvi Kivity2007-07-161-11/+0
| * | | | KVM: MMU: Make setting shadow ptes atomic on i386Avi Kivity2007-07-163-4/+15
| * | | | KVM: Make shadow pte updates atomicAvi Kivity2007-07-161-17/+20
| * | | | KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()Avi Kivity2007-07-161-2/+1
| * | | | KVM: MMU: Fold fix_write_pf() into set_pte_common()Avi Kivity2007-07-162-111/+68
| * | | | KVM: MMU: Fold fix_read_pf() into set_pte_common()Avi Kivity2007-07-162-28/+23
| * | | | KVM: MMU: Pass the guest pde to set_pte_commonAvi Kivity2007-07-161-14/+15
| * | | | KVM: MMU: Move set_pte_common() to pte width dependent codeAvi Kivity2007-07-162-52/+52
| * | | | KVM: MMU: Simplify fetch() a little bitAvi Kivity2007-07-161-17/+17
| * | | | KVM: MMU: Use slab caches for shadow pages and their headersAvi Kivity2007-07-163-28/+41
| * | | | KVM: Use symbolic constants instead of magic numbersEddie Dong2007-07-161-1/+1
| * | | | KVM: Fix includesMarkus Rechberger2007-07-161-0/+2
| * | | | KVM: x86 emulator: implement wbinvdAvi Kivity2007-07-161-1/+3
| * | | | Use menuconfig objects II - KVM/VirtJan Engelhardt2007-07-161-2/+6
| * | | | KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexitEddie Dong2007-07-163-21/+71