Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
dd0fd8bca1850ddadf5d33a9ed28f3707cd98ac7
dd0fd8b
x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64
by Waiman Long
· 8 years ago
6c62985
x86/paravirt: Change vcp_is_preempted() arg type to long
by Waiman Long
· 8 years ago
96794e4
KVM: VMX: use correct vmcs_read/write for guest segment selector/base
by Chao Peng
· 8 years ago
b7ffc44
x86/kvm/vmx: Defer TR reload after VM exit
by Andy Lutomirski
· 8 years ago
d3273de
x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss
by Andy Lutomirski
· 8 years ago
8c2e41f
x86/kvm/vmx: Simplify segment_base()
by Andy Lutomirski
· 8 years ago
e28baea
x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels
by Andy Lutomirski
· 8 years ago
e0c2306
x86/kvm/vmx: Don't fetch the TSS base from the GDT
by Andy Lutomirski
· 8 years ago
4f53ab1
x86/asm: Define the kernel TSS limit in a macro
by Andy Lutomirski
· 8 years ago
06ce521
kvm: fix page struct leak in handle_vmon
by Paolo Bonzini
· 8 years ago
a26d553
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
bcd3bb6
KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now
by Paul Mackerras
· 8 years ago
843574a
KVM: Return an error code only as a constant in kvm_get_dirty_log()
by Markus Elfring
· 8 years ago
58d6db3
KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()
by Markus Elfring
· 8 years ago
f6a3b16
KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()
by Markus Elfring
· 8 years ago
bd7e5b0
KVM: x86: remove code for lazy FPU handling
by Paolo Bonzini
· 8 years ago
460df4c
KVM: race-free exit from KVM_RUN without POSIX signals
by Paolo Bonzini
· 8 years ago
3a4f176
KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message
by Thomas Huth
· 8 years ago
4da934d
KVM: PPC: Book3S PR: Ratelimit copy data failure error messages
by Vipin K Parashar
· 8 years ago
bbd6411
KVM: Support vCPU-based gfn->hva cache
by Cao, Lei
· 8 years ago
4bd518f
KVM: use separate generations for each address space
by Paolo Bonzini
· 8 years ago
5a2d436
KVM: only retrieve memslots once when initializing cache
by Paolo Bonzini
· 8 years ago
47c0152
KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls
by Paolo Bonzini
· 8 years ago
4306f20
ptp_kvm: try to detect hypercall availability
by Radim Krčmář
· 8 years ago
5b73d63
KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path
by David Gibson
· 8 years ago
681bcea
KVM: svm: inititalize hash table structures directly
by David Hildenbrand
· 8 years ago
858e25c
kvm: nVMX: Refactor nested_vmx_run()
by Jim Mattson
· 8 years ago
ca0bde2
kvm: nVMX: Split VMCS checks from nested_vmx_run()
by Jim Mattson
· 8 years ago
6beb7bd
kvm: nVMX: Refactor nested_get_vmcs12_pages()
by Jim Mattson
· 8 years ago
a8bc284
kvm: nVMX: Refactor handle_vmptrld()
by Jim Mattson
· 8 years ago
e29acc5
kvm: nVMX: Refactor handle_vmon()
by Jim Mattson
· 8 years ago
cf8b84f
kvm: nVMX: Prepare for checkpointing L2 state
by Jim Mattson
· 8 years ago
b95234c
kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection
by Paolo Bonzini
· 8 years ago
76dfafd5
KVM: x86: do not scan IRR twice on APICv vmentry
by Paolo Bonzini
· 8 years ago
3d92789
KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callers
by Paolo Bonzini
· 8 years ago
810e6de
KVM: x86: preparatory changes for APICv cleanups
by Paolo Bonzini
· 8 years ago
0ad3bed
kvm: nVMX: move nested events check to kvm_vcpu_running
by Paolo Bonzini
· 8 years ago
967235d
KVM: vmx: clear pending interrupts on KVM_SET_LAPIC
by Paolo Bonzini
· 8 years ago
db1c056
kvm: vmx: Use the hardware provided GPA instead of page walk
by Paolo Bonzini
· 8 years ago
ee10689
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
8ef81a9
KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bit
by Arnd Bergmann
· 8 years ago
2e751df
Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 8 years ago
5982f08
KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
by Wei Yongjun
· 8 years ago
a0e136d
PTP: add kvm PTP driver
by Marcelo Tosatti
· 8 years ago
f4066c2
kvmclock: export kvmclock clocksource and data pointers
by Marcelo Tosatti
· 8 years ago
7b6b463
KVM: arm/arm64: Emulate the EL1 phys timer registers
by Jintack Lim
· 8 years ago
c9a3c58
KVM: arm64: Add the EL1 physical timer access handler
by Jintack Lim
· 8 years ago
f242ada
KVM: arm/arm64: Set up a background timer for the physical timer emulation
by Jintack Lim
· 8 years ago
fb280e9
KVM: arm/arm64: Set a background timer to the earliest timer expiration
by Jintack Lim
· 8 years ago
58e0c97
KVM: arm/arm64: Update the physical timer interrupt level
by Jintack Lim
· 8 years ago
a91d185
KVM: arm/arm64: Initialize the emulated EL1 physical timer
by Jintack Lim
· 8 years ago
009a570
KVM: arm/arm64: Add the EL1 physical timer context
by Jintack Lim
· 8 years ago
9171fa2
KVM: arm/arm64: Decouple kvm timer functions from virtual timer
by Jintack Lim
· 8 years ago
90de943
KVM: arm/arm64: Move cntvoff to each timer context
by Jintack Lim
· 8 years ago
fbb4aee
KVM: arm/arm64: Abstract virtual timer context into separate structure
by Jintack Lim
· 8 years ago
0bdbf3b0
KVM: arm/arm64: vgic: Stop injecting the MSI occurrence twice
by Shanker Donthineni
· 8 years ago
80fbd89
KVM: x86: fix compilation
by Paolo Bonzini
· 8 years ago
a4a741a
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 8 years ago
8f00067
Merge tag 'kvm-s390-next-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 8 years ago
d9c0e59
Merge tag 'kvm_mips_4.11_1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/kvm-mips into HEAD
by Paolo Bonzini
· 8 years ago
d5b798c
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
55dd00a
KVM: x86: add KVM_HC_CLOCK_PAIRING hypercall
by Marcelo Tosatti
· 8 years ago
6342c50
KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail
by David Hildenbrand
· 8 years ago
42cf014
KVM: nVMX: kmap() can't fail
by David Hildenbrand
· 8 years ago
ab9bad0
powerpc/powernv: Remove separate entry for OPAL real mode calls
by Benjamin Herrenschmidt
· 8 years ago
2337d20
powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts
by Nicholas Piggin
· 8 years ago
fb7dc1d
KVM: s390: detect some program check loops
by Christian Borntraeger
· 8 years ago
e1e8a96
KVM: s390: Disable dirty log retrieval for UCONTROL guests
by Janosch Frank
· 8 years ago
12ed1fa
KVM: MIPS: Allow multiple VCPUs to be created
by James Hogan
· 8 years ago
ad58d4d
KVM: MIPS/T&E: Expose read-only CP0_IntCtl register
by James Hogan
· 10 years ago
013044c
KVM: MIPS/T&E: Expose CP0_EntryLo0/1 registers
by James Hogan
· 8 years ago
be67a0b
KVM: MIPS/T&E: Default to reset vector
by James Hogan
· 8 years ago
7801bbe
KVM: MIPS/T&E: Implement CP0_EBase register
by James Hogan
· 8 years ago
654229a
KVM: MIPS/T&E: Move CP0 register access into T&E
by James Hogan
· 8 years ago
230c572
KVM: MIPS: Claim KVM_CAP_READONLY_MEM support
by James Hogan
· 10 years ago
411740f
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
by James Hogan
· 8 years ago
f9b11e5
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
by James Hogan
· 8 years ago
b584f46
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
by James Hogan
· 8 years ago
b5f1dd1
KVM: MIPS/MMU: Handle dirty logging on GPA faults
by James Hogan
· 8 years ago
a1ac9e1
KVM: MIPS: Clean & flush on dirty page logging enable
by James Hogan
· 8 years ago
e88643b
KVM: MIPS/MMU: Use generic dirty log & protect helper
by James Hogan
· 8 years ago
f0c0c33
KVM: MIPS/MMU: Add GPA PT mkclean helper
by James Hogan
· 8 years ago
64ebc9e
KVM: MIPS/T&E: Handle read only GPA in TLB mod
by James Hogan
· 8 years ago
b8f79dd
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
by James Hogan
· 10 years ago
420ea09
KVM: MIPS/T&E: Abstract bad access handling
by James Hogan
· 8 years ago
577ed7f
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
by James Hogan
· 10 years ago
89d6ad8
KVM: MIPS/T&E: Ignore user writes to CP0_Config7
by James Hogan
· 8 years ago
b620911
KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
by James Hogan
· 8 years ago
4cf74c9
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
by James Hogan
· 8 years ago
5207ce1
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
by James Hogan
· 8 years ago
4b21e8a
KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
by James Hogan
· 8 years ago
1880afd
KVM: MIPS/T&E: Add lockless GVA access helpers
by James Hogan
· 8 years ago
91737ea
KVM: MIPS/T&E: Reduce stale ASID checks
by James Hogan
· 8 years ago
b29e115
KVM: MIPS/T&E: Handle TLB invalidation requests
by James Hogan
· 8 years ago
4841e0d
KVM: MIPS: Update vcpu->mode and vcpu->cpu
by James Hogan
· 8 years ago
06c158c
KVM: MIPS/MMU: Convert guest physical map to page table
by James Hogan
· 10 years ago
6a97c77
KVM: MIPS: Use CP0_BadInstr[P] for emulation
by James Hogan
· 10 years ago
122e51d
KVM: MIPS: Improve kvm_get_inst() error return
by James Hogan
· 8 years ago
a1ecc54
KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
by James Hogan
· 8 years ago
a98dd74
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
by James Hogan
· 8 years ago
Next »