- ba8afb6 KVM: x86 emulator: Add new mode of instruction emulation: skip by Gleb Natapov · 16 years ago
- e637b82 KVM: x86 emulator: Decode soft interrupt instructions by Gleb Natapov · 16 years ago
- 84ce66a KVM: x86 emulator: Completely decode in/out at decoding stage by Gleb Natapov · 16 years ago
- 341de7e KVM: x86 emulator: Add unsigned byte immediate decode by Gleb Natapov · 16 years ago
- d53c477 KVM: x86 emulator: Complete decoding of call near in decode stage by Gleb Natapov · 16 years ago
- b2833e3 KVM: x86 emulator: Complete short/near jcc decoding in decode stage by Gleb Natapov · 16 years ago
- 782b877 KVM: x86 emulator: Complete ljmp decoding at decode stage by Gleb Natapov · 16 years ago
- 0654169 KVM: x86 emulator: Add lcall decoding by Gleb Natapov · 16 years ago
- a5f868b KVM: x86 emulator: Add decoding of 16bit second immediate argument by Gleb Natapov · 16 years ago
- c2d0ee4 KVM: MMU: remove global page optimization logic by Marcelo Tosatti · 16 years ago
- ede2ccc KVM: PIT: fix count read and mode 0 handling by Marcelo Tosatti · 16 years ago
- 2d03319 KVM: x86 emulator: fix call near emulation by Gleb Natapov · 16 years ago
- 4c26b4c KVM: MMU: Discard reserved bits checking on PDE bit 7-8 by Sheng Yang · 16 years ago
- 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 16 years ago
- b237ac3 KVM: Fix task switch back link handling. by Gleb Natapov · 16 years ago
- 8843419 KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts(). by Gleb Natapov · 16 years ago
- 37b96e9 KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements by Gleb Natapov · 16 years ago
- 7b4a25c KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET by Gleb Natapov · 16 years ago
- 20c466b KVM: Use rsvd_bits_mask in load_pdptrs() by Dong, Eddie · 16 years ago
- 93ba03c KVM: VMX: Fix feature testing by Sheng Yang · 16 years ago
- 0454715 KVM: VMX: Clean up Flex Priority related by Sheng Yang · 16 years ago
- 7a6ce84 KVM: remove pointless conditional before kfree() in lapic initialization by Wei Yongjun · 16 years ago
- 9645bb56 KVM: MMU: Use different shadows when EFER.NXE changes by Avi Kivity · 16 years ago
- 82725b2 KVM: MMU: Emulate #PF error code of reserved bits violation by Dong, Eddie · 16 years ago
- a8b876b KVM: MMU: Fix comment in page_fault() by Eddie Dong · 16 years ago
- f9c617f KVM: VMX: Correct wrong vmcs field sizes by Sheng Yang · 16 years ago
- 7d433b9 KVM: VMX: Make flexpriority module parameter reflect hardware capability by Avi Kivity · 16 years ago
- 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
- 09cec75 KVM: Timer event should not unconditionally unhalt vcpu. by Gleb Natapov · 16 years ago
- 089d034 KVM: VMX: Fold vm_need_ept() into callers by Avi Kivity · 16 years ago
- 575ff2d KVM: VMX: Zero ept module parameter if ept is not present by Avi Kivity · 16 years ago
- 919818a KVM: VMX: Zero the vpid module parameter if vpid is not supported by Avi Kivity · 16 years ago
- 4462d21 KVM: VMX: Annotate module parameters as __read_mostly by Avi Kivity · 16 years ago
- 736caef KVM: VMX: Simplify module parameter names by Avi Kivity · 16 years ago
- 6062d01 KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit() by Avi Kivity · 16 years ago
- c1f8bc0 KVM: VMX: Make module parameters readable by Avi Kivity · 16 years ago
- fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 16 years ago
- 61c50ed KVM: SVM: Remove duplicate code in svm_do_inject_vector() by Gleb Natapov · 16 years ago
- 7fe29e0 KVM: x86: Ignore reads to EVNTSEL MSRs by Amit Shah · 16 years ago
- f00be0c KVM: MMU: do not free active mmu pages in free_mmu_pages() by Gleb Natapov · 16 years ago
- e56d532 KVM: Device assignment framework rework by Sheng Yang · 16 years ago
- 386eb6e KVM: make 'lapic_timer_ops' and 'kpit_ops' static by Hannes Eder · 16 years ago
- 58c2dde KVM: APIC: get rid of deliver_bitmask by Gleb Natapov · 16 years ago
- e103571 KVM: change the way how lowest priority vcpu is calculated by Gleb Natapov · 16 years ago
- 343f94f KVM: consolidate ioapic/ipi interrupt delivery logic by Gleb Natapov · 16 years ago
- 6da7e3f KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts by Gleb Natapov · 16 years ago
- f5a1e9f KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr by Joerg Roedel · 16 years ago
- d3c7b77 KVM: unify part of generic timer handling by Marcelo Tosatti · 16 years ago
- fd66842 KVM: PIT: remove usage of count_load_time for channel 0 by Marcelo Tosatti · 16 years ago
- 5a05d54 KVM: PIT: remove unused scheduled variable by Marcelo Tosatti · 16 years ago
- a90ede7 KVM: x86: paravirt skip pit-through-ioapic boot check by Marcelo Tosatti · 16 years ago
- 2dea4c8 KVM: x86: silence preempt warning on kvm_write_guest_time by Matt T. Yourst · 16 years ago
- d510d6c KVM: Enable MSI-X for KVM assigned device by Sheng Yang · 16 years ago
- bfd349d KVM: bit ops for deliver_bitmap by Sheng Yang · 16 years ago
- 110c2fa KVM: Update intr delivery func to accept unsigned long* bitmap by Sheng Yang · 16 years ago
- 5897297 KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE by Avi Kivity · 16 years ago
- 3e7c73e KVM: VMX: Don't use highmem pages for the msr and pio bitmaps by Avi Kivity · 16 years ago
- eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 16 years ago
- ccc0d38 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 2c701b1 [CPUFREQ] powernow-k8: check space_id of _PCT registers to be FFH by Dave Jones · 16 years ago
- 2cb7878 lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTOR by Rusty Russell · 16 years ago
- 75e613c x86/pci: fix mmconfig detection with 32bit near 4g by Yinghai Lu · 16 years ago
- 61c8c67 acpi-cpufreq: fix printk typo and indentation by Joe Perches · 16 years ago
- 32b154c x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be shared or not by Mel Gorman · 16 years ago
- cd86a53 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 2171787 x86: avoid back to back on_each_cpu in cpa_flush_array by Pallipadi, Venkatesh · 16 years ago
- ca446d0 [CPUFREQ] powernow-k8: determine exact CPU frequency for HW Pstates by Andreas Herrmann · 16 years ago
- df18297 [CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq data by Thomas Renninger · 16 years ago
- d38e73e [CPUFREQ] powernow-k7 build fix when ACPI=n by Dave Jones · 16 years ago
- 4319503 [CPUFREQ] add atom family to p4-clockmod by Jarod Wilson · 16 years ago
- 46176b4 x86, relocs: ignore R_386_NONE in kernel relocation entries by Tejun Heo · 16 years ago
- b18f1e2 Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
- a2edf57 KVM: Fix PDPTR reloading on CR4 writes by Avi Kivity · 16 years ago
- a8cd024 KVM: Make paravirt tlb flush also reload the PAE PDPTRs by Avi Kivity · 16 years ago
- 71c9d8b x86: Remove remap percpu allocator for the time being by Tejun Heo · 16 years ago
- 0af48f4 x86: cpa_flush_array wbinvd should be done on all CPUs by venkatesh.pallipadi@intel.com · 16 years ago
- 0b82753 x86: bugfix wbinvd() model check instead of family check by venkatesh.pallipadi@intel.com · 16 years ago
- 0c752a9 x86: introduce noxsave boot parameter by Suresh Siddha · 16 years ago
- bca23db x86, setup: revert ACPI 3 E820 extended attributes support by H. Peter Anvin · 16 years ago
- 88dff49 x86: DMI match for the Sony VGN-Z540N as it needs BIOS reboot by Zhang Rui · 16 years ago
- 13bba6f Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 0130b2d Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- b4ecc12 x86: Fix performance regression caused by paravirt_ops on native kernels by Jeremy Fitzhardinge · 16 years ago
- 33ab197 kgdb,i386: use address that SP register points to in the exception frame by Jason Wessel · 16 years ago
- aa512a2 x86/function-graph: fix constraint for recording old return value by Steven Rostedt · 16 years ago
- 44408ad xen: use header for EXPORT_SYMBOL_GPL by Randy Dunlap · 16 years ago
- 7b6c6c7 x86, 32-bit: fix kernel_trap_sp() by Masami Hiramatsu · 16 years ago
- 3c59876 x86: fix percpu_{to,from}_op() by Jan Beulich · 16 years ago
- 99f85a2 KVM: SVM: Remove port 80 passthrough by Avi Kivity · 16 years ago
- 917a015 x86: mtrr: Fix high_width computation when phys-addr is >= 44bit by Yinghai Lu · 16 years ago
- e286e86 KVM: Make EFER reads safe when EFER does not exist by Avi Kivity · 16 years ago
- 334b8ad KVM: Fix NX support reporting by Avi Kivity · 16 years ago
- 19bca6a KVM: SVM: Fix cross vendor migration issue with unusable bit by Andre Przywara · 16 years ago
- b74d446 x86: Fix false positive section mismatch warnings in the apic code by Sam Ravnborg · 16 years ago
- e529992 x86: MCE: make cmci_discover_lock irq-safe by Hidetoshi Seto · 16 years ago
- 33df4db x86: xen, i386: reserve Xen pagetables by Jeremy Fitzhardinge · 16 years ago
- 6407df5 x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMP by Huang Ying · 16 years ago
- 4983439 x86-64: finish cleanup_highmaps()'s job wrt. _brk_end by Jan Beulich · 16 years ago
- 6143876 x86: fix boot hang in early_reserve_e820() by Jan Beulich · 16 years ago
- e0e5ea3 x86: Fix a typo in a printk message by Nikanth Karthikesan · 16 years ago