index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-19
KVM: using get_fault_pfn to get the fault pfn
Xiao Guangrong
3
-17
/
+7
2012-07-19
KVM: MMU: track the refcount when unmap the page
Xiao Guangrong
1
-0
/
+8
2012-07-19
KVM: x86: remove unnecessary mark_page_dirty
Xiao Guangrong
1
-1
/
+0
2012-07-18
KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()
Takuya Yoshikawa
1
-10
/
+18
2012-07-18
KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()
Takuya Yoshikawa
1
-13
/
+10
2012-07-18
KVM: MMU: Add memslot parameter to hva handlers
Takuya Yoshikawa
1
-7
/
+9
2012-07-18
KVM: Separate rmap_pde from kvm_lpage_info->write_count
Takuya Yoshikawa
3
-4
/
+15
2012-07-18
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...
Takuya Yoshikawa
5
-2
/
+16
2012-07-18
KVM: MMU: Make kvm_handle_hva() handle range of addresses
Takuya Yoshikawa
2
-18
/
+60
2012-07-18
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
Takuya Yoshikawa
3
-5
/
+12
2012-07-18
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
Takuya Yoshikawa
1
-6
/
+6
2012-07-16
Revert "apic: fix kvm build on UP without IOAPIC"
Michael S. Tsirkin
1
-5
/
+0
2012-07-16
KVM guest: switch to apic_set_eoi_write, apic_write
Michael S. Tsirkin
1
-10
/
+3
2012-07-16
apic: add apic_set_eoi_write for PV use
Michael S. Tsirkin
2
-0
/
+20
2012-07-15
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
Avi Kivity
7
-31
/
+98
2012-07-12
KVM: VMX: Implement PCID/INVPCID for guests with EPT
Mao, Junjie
8
-7
/
+77
2012-07-11
KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check
Prarit Bhargava
3
-0
/
+16
2012-07-11
KVM: PPC: Critical interrupt emulation support
Bharat Bhushan
1
-0
/
+25
2012-07-11
KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
Mihai Caraman
1
-1
/
+2
2012-07-11
KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
Mihai Caraman
1
-1
/
+4
2012-07-11
KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
Mihai Caraman
1
-1
/
+1
2012-07-11
KVM: PPC: bookehv64: Add support for std/ld emulation.
Varun Sethi
1
-0
/
+16
2012-07-11
booke: Added crit/mc exception handler for e500v2
Bharat Bhushan
1
-28
/
+27
2012-07-11
booke/bookehv: Add host crit-watchdog exception support
Bharat Bhushan
2
-0
/
+23
2012-07-11
KVM: MMU: document mmu-lock and fast page fault
Xiao Guangrong
1
-1
/
+129
2012-07-11
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
Xiao Guangrong
2
-6
/
+4
2012-07-11
KVM: MMU: trace fast page fault
Xiao Guangrong
2
-0
/
+40
2012-07-11
KVM: MMU: fast path of handling guest page fault
Xiao Guangrong
1
-17
/
+127
2012-07-11
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
Xiao Guangrong
1
-19
/
+38
2012-07-11
KVM: MMU: fold tlb flush judgement into mmu_spte_update
Xiao Guangrong
1
-13
/
+20
2012-07-11
KVM: VMX: export PFEC.P bit on ept
Xiao Guangrong
1
-1
/
+8
2012-07-11
KVM: MMU: cleanup spte_write_protect
Xiao Guangrong
1
-16
/
+29
2012-07-11
KVM: MMU: abstract spte write-protect
Xiao Guangrong
1
-27
/
+31
2012-07-11
KVM: MMU: return bool in __rmap_write_protect
Xiao Guangrong
1
-6
/
+7
2012-07-09
KVM: VMX: Emulate invalid guest state by default
Avi Kivity
1
-1
/
+1
2012-07-09
KVM: x86 emulator: implement LTR
Avi Kivity
1
-1
/
+10
2012-07-09
KVM: x86 emulator: make loading TR set the busy bit
Avi Kivity
1
-1
/
+7
2012-07-09
KVM: x86 emulator: make read_segment_descriptor() return the address
Avi Kivity
1
-5
/
+8
2012-07-09
KVM: x86 emulator: emulate LLDT
Avi Kivity
1
-1
/
+10
2012-07-09
KVM: x86 emulator: emulate BSWAP
Avi Kivity
1
-2
/
+18
2012-07-09
KVM: VMX: Improve error reporting during invalid guest state emulation
Avi Kivity
1
-1
/
+5
2012-07-09
KVM: VMX: Stop invalid guest state emulation on pending event
Avi Kivity
1
-0
/
+3
2012-07-09
KVM: x86 emulator: implement ENTER
Avi Kivity
1
-1
/
+27
2012-07-09
KVM: x86 emulator: split push logic from push opcode emulation
Avi Kivity
1
-3
/
+8
2012-07-09
KVM: x86 emulator: fix byte-sized MOVZX/MOVSX
Avi Kivity
1
-2
/
+2
2012-07-09
KVM: x86 emulator: emulate LAHF
Avi Kivity
1
-1
/
+8
2012-07-09
KVM: VMX: Continue emulating after batch exhausted
Avi Kivity
1
-1
/
+1
2012-07-09
KVM: VMX: Fix interrupt exit condition during emulation
Avi Kivity
1
-2
/
+1
2012-07-09
KVM: x86 emulator: emulate SGDT/SIDT
Avi Kivity
1
-2
/
+31
2012-07-09
KVM: Fix SS default ESP/EBP based addressing
Avi Kivity
1
-3
/
+14
[next]