KVM: x86: Fix typos in emulate.c
[deliverable/linux.git] / arch / x86 /
2012-07-20  Guo ChaoKVM: x86: Fix typos in emulate.c
2012-07-20  Guo ChaoKVM: x86: Fix typos in x86.c
2012-07-20  Guo ChaoKVM: SVM: Fix typos
2012-07-20  Guo ChaoKVM: VMX: Fix typos
2012-07-20  Xiao GuangrongKVM: remove the unused parameter of gfn_to_pfn_memslot
2012-07-20  Xiao GuangrongKVM: using get_fault_pfn to get the fault pfn
2012-07-20  Xiao GuangrongKVM: MMU: track the refcount when unmap the page
2012-07-20  Xiao GuangrongKVM: x86: remove unnecessary mark_page_dirty
2012-07-18  Takuya YoshikawaKVM: MMU: Avoid handling same rmap_pde in kvm_handle_hv...
2012-07-18  Takuya YoshikawaKVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
2012-07-18  Takuya YoshikawaKVM: MMU: Add memslot parameter to hva handlers
2012-07-18  Takuya YoshikawaKVM: Separate rmap_pde from kvm_lpage_info->write_count
2012-07-18  Takuya YoshikawaKVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifi...
2012-07-18  Takuya YoshikawaKVM: MMU: Make kvm_handle_hva() handle range of addresses
2012-07-18  Takuya YoshikawaKVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
2012-07-18  Takuya YoshikawaKVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
2012-07-16  Michael S. TsirkinRevert "apic: fix kvm build on UP without IOAPIC"
2012-07-16  Michael S. TsirkinKVM guest: switch to apic_set_eoi_write, apic_write
2012-07-16  Michael S. Tsirkinapic: add apic_set_eoi_write for PV use
2012-07-15  Avi KivityMerge branch 'for-upstream' of git://github.com/agraf...
2012-07-12  Mao, JunjieKVM: VMX: Implement PCID/INVPCID for guests with EPT
2012-07-11  Prarit BhargavaKVM: Add x86_hyper_kvm to complete detect_hypervisor_pl...
2012-07-11  Xiao GuangrongKVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
2012-07-11  Xiao GuangrongKVM: MMU: trace fast page fault
2012-07-11  Xiao GuangrongKVM: MMU: fast path of handling guest page fault
2012-07-11  Xiao GuangrongKVM: MMU: introduce SPTE_MMU_WRITEABLE bit
2012-07-11  Xiao GuangrongKVM: MMU: fold tlb flush judgement into mmu_spte_update
2012-07-11  Xiao GuangrongKVM: VMX: export PFEC.P bit on ept
2012-07-11  Xiao GuangrongKVM: MMU: cleanup spte_write_protect
2012-07-11  Xiao GuangrongKVM: MMU: abstract spte write-protect
2012-07-11  Xiao GuangrongKVM: MMU: return bool in __rmap_write_protect
2012-07-09  Avi KivityKVM: VMX: Emulate invalid guest state by default
2012-07-09  Avi KivityKVM: x86 emulator: implement LTR
2012-07-09  Avi KivityKVM: x86 emulator: make loading TR set the busy bit
2012-07-09  Avi KivityKVM: x86 emulator: make read_segment_descriptor() retur...
2012-07-09  Avi KivityKVM: x86 emulator: emulate LLDT
2012-07-09  Avi KivityKVM: x86 emulator: emulate BSWAP
2012-07-09  Avi KivityKVM: VMX: Improve error reporting during invalid guest...
2012-07-09  Avi KivityKVM: VMX: Stop invalid guest state emulation on pending...
2012-07-09  Avi KivityKVM: x86 emulator: implement ENTER
2012-07-09  Avi KivityKVM: x86 emulator: split push logic from push opcode...
2012-07-09  Avi KivityKVM: x86 emulator: fix byte-sized MOVZX/MOVSX
2012-07-09  Avi KivityKVM: x86 emulator: emulate LAHF
2012-07-09  Avi KivityKVM: VMX: Continue emulating after batch exhausted
2012-07-09  Avi KivityKVM: VMX: Fix interrupt exit condition during emulation
2012-07-09  Avi KivityKVM: x86 emulator: emulate SGDT/SIDT
2012-07-09  Avi KivityKVM: Fix SS default ESP/EBP based addressing
2012-07-09  Avi KivityKVM: x86 emulator: initialize memop
2012-07-09  Avi KivityKVM: x86 emulator: emulate LEAVE
2012-07-09  Avi KivityKVM: VMX: Limit iterations with emulator_invalid_guest_...
2012-07-09  Avi KivityKVM: VMX: Relax check on unusable segment
2012-07-09  Avi KivityKVM: x86 emulator: fix LIDT/LGDT in long mode
2012-07-09  Avi KivityKVM: x86 emulator: allow loading null SS in long mode
2012-07-09  Avi KivityKVM: x86 emulator: emulate cpuid
2012-07-09  Avi KivityKVM: x86 emulator: change ->get_cpuid() accessor to...
2012-07-09  Avi KivityKVM: Split cpuid register access from computation
2012-07-09  Avi KivityKVM: VMX: Return correct CPL during transition to prote...
2012-07-09  Avi KivityKVM: MMU: Force cr3 reload with two dimensional paging...
2012-07-03  Guo ChaoKVM: VMX: code clean for vmx_init()
2012-07-03  Michael S. Tsirkinapic: fix kvm build on UP without IOAPIC
2012-06-25  Michael S. TsirkinKVM: host side for eoi optimization
2012-06-25  Michael S. TsirkinKVM: rearrange injection cancelling code
2012-06-25  Michael S. TsirkinKVM: only sync when attention bits set
2012-06-25  Michael S. Tsirkinx86, bitops: note on __test_and_clear_bit atomicity
2012-06-25  Michael S. TsirkinKVM guest: guest side for eoi avoidance
2012-06-25  Michael S. TsirkinKVM: optimize ISR lookups
2012-06-25  Michael S. TsirkinKVM: document lapic regs field
2012-06-19  Takuya YoshikawaKVM: Use kvm_kvfree() to free memory allocated by kvm_k...
2012-06-18  Christoffer DallKVM: Introduce __KVM_HAVE_IRQ_LINE
2012-06-13  Xudong HaoKVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid...
2012-06-12  Takuya YoshikawaKVM: MMU: Remove unused parameter from mmu_memory_cache...
2012-06-06  Avi KivityMerge branch 'for-upstream' of git://github.com/agraf...
2012-06-06  Michael S. TsirkinKVM: disable uninitialized var warning
2012-06-06  Christoffer DallKVM: Cleanup the kvm_print functions and introduce...
2012-06-05  Orit WassermanKVM: VMX: Fix KVM_SET_SREGS with big real mode segments
2012-06-05  Gleb NatapovKVM: MMU: do not iterate over all VMs in mmu_shrink()
2012-06-05  Xudong HaoKVM: VMX: Use EPT Access bit in response to memory...
2012-06-05  Xudong HaoKVM: VMX: Enable EPT A/D bits if supported by turning...
2012-06-05  Xudong HaoKVM: VMX: Add parameter to control A/D bits support...
2012-06-05  Xudong HaoKVM: VMX: Add EPT A/D bits definitions
2012-06-05  Takuya YoshikawaKVM: Avoid wasting pages for small lpage_info arrays
2012-06-04  Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2012-06-04  Linus TorvaldsMerge tag 'stable/frontswap.v16-tag' of git://git....
2012-06-04  Linus TorvaldsMerge branches 'irq-urgent-for-linus' and 'smp-hotplug...
2012-06-04  Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2012-06-04  Linus TorvaldsMerge branch 'pm-acpi' of git://git./linux/kernel/git...
2012-06-03  Linus TorvaldsMerge tag 'dm-3.5-changes-1' of git://git./linux/kernel...
2012-06-02  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-06-02  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2012-06-02  Linus TorvaldsMerge branch 'akpm' (Fixups for Andrew's patchbomb)
2012-06-01  Linus TorvaldsMerge tag 'fbdev-updates-for-3.5' of git://github.com...
2012-06-01  Linus TorvaldsMerge tag 'for-linus-3.5-20120601' of git://git.infrade...
2012-06-01  Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2012-06-01  Linus TorvaldsMerge branch 'slab/for-linus' of git://git./linux/kerne...
2012-06-01  H. Peter AnvinMerge remote-tracking branch 'rostedt/tip/perf/urgent...
2012-06-01  Linus TorvaldsMerge branch 'ux500/hickup' of git://git./linux/kernel...
2012-06-01  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2012-06-01  Linus TorvaldsMerge tag 'sound-3.5' of git://git./linux/kernel/git...
2012-06-01  H.J. Lux86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32
2012-06-01  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next
This page took 0.046214 seconds and 8 git commands to generate.