aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-09
* KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-09
* KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-09
* KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-09
* KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-09
* KVM: x86 emulator: initialize memopAvi Kivity2012-07-09
* KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-09
* KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-09
* KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-09
* KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-09
* KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-09
* KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-09
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-09
* KVM: Split cpuid register access from computationAvi Kivity2012-07-09
* KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-09
* KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity2012-07-09
* KVM: VMX: code clean for vmx_init()Guo Chao2012-07-03
* apic: fix kvm build on UP without IOAPICMichael S. Tsirkin2012-07-03
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-25
* KVM: rearrange injection cancelling codeMichael S. Tsirkin2012-06-25
* KVM: only sync when attention bits setMichael S. Tsirkin2012-06-25
* x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin2012-06-25
* KVM guest: guest side for eoi avoidanceMichael S. Tsirkin2012-06-25
* KVM: optimize ISR lookupsMichael S. Tsirkin2012-06-25
* KVM: document lapic regs fieldMichael S. Tsirkin2012-06-25
* KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa2012-06-19
* KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall2012-06-18
* KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao2012-06-13
* KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa2012-06-11
* KVM: disable uninitialized var warningMichael S. Tsirkin2012-06-06
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-06
* KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman2012-06-05
* KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov2012-06-05
* KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2012-06-05
* KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao2012-06-05
* KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao2012-06-05
* KVM: VMX: Add EPT A/D bits definitionsXudong Hao2012-06-05
* KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-05
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-02
|\
| * Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin2012-06-01
| |\
| | * ftrace/x86: Do not change stacks in DEBUG when calling lockdepSteven Rostedt2012-05-31
| | * x86: Allow nesting of the debug stack IDT settingSteven Rostedt2012-05-31
| | * x86: Reset the debug_stack update counterSteven Rostedt2012-05-31
| | * ftrace: Use breakpoint method to update ftrace callerSteven Rostedt2012-05-31
| | * ftrace: Synchronize variable setting with breakpointsSteven Rostedt2012-05-31
| * | x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32H.J. Lu2012-06-01
| * | x86, efi: Add EFI boot stub documentationMatt Fleming2012-06-01
| * | x86, efi; Add EFI boot stub console supportMatt Fleming2012-06-01
| * | x86, efi: Only close open files in error pathMatt Fleming2012-06-01
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-01
|\ \ \