index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Add config to support ple or cpu relax optimzation
Raghavendra K T
2012-07-23
2
-0
/
+2
*
KVM: switch to symbolic name for irq_states size
Michael S. Tsirkin
2012-07-20
1
-1
/
+1
*
KVM: x86: Fix typos in pmu.c
Guo Chao
2012-07-20
1
-1
/
+1
*
KVM: x86: Fix typos in lapic.c
Guo Chao
2012-07-20
1
-2
/
+2
*
KVM: x86: Fix typos in cpuid.c
Guo Chao
2012-07-20
1
-1
/
+1
*
KVM: x86: Fix typos in emulate.c
Guo Chao
2012-07-20
1
-5
/
+5
*
KVM: x86: Fix typos in x86.c
Guo Chao
2012-07-20
1
-7
/
+7
*
KVM: SVM: Fix typos
Guo Chao
2012-07-20
1
-2
/
+2
*
KVM: VMX: Fix typos
Guo Chao
2012-07-20
1
-3
/
+3
*
KVM: remove the unused parameter of gfn_to_pfn_memslot
Xiao Guangrong
2012-07-19
2
-2
/
+2
*
KVM: using get_fault_pfn to get the fault pfn
Xiao Guangrong
2012-07-19
1
-4
/
+2
*
KVM: MMU: track the refcount when unmap the page
Xiao Guangrong
2012-07-19
1
-0
/
+8
*
KVM: x86: remove unnecessary mark_page_dirty
Xiao Guangrong
2012-07-19
1
-1
/
+0
*
KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Takuya Yoshikawa
2012-07-18
1
-10
/
+18
*
KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
Takuya Yoshikawa
2012-07-18
1
-13
/
+10
*
KVM: MMU: Add memslot parameter to hva handlers
Takuya Yoshikawa
2012-07-18
1
-7
/
+9
*
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
2012-07-18
3
-4
/
+15
*
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
2012-07-18
4
-0
/
+15
*
KVM: MMU: Make kvm_handle_hva() handle range of addresses
Takuya Yoshikawa
2012-07-18
2
-18
/
+60
*
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
Takuya Yoshikawa
2012-07-18
2
-5
/
+4
*
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
Takuya Yoshikawa
2012-07-18
1
-6
/
+6
*
Revert "apic: fix kvm build on UP without IOAPIC"
Michael S. Tsirkin
2012-07-16
1
-5
/
+0
*
KVM guest: switch to apic_set_eoi_write, apic_write
Michael S. Tsirkin
2012-07-16
1
-10
/
+3
*
apic: add apic_set_eoi_write for PV use
Michael S. Tsirkin
2012-07-16
2
-0
/
+20
*
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
Avi Kivity
2012-07-15
7
-31
/
+98
|
\
|
*
KVM: PPC: Critical interrupt emulation support
Bharat Bhushan
2012-07-11
1
-0
/
+25
|
*
KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
Mihai Caraman
2012-07-11
1
-1
/
+2
|
*
KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
Mihai Caraman
2012-07-11
1
-1
/
+4
|
*
KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
Mihai Caraman
2012-07-11
1
-1
/
+1
|
*
KVM: PPC: bookehv64: Add support for std/ld emulation.
Varun Sethi
2012-07-11
1
-0
/
+16
|
*
booke: Added crit/mc exception handler for e500v2
Bharat Bhushan
2012-07-11
1
-28
/
+27
|
*
booke/bookehv: Add host crit-watchdog exception support
Bharat Bhushan
2012-07-11
2
-0
/
+23
*
|
KVM: VMX: Implement PCID/INVPCID for guests with EPT
Mao, Junjie
2012-07-12
8
-7
/
+77
*
|
KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check
Prarit Bhargava
2012-07-11
3
-0
/
+16
*
|
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
Xiao Guangrong
2012-07-11
2
-6
/
+4
*
|
KVM: MMU: trace fast page fault
Xiao Guangrong
2012-07-11
2
-0
/
+40
*
|
KVM: MMU: fast path of handling guest page fault
Xiao Guangrong
2012-07-11
1
-17
/
+127
*
|
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
Xiao Guangrong
2012-07-11
1
-19
/
+38
*
|
KVM: MMU: fold tlb flush judgement into mmu_spte_update
Xiao Guangrong
2012-07-11
1
-13
/
+20
*
|
KVM: VMX: export PFEC.P bit on ept
Xiao Guangrong
2012-07-11
1
-1
/
+8
*
|
KVM: MMU: cleanup spte_write_protect
Xiao Guangrong
2012-07-11
1
-16
/
+29
*
|
KVM: MMU: abstract spte write-protect
Xiao Guangrong
2012-07-11
1
-27
/
+31
*
|
KVM: MMU: return bool in __rmap_write_protect
Xiao Guangrong
2012-07-11
1
-6
/
+7
*
|
KVM: VMX: Emulate invalid guest state by default
Avi Kivity
2012-07-09
1
-1
/
+1
*
|
KVM: x86 emulator: implement LTR
Avi Kivity
2012-07-09
1
-1
/
+10
*
|
KVM: x86 emulator: make loading TR set the busy bit
Avi Kivity
2012-07-09
1
-1
/
+7
*
|
KVM: x86 emulator: make read_segment_descriptor() return the address
Avi Kivity
2012-07-09
1
-5
/
+8
*
|
KVM: x86 emulator: emulate LLDT
Avi Kivity
2012-07-09
1
-1
/
+10
*
|
KVM: x86 emulator: emulate BSWAP
Avi Kivity
2012-07-09
1
-2
/
+18
*
|
KVM: VMX: Improve error reporting during invalid guest state emulation
Avi Kivity
2012-07-09
1
-1
/
+5
[next]