Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1d737c8a68736db36e0aa502ace9da240704c5ae
1d737c8
KVM: Portability: Split mmu-related static inline functions to mmu.h
by Zhang Xiantao
· 17 years ago
ad312c7
KVM: Portability: Introduce kvm_vcpu_arch
by Zhang Xiantao
· 17 years ago
682c59a
KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code
by Zhang Xiantao
· 17 years ago
2bacc55
KVM: MMU: emulated cmpxchg8b should be atomic on i386
by Marcelo Tosatti
· 17 years ago
62b9aba
KVM: SVM: support writing 0 to K8 performance counter control registers
by Joerg Roedel
· 17 years ago
722f6ec
KVM: LAPIC: minor debugging compile fix
by Joerg Roedel
· 17 years ago
7819026
KVM: MMU: Fix SMP shadow instantiation race
by Marcelo Tosatti
· 17 years ago
1d07543
KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic
by Joerg Roedel
· 17 years ago
e833240
KVM: MMU: Use mmu_set_spte() for real-mode shadows
by Avi Kivity
· 17 years ago
bc750ba
KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
by Avi Kivity
· 17 years ago
1c4f1fd
KVM: MMU: Move set_pte() into guest paging mode independent code
by Avi Kivity
· 17 years ago
2fbf4cf
KVM: MMU: Remove walker argument to set_pte()
by Avi Kivity
· 17 years ago
e3f9550
KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site
by Avi Kivity
· 17 years ago
b4ab019
KVM: MMU: No need to pick up nx bit from guest pte
by Avi Kivity
· 17 years ago
41074d0
KVM: MMU: Fix inherited permissions for emulated guest pte updates
by Avi Kivity
· 17 years ago
bedbe4e
KVM: MMU: Move pte access calculation into a helper function
by Avi Kivity
· 17 years ago
8d87a03
KVM: MMU: Set nx bit correctly on shadow ptes
by Avi Kivity
· 17 years ago
fe135d2
KVM: MMU: Simplify calculation of pte access
by Avi Kivity
· 17 years ago
b3e4e63
KVM: MMU: Use cmpxchg for pte updates on walk_addr()
by Marcelo Tosatti
· 17 years ago
80a8119
KVM: SVM: Trap access to the cr8 register
by Avi Kivity
· 17 years ago
6e3d5df
KVM: x86 emulator: Fix stack instructions on 64-bit mode
by Avi Kivity
· 17 years ago
152ff9b
KVM: SVM: Emulate read/write access to cr8
by Joerg Roedel
· 17 years ago
e531406
KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel
by Avi Kivity
· 17 years ago
e934c9c
KVM: x86 emulator: fix eflags preparation for emulation
by Avi Kivity
· 17 years ago
7ee5d940
KVM: Use generalized exception queue for injecting #UD
by Avi Kivity
· 17 years ago
c1a5d4f
KVM: Replace #GP injection by the generalized exception queue
by Avi Kivity
· 17 years ago
c3c91fe
KVM: Replace page fault injection by the generalized exception queue
by Avi Kivity
· 17 years ago
298101d
KVM: Generalize exception injection mechanism
by Avi Kivity
· 17 years ago
4bf8ed8
KVM: MMU: Remove unused prev_shadow_ent variable from fetch()
by Marcelo Tosatti
· 17 years ago
e4a533a
KVM: Convert KVM from ->nopage() to ->fault()
by npiggin@suse.de
· 17 years ago
53e0aa7
KVM: Portability: Create kvm_arch_vcpu_runnable() function
by Hollis Blanchard
· 17 years ago
e01a1b5
KVM: Portability: Stop including x86-specific headers in kvm_main.c
by Hollis Blanchard
· 17 years ago
e217402
KVM: Portability: Move IO device definitions to its own header file
by Hollis Blanchard
· 17 years ago
d77a39d9
KVM: Portability: Move address types to their own header file
by Hollis Blanchard
· 17 years ago
b1fd3d3
KVM: Extend ioapic code to support iosapic
by Zhang Xiantao
· 17 years ago
0c7ac28
KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macros
by Zhang Xiantao
· 17 years ago
8be5453
KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface
by Zhang Xiantao
· 17 years ago
2b5203e
KVM: SVM: Remove KVM specific defines for MSR_EFER
by Carlo Marcelo Arenas Belon
· 17 years ago
fb56dbb
KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
by Avi Kivity
· 17 years ago
d2308784
KVM: Correct kvm_init() error paths not freeing bad_pge.
by Zhang Xiantao
· 17 years ago
f77bc6a
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
by Zhang Xiantao
· 17 years ago
018a98d
KVM: x86 emulator: unify four switch statements into two
by Avi Kivity
· 17 years ago
111de5d
KVM: x86 emulator: unify two switches
by Avi Kivity
· 17 years ago
b9fa9d6
KVM: x86 emulator: Move rep processing before instruction execution
by Avi Kivity
· 17 years ago
51e2962
KVM: Add ifdef in irqchip struct for x86 only structures
by Jerone Young
· 17 years ago
d7e5117
KVM: x86 emulator: cmps instruction
by Guillaume Thouvenin
· 17 years ago
e8d8d7f
KVM: x86 emulator: Rename 'cr2' to 'memop'
by Sheng Yang
· 17 years ago
448353c
KVM: MMU: mark pages that were inserted to the shadow pages table as accessed
by Izik Eidus
· 17 years ago
eb9774f
KVM: Remove misleading check for mmio during event injection
by Avi Kivity
· 17 years ago
f21b8bf
KVM: x86 emulator: address size and operand size overrides are sticky
by Avi Kivity
· 17 years ago
90e0a28
KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2
by Guillaume Thouvenin
· 17 years ago
e9f85cd
KVM: Portability: Move unalias_gfn to arch dependent file
by Zhang Xiantao
· 17 years ago
83ff3b9
KVM: VMX: Remove the secondary execute control dependency on irqchip
by Sheng Yang
· 17 years ago
0771671
KVM: Enhance guest cpuid management
by Dan Kenigsberg
· 17 years ago
6d4e4c4
KVM: Disallow fork() and similar games when using a VM
by Avi Kivity
· 17 years ago
76c35c6
KVM: MMU: Rename 'release_page'
by Avi Kivity
· 17 years ago
4db3531
KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
by Avi Kivity
· 17 years ago
1d28f5f
KVM: Remove gpa_to_hpa()
by Avi Kivity
· 17 years ago
0d81f29
KVM: MMU: Remove gva_to_hpa()
by Avi Kivity
· 17 years ago
3f3e712
KVM: MMU: Simplify nonpaging_map()
by Avi Kivity
· 17 years ago
1755fbc
KVM: MMU: Introduce gfn_to_gpa()
by Avi Kivity
· 17 years ago
38c335f
KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa
by Avi Kivity
· 17 years ago
230c9a8
KVM: MMU: Merge set_pte() and set_pte_common()
by Avi Kivity
· 17 years ago
050e649
KVM: MMU: Remove set_pde()
by Avi Kivity
· 17 years ago
4e54237
KVM: MMU: Remove extra gaddr parameter from set_pte_common()
by Avi Kivity
· 17 years ago
da92852
KVM: MMU: Move pse36 handling to the guest walker
by Avi Kivity
· 17 years ago
5fb07dd
KVM: MMU: Introduce and use gpte_to_gfn()
by Avi Kivity
· 17 years ago
b238f7b
KVM: MMU: Code cleanup
by Izik Eidus
· 17 years ago
d835dfe
KVM: Don't bother the mmu if cr3 load doesn't change cr3
by Avi Kivity
· 17 years ago
79539ce
KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte
by Avi Kivity
· 17 years ago
0f74a24
KVM: Add statistic for remote tlb flushes
by Avi Kivity
· 17 years ago
e5a4c8c
KVM: MMU: Implement guest page fault bypass for nonpae
by Avi Kivity
· 17 years ago
26e5215
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
by Avi Kivity
· 17 years ago
0de1034
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
by Zhang Xiantao
· 17 years ago
3ad82a7
KVM: Recalculate mmu pages needed for every memory region change
by Zhang Xiantao
· 17 years ago
6226686
KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed
by Avi Kivity
· 17 years ago
93a0039
KVM: x86 emulator: retire ->write_std()
by Avi Kivity
· 17 years ago
b4231d6
KVM: MMU: Selectively set PageDirty when releasing guest memory
by Izik Eidus
· 17 years ago
2065b37
KVM: MMU: Fix potential memory leak with smp real-mode
by Izik Eidus
· 17 years ago
2d2a7b9
KVM: Export include/asm-x86/kvm.h
by Avi Kivity
· 17 years ago
a162dd5
KVM: Portability: Move cpuid structures to <asm/kvm.h>
by Jerone Young
· 17 years ago
244d57e
KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>
by Jerone Young
· 17 years ago
3a56b20
KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>
by Jerone Young
· 17 years ago
d9ecf92
KVM: Portability: Move structure lapic_state to <asm/kvm.h>
by Jerone Young
· 17 years ago
19d30b1
KVM: Portability: Move kvm_regs to <asm/kvm.h>
by Jerone Young
· 17 years ago
da1386a
KVM: Portability: Move x86 pic strutctures
by Jerone Young
· 17 years ago
f6a40e3
KVM: Portability: Move kvm_memory_alias to asm/kvm.h
by Jerone Young
· 17 years ago
7faa8f6
KVM: Move misplaced comment
by Hollis Blanchard
· 17 years ago
d40ccc6
KVM: Correct consistent typo: "destory" -> "destroy"
by Hollis Blanchard
· 17 years ago
00fc9f5
KVM: Remove unused "rmap_overflow" variable
by Hollis Blanchard
· 17 years ago
971535f
KVM: MMU: Remove unused variable
by Avi Kivity
· 17 years ago
3e021bf
KVM: Simplify kvm_clear_guest_page()
by Izik Eidus
· 17 years ago
ec8d4ea
KVM: MMU: Change guest pte access to kvm_{read,write}_guest()
by Izik Eidus
· 17 years ago
15b00f3
KVM: VMX: Force seg.base == (seg.sel << 4) in real mode
by Jan Kiszka
· 17 years ago
54f1585
KVM: Portability: Move some function declarations to x86.h
by Zhang Xiantao
· 17 years ago
ec6d273
KVM: Move some static inline functions out from kvm.h into x86.h
by Zhang Xiantao
· 17 years ago
2b3ccfa
KVM: Portability: Move vcpu regs enumeration definition to x86.h
by Zhang Xiantao
· 17 years ago
ea4a5ff
KVM: Portability: Move struct kvm_x86_ops definition to x86.h
by Zhang Xiantao
· 17 years ago
cd6e8f8
KVM: Portability: Move some macro definitions from kvm.h to x86.h
by Zhang Xiantao
· 17 years ago
56c6d28
KVM: Portability: MMU initialization and teardown split
by Zhang Xiantao
· 17 years ago
Next »