platform/adaptation/renesas_rcar/renesas_kernel.git
2012-07-23 Raghavendra K TKVM: Note down when cpu relax intercepted or pause...
2012-07-23 Raghavendra K TKVM: Add config to support ple or cpu relax optimzation
2012-07-20 Michael S.... KVM: switch to symbolic name for irq_states size
2012-07-20 Guo ChaoKVM: x86: Fix typos in pmu.c
2012-07-20 Guo ChaoKVM: x86: Fix typos in lapic.c
2012-07-20 Guo ChaoKVM: x86: Fix typos in cpuid.c
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: remove is_error_hpa
2012-07-20 Xiao GuangrongKVM: make bad_pfn static to kvm_main.c
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.... Revert "apic: fix kvm build on UP without IOAPIC"
2012-07-16 Michael S.... KVM guest: switch to apic_set_eoi_write, apic_write
2012-07-16 Michael S.... apic: 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 Bharat BhushanKVM: PPC: Critical interrupt emulation support
2012-07-11 Mihai CaramanKVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
2012-07-11 Mihai CaramanKVM: PPC64: booke: Set interrupt computation mode for...
2012-07-11 Mihai CaramanKVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
2012-07-11 Varun SethiKVM: PPC: bookehv64: Add support for std/ld emulation.
2012-07-11 Bharat Bhushanbooke: Added crit/mc exception handler for e500v2
2012-07-11 Bharat Bhushanbooke/bookehv: Add host crit-watchdog exception support
2012-07-11 Xiao GuangrongKVM: MMU: document mmu-lock and fast page fault
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-06 Rik van RielKVM: handle last_boosted_vcpu = 0 case
2012-07-03 Cornelia HuckKVM: s390: Fix sigp sense handling.
2012-07-03 Heiko CarstensKVM: s390: use sigp condition code defines
2012-07-03 Heiko CarstensKVM: s390: fix sigp set prefix status stored cases
2012-07-03 Heiko CarstensKVM: s390: fix sigp sense running condition code handling
2012-07-03 Heiko Carstenss390/smp/kvm: unifiy sigp definitions
2012-07-03 Heiko Carstenss390/smp: remove redundant check
2012-07-03 Marc ZyngierKVM: Guard mmu_notifier specific code with CONFIG_MMU_N...
2012-07-03 Guo ChaoKVM: VMX: code clean for vmx_init()
2012-07-03 Michael S.... apic: fix kvm build on UP without IOAPIC
2012-06-25 Michael S.... KVM: host side for eoi optimization
2012-06-25 Michael S.... KVM: rearrange injection cancelling code
2012-06-25 Michael S.... KVM: only sync when attention bits set
2012-06-25 Michael S.... KVM: eoi msi documentation
2012-06-25 Michael S.... x86, bitops: note on __test_and_clear_bit atomicity
2012-06-25 Michael S.... KVM guest: guest side for eoi avoidance
2012-06-25 Michael S.... KVM: optimize ISR lookups
2012-06-25 Michael S.... KVM: document lapic regs field
2012-06-19 Takuya YoshikawaKVM: Use kvm_kvfree() to free memory allocated by kvm_k...
2012-06-18 Christoffer... KVM: Introduce __KVM_HAVE_IRQ_LINE
2012-06-18 Marc ZyngierKVM: use KVM_CAP_IRQ_ROUTING to protect the routing...
2012-06-13 Cornelia HuckKVM: trace events: update list of exit reasons
2012-06-13 Heinz GraalfsKVM: s390: Perform early event mask processing during...
2012-06-13 Christian BorntraegerKVM: s390: Set CPU in stopped state on initial cpu...
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...
next