Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
203000993de5098c9b7da3b131cffa7978029994
2030009
kvm: vmx: add MSR logic for XSAVES
by Wanpeng Li
· 10 years ago
f53cd63
kvm: x86: handle XSAVES vmcs and vmexit
by Wanpeng Li
· 10 years ago
404e0a1
KVM: cpuid: mask more bits in leaf 0xd and subleaves
by Paolo Bonzini
· 10 years ago
412a3c4
KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctly
by Paolo Bonzini
· 10 years ago
55412b2
kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest
by Wanpeng Li
· 10 years ago
5c404ca
KVM: x86: use F() macro throughout cpuid.c
by Paolo Bonzini
· 10 years ago
df1daba
KVM: x86: support XSAVES usage in the host
by Paolo Bonzini
· 10 years ago
ba7b392
x86: export get_xsave_addr
by Paolo Bonzini
· 10 years ago
28145be
Merge tag 'kvm-s390-next-20141204' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 10 years ago
99e2000
KVM: s390: clean up return code handling in irq delivery code
by Jens Freimann
· 10 years ago
9185124
KVM: s390: use atomic bitops to access pending_irqs bitmap
by Jens Freimann
· 10 years ago
467fc29
KVM: s390: some ext irqs have to clear the ext cpu addr
by David Hildenbrand
· 10 years ago
7a72f7a
KVM: track pid for VCPU only on KVM_RUN ioctl
by Christian Borntraeger
· 10 years ago
eed6e79
KVM: don't check for PF_VCPU when yielding
by David Hildenbrand
· 10 years ago
9c1a5d38
kvm: optimize GFN to memslot lookup with large slots amount
by Igor Mammedov
· 10 years ago
0e60b07
kvm: change memslot sorting rule from size to GFN
by Igor Mammedov
· 10 years ago
d4ae84a0
kvm: search_memslots: add simple LRU memslot caching
by Igor Mammedov
· 10 years ago
7f379cf
kvm: update_memslots: drop not needed check for the same slot
by Igor Mammedov
· 10 years ago
5a38b6e
kvm: update_memslots: drop not needed check for the same number of pages
by Igor Mammedov
· 10 years ago
45c3094
KVM: x86: allow 256 logical x2APICs again
by Radim Krčmář
· 10 years ago
25995e5
KVM: x86: check bounds of APIC maps
by Radim Krčmář
· 10 years ago
fa834e9
KVM: x86: fix APIC physical destination wrapping
by Radim Krčmář
· 10 years ago
085563f
KVM: x86: deliver phys lowest-prio
by Radim Krčmář
· 10 years ago
698f975
KVM: x86: don't retry hopeless APIC delivery
by Radim Krčmář
· 10 years ago
decdc28
KVM: x86: use MSR_ICR instead of a number
by Radim Krčmář
· 10 years ago
c69d3d9
KVM: x86: Fix reserved x2apic registers
by Nadav Amit
· 10 years ago
39f062f
KVM: x86: Generate #UD when memory operand is required
by Nadav Amit
· 10 years ago
be06b6b
Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 10 years ago
fc2020c
KVM: s390: allow injecting all kinds of machine checks
by Jens Freimann
· 10 years ago
383d0b0
KVM: s390: handle pending local interrupts via bitmap
by Jens Freimann
· 10 years ago
c0e6159
KVM: s390: add bitmap for handling cpu-local interrupts
by Jens Freimann
· 11 years ago
0fb97ab
KVM: s390: refactor interrupt delivery code
by Jens Freimann
· 10 years ago
60f90a1
KVM: s390: add defines for virtio and pfault interrupt code
by Jens Freimann
· 10 years ago
af43eb2
KVM: s390: external param not valid for cpu timer and ckc
by David Hildenbrand
· 10 years ago
0146a7b
KVM: s390: refactor interrupt injection code
by Jens Freimann
· 10 years ago
9fcf93b
KVM: S390: Create helper function get_guest_storage_key
by Jason J. Herne
· 10 years ago
da00fcb
KVM: s390: trigger the right CPU exit for floating interrupts
by Christian Borntraeger
· 10 years ago
04b41ac
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
by Thomas Huth
· 10 years ago
a02689f
KVM: s390: Small fixes for the PFMF handler
by Thomas Huth
· 10 years ago
2b4a273
kvm: x86: avoid warning about potential shift wrapping bug
by Paolo Bonzini
· 10 years ago
c9eab58
KVM: x86: move device assignment out of kvm_host.h
by Paolo Bonzini
· 10 years ago
b65d6e1
kvm: x86: mask out XSAVES
by Paolo Bonzini
· 10 years ago
c274e03
kvm: x86: move assigned-dev.c and iommu.c to arch/x86/
by Radim Krčmář
· 10 years ago
6b39715
kvm: remove IA64 ioctls
by Radim Krčmář
· 10 years ago
3bf58e9
kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64
by Radim Krcmar
· 10 years ago
6ef768f
kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/
by Paolo Bonzini
· 10 years ago
c32a427
kvm: Documentation: remove ia64
by Tiejun Chen
· 10 years ago
003f7de
KVM: ia64: remove
by Paolo Bonzini
· 10 years ago
86619e7
KVM: x86: Remove FIXMEs in emulate.c
by Nicholas Krause
· 10 years ago
997b041
KVM: emulator: remove duplicated limit check
by Paolo Bonzini
· 10 years ago
01485a2
KVM: emulator: remove code duplication in register_address{,_increment}
by Paolo Bonzini
· 10 years ago
31ff648
KVM: x86: Move __linearize masking of la into switch
by Nadav Amit
· 10 years ago
abc7d8a
KVM: x86: Non-canonical access using SS should cause #SS
by Nadav Amit
· 10 years ago
d50eaa1
KVM: x86: Perform limit checks when assigning EIP
by Nadav Amit
· 10 years ago
a7315d2
KVM: x86: Emulator performs privilege checks on __linearize
by Nadav Amit
· 10 years ago
1c1c35a
KVM: x86: Stack size is overridden by __linearize
by Nadav Amit
· 10 years ago
7d882ff
KVM: x86: Revert NoBigReal patch in the emulator
by Nadav Amit
· 10 years ago
842bb26
kvm: x86: vmx: remove MMIO_MAX_GEN
by Tiejun Chen
· 10 years ago
81ed33e
kvm: x86: vmx: cleanup handle_ept_violation
by Tiejun Chen
· 10 years ago
f210f75
KVM: x86: Fix lost interrupt on irr_pending race
by Nadav Amit
· 10 years ago
a3e339e
KVM: compute correct map even if all APICs are software disabled
by Paolo Bonzini
· 10 years ago
173beed
KVM: x86: Software disabled APIC should still deliver NMIs
by Nadav Amit
· 10 years ago
5cc1502
kvm: simplify update_memslots invocation
by Paolo Bonzini
· 10 years ago
f2a8103
kvm: commonize allocation of the new memory slots
by Paolo Bonzini
· 10 years ago
8593176
kvm: memslots: track id_to_index changes during the insertion sort
by Paolo Bonzini
· 10 years ago
063584d
kvm: memslots: replace heap sort with an insertion sort pass
by Igor Mammedov
· 10 years ago
1d4e7e3
kvm: x86: increase user memory slots to 509
by Igor Mammedov
· 10 years ago
d913b90
kvm: svm: move WARN_ON in svm_adjust_tsc_offset
by Chris J Arges
· 10 years ago
54b98bf
x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest match
by Andy Lutomirski
· 10 years ago
f6577a5f
x86, kvm, vmx: Always use LOAD_IA32_EFER if available
by Andy Lutomirski
· 10 years ago
ac14623
KVM: x86: fix warning on 32-bit compilation
by Paolo Bonzini
· 10 years ago
ce1a5e6
kvm: x86: add trace event for pvclock updates
by David Matlack
· 10 years ago
09a0c3f
kvm: x86: Fix kvm clock versioning.
by Owen Hofmann
· 10 years ago
ed9aad2
KVM: x86: MOVNTI emulation min opsize is not respected
by Nadav Amit
· 10 years ago
7f18792
KVM: x86: update masterclock values on TSC writes
by Marcelo Tosatti
· 10 years ago
b2c9d43
KVM: x86: Return UNHANDLABLE on unsupported SYSENTER
by Nadav Amit
· 10 years ago
db324fe
KVM: x86: Warn on APIC base relocation
by Nadav Amit
· 10 years ago
d14cb5d
KVM: x86: Emulator mis-decodes VEX instructions on real-mode
by Nadav Amit
· 10 years ago
2c2ca2d
KVM: x86: Remove redundant and incorrect cpl check on task-switch
by Nadav Amit
· 10 years ago
9a9abf6
KVM: x86: Inject #GP when loading system segments with non-canonical base
by Nadav Amit
· 10 years ago
5b7f6a1e
KVM: x86: Combine the lgdt and lidt emulation logic
by Nadav Amit
· 10 years ago
38827db
KVM: x86: Do not update EFLAGS on faulting emulation
by Nadav Amit
· 10 years ago
9d88fca
KVM: x86: MOV to CR3 can set bit 63
by Nadav Amit
· 10 years ago
0fcc207
KVM: x86: Emulate push sreg as done in Core
by Nadav Amit
· 10 years ago
5aca372
KVM: x86: Wrong flags on CMPS and SCAS emulation
by Nadav Amit
· 10 years ago
807c142
KVM: x86: SYSCALL cannot clear eflags[1]
by Nadav Amit
· 10 years ago
b5bbf10
KVM: x86: Emulation of MOV-sreg to memory uses incorrect size
by Nadav Amit
· 10 years ago
82b3277
KVM: x86: Breakpoints do not consider CS.base
by Nadav Amit
· 10 years ago
7305eb5
KVM: x86: Clear DR6[0:3] on #DB during handle_dr
by Nadav Amit
· 10 years ago
6d2a052
KVM: x86: Emulator should set DR6 upon GD like real CPU
by Nadav Amit
· 10 years ago
3ffb246
KVM: x86: No error-code on real-mode exceptions
by Nadav Amit
· 10 years ago
5b38ab8
KVM: x86: decode_modrm does not regard modrm correctly
by Nadav Amit
· 10 years ago
4114c27
KVM: x86: reset RVI upon system reset
by Wei Wang
· 10 years ago
a2ae9df
kvm: x86: vmx: avoid returning bool to distinguish success from error
by Paolo Bonzini
· 10 years ago
34a1cd6
kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()
by Tiejun Chen
· 10 years ago
f2c7648
kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()
by Tiejun Chen
· 10 years ago
173ede4
Merge tag 'kvm-s390-next-20141107' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 10 years ago
365dc16
KVM: fix vm device attribute documentation
by Dominik Dingel
· 10 years ago
fc56eb6
KVM: s390: fix handling of lctl[g]/stctl[g]
by Heiko Carstens
· 10 years ago
2dca485
KVM: s390: flush CPU on load control
by Christian Borntraeger
· 10 years ago
Next »