Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
77d11309b3a10e1ce112058ec2c9b7b979bcf311
77d1130
KVM: Separate rmap_pde from kvm_lpage_info->write_count
by Takuya Yoshikawa
· 12 years ago
b3ae209
KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()
by Takuya Yoshikawa
· 12 years ago
84504ef
KVM: MMU: Make kvm_handle_hva() handle range of addresses
by Takuya Yoshikawa
· 12 years ago
d19a748
KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()
by Takuya Yoshikawa
· 12 years ago
9594a49
KVM: MMU: Use __gfn_to_rmap() to clean up kvm_handle_hva()
by Takuya Yoshikawa
· 12 years ago
ebf7d2e
Revert "apic: fix kvm build on UP without IOAPIC"
by Michael S. Tsirkin
· 12 years ago
9053666
KVM guest: switch to apic_set_eoi_write, apic_write
by Michael S. Tsirkin
· 12 years ago
1551df6
apic: add apic_set_eoi_write for PV use
by Michael S. Tsirkin
· 12 years ago
64604e0
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
by Avi Kivity
· 12 years ago
ad756a1
KVM: VMX: Implement PCID/INVPCID for guests with EPT
by Mao, Junjie
· 12 years ago
fc73373
KVM: Add x86_hyper_kvm to complete detect_hypervisor_platform check
by Prarit Bhargava
· 12 years ago
0c1fc3c
KVM: PPC: Critical interrupt emulation support
by Bharat Bhushan
· 12 years ago
66c9897
KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
by Mihai Caraman
· 12 years ago
c7ba777
KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
by Mihai Caraman
· 12 years ago
9997782
KVM: PPC: bookehv: Add ESR flag to Data Storage Interrupt
by Mihai Caraman
· 12 years ago
6c5cb73
KVM: PPC: bookehv64: Add support for std/ld emulation.
by Varun Sethi
· 12 years ago
75c44bb
booke: Added crit/mc exception handler for e500v2
by Bharat Bhushan
· 12 years ago
6328e59
booke/bookehv: Add host crit-watchdog exception support
by Bharat Bhushan
· 12 years ago
58d8b17
KVM: MMU: document mmu-lock and fast page fault
by Xiao Guangrong
· 12 years ago
6fbc277
KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
by Xiao Guangrong
· 12 years ago
a72faf2
KVM: MMU: trace fast page fault
by Xiao Guangrong
· 12 years ago
c7ba5b4
KVM: MMU: fast path of handling guest page fault
by Xiao Guangrong
· 12 years ago
49fde34
KVM: MMU: introduce SPTE_MMU_WRITEABLE bit
by Xiao Guangrong
· 12 years ago
6e7d035
KVM: MMU: fold tlb flush judgement into mmu_spte_update
by Xiao Guangrong
· 12 years ago
4f5982a
KVM: VMX: export PFEC.P bit on ept
by Xiao Guangrong
· 12 years ago
8e22f95
KVM: MMU: cleanup spte_write_protect
by Xiao Guangrong
· 12 years ago
d13bc5b
KVM: MMU: abstract spte write-protect
by Xiao Guangrong
· 12 years ago
2f84569
KVM: MMU: return bool in __rmap_write_protect
by Xiao Guangrong
· 12 years ago
a27685c
KVM: VMX: Emulate invalid guest state by default
by Avi Kivity
· 12 years ago
8089000
KVM: x86 emulator: implement LTR
by Avi Kivity
· 12 years ago
869be99
KVM: x86 emulator: make loading TR set the busy bit
by Avi Kivity
· 12 years ago
e919464
KVM: x86 emulator: make read_segment_descriptor() return the address
by Avi Kivity
· 12 years ago
a14e579
KVM: x86 emulator: emulate LLDT
by Avi Kivity
· 12 years ago
9299836
KVM: x86 emulator: emulate BSWAP
by Avi Kivity
· 12 years ago
de5f70e
KVM: VMX: Improve error reporting during invalid guest state emulation
by Avi Kivity
· 12 years ago
de87dcd
KVM: VMX: Stop invalid guest state emulation on pending event
by Avi Kivity
· 12 years ago
612e89f
KVM: x86 emulator: implement ENTER
by Avi Kivity
· 12 years ago
51ddff5
KVM: x86 emulator: split push logic from push opcode emulation
by Avi Kivity
· 12 years ago
361cad2
KVM: x86 emulator: fix byte-sized MOVZX/MOVSX
by Avi Kivity
· 12 years ago
2dd7caa
KVM: x86 emulator: emulate LAHF
by Avi Kivity
· 12 years ago
7c068e4
KVM: VMX: Continue emulating after batch exhausted
by Avi Kivity
· 12 years ago
bdea48e
KVM: VMX: Fix interrupt exit condition during emulation
by Avi Kivity
· 12 years ago
9605157
KVM: x86 emulator: emulate SGDT/SIDT
by Avi Kivity
· 12 years ago
a6e3407
KVM: Fix SS default ESP/EBP based addressing
by Avi Kivity
· 12 years ago
cbd27ee
KVM: x86 emulator: initialize memop
by Avi Kivity
· 12 years ago
f47cfa3
KVM: x86 emulator: emulate LEAVE
by Avi Kivity
· 12 years ago
b8405c1
KVM: VMX: Limit iterations with emulator_invalid_guest_state
by Avi Kivity
· 12 years ago
f0495f9
KVM: VMX: Relax check on unusable segment
by Avi Kivity
· 12 years ago
510425f
KVM: x86 emulator: fix LIDT/LGDT in long mode
by Avi Kivity
· 12 years ago
79d5b4c
KVM: x86 emulator: allow loading null SS in long mode
by Avi Kivity
· 12 years ago
6d6eede
KVM: x86 emulator: emulate cpuid
by Avi Kivity
· 12 years ago
0017f93
KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics
by Avi Kivity
· 12 years ago
62046e5
KVM: Split cpuid register access from computation
by Avi Kivity
· 12 years ago
d881e6f
KVM: VMX: Return correct CPL during transition to protected mode
by Avi Kivity
· 12 years ago
e676505
KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation
by Avi Kivity
· 12 years ago
5cfc2aa
KVM: handle last_boosted_vcpu = 0 case
by Rik van Riel
· 12 years ago
21b26c0
KVM: s390: Fix sigp sense handling.
by Cornelia Huck
· 12 years ago
ea1918d
KVM: s390: use sigp condition code defines
by Heiko Carstens
· 12 years ago
0744426
KVM: s390: fix sigp set prefix status stored cases
by Heiko Carstens
· 12 years ago
7ba26c4
KVM: s390: fix sigp sense running condition code handling
by Heiko Carstens
· 12 years ago
9b74753
s390/smp/kvm: unifiy sigp definitions
by Heiko Carstens
· 12 years ago
9d04edd
s390/smp: remove redundant check
by Heiko Carstens
· 12 years ago
36c1ed8
KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIER
by Marc Zyngier
· 12 years ago
2106a54
KVM: VMX: code clean for vmx_init()
by Guo Chao
· 12 years ago
f9808b7
apic: fix kvm build on UP without IOAPIC
by Michael S. Tsirkin
· 12 years ago
ae7a2a3
KVM: host side for eoi optimization
by Michael S. Tsirkin
· 12 years ago
d905c06
KVM: rearrange injection cancelling code
by Michael S. Tsirkin
· 12 years ago
5cfb1d5
KVM: only sync when attention bits set
by Michael S. Tsirkin
· 12 years ago
c1af87d
KVM: eoi msi documentation
by Michael S. Tsirkin
· 12 years ago
d0a69d6
x86, bitops: note on __test_and_clear_bit atomicity
by Michael S. Tsirkin
· 12 years ago
ab9cf49
KVM guest: guest side for eoi avoidance
by Michael S. Tsirkin
· 12 years ago
8680b94
KVM: optimize ISR lookups
by Michael S. Tsirkin
· 12 years ago
5eadf91
KVM: document lapic regs field
by Michael S. Tsirkin
· 12 years ago
9e40b67
KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()
by Takuya Yoshikawa
· 12 years ago
a1e4ccb
KVM: Introduce __KVM_HAVE_IRQ_LINE
by Christoffer Dall
· 12 years ago
9900b4b
KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code
by Marc Zyngier
· 12 years ago
dcce048
KVM: trace events: update list of exit reasons
by Cornelia Huck
· 12 years ago
cd18345
KVM: s390: Perform early event mask processing during boot
by Heinz Graalfs
· 12 years ago
61bde82
KVM: s390: Set CPU in stopped state on initial cpu reset
by Christian Borntraeger
· 12 years ago
00763e4
KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit
by Xudong Hao
· 12 years ago
80feb89
KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()
by Takuya Yoshikawa
· 13 years ago
25e531a
Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into next
by Avi Kivity
· 12 years ago
79f702a
KVM: disable uninitialized var warning
by Michael S. Tsirkin
· 13 years ago
a737f25
KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers
by Christoffer Dall
· 12 years ago
4ae57b6
KVM: s390: Change maintainer
by Christian Borntraeger
· 12 years ago
b246dd5
KVM: VMX: Fix KVM_SET_SREGS with big real mode segments
by Orit Wasserman
· 13 years ago
1952639
KVM: MMU: do not iterate over all VMs in mmu_shrink()
by Gleb Natapov
· 12 years ago
a6bb792
KVM: ia64: Mark ia64 KVM as BROKEN
by Avi Kivity
· 13 years ago
3f6d8c8
KVM: VMX: Use EPT Access bit in response to memory notifiers
by Xudong Hao
· 13 years ago
b38f993
KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP
by Xudong Hao
· 13 years ago
83c3a33
KVM: VMX: Add parameter to control A/D bits support, default is on
by Xudong Hao
· 13 years ago
aaf07bc
KVM: VMX: Add EPT A/D bits definitions
by Xudong Hao
· 13 years ago
c1a7b32
KVM: Avoid wasting pages for small lpage_info arrays
by Takuya Yoshikawa
· 13 years ago
92eca8f
KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc()
by Takuya Yoshikawa
· 13 years ago
99becf1
Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{signal,vfs}
by Linus Torvalds
· 12 years ago
bf2785a
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
03240b2
fixups for signal breakage
by Al Viro
· 12 years ago
ad1ed29
nommu: fix compilation of nommu.c
by Greg Ungerer
· 12 years ago
a3fe778
Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm
by Linus Torvalds
· 12 years ago
9171c67
Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
Next »