Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a575813bfe4bc15aba511a5e91e61d242bff8b9d
/
arch
/
x86
/
kvm
a575813
KVM: x86: Fix load damaged SSEx MXCSR register
by Wanpeng Li
· 8 years ago
4769886
kvm: nVMX: off by one in vmx_write_pml_buffer()
by Dan Carpenter
· 8 years ago
03efce6
nVMX: Advertise PML to L1 hypervisor
by Bandan Das
· 8 years ago
c5f983f
nVMX: Implement emulated Page Modification Logging
by Bandan Das
· 8 years ago
bab4165
kvm: x86: Add a hook for arch specific dirty logging emulation
by Bandan Das
· 8 years ago
c7c2c70
kvm: nVMX: Validate CR3 target count on nested VM-entry
by Jim Mattson
· 8 years ago
bf5f894
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
a7c3e90
mm: introduce kv[mz]alloc helpers
by Michal Hocko
· 8 years ago
2d3e486
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
2e5b0bd
kvm: nVMX: Don't validate disabled secondary controls
by Jim Mattson
· 8 years ago
4e335d9
Revert "KVM: Support vCPU-based gfn->hva cache"
by Paolo Bonzini
· 8 years ago
5c0aea0
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
by David Hildenbrand
· 8 years ago
d3b5d35
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
70f3aac
kvm: nVMX: Remove superfluous VMX instruction fault checks
by Jim Mattson
· 8 years ago
6ed071f
KVM: x86: fix emulation of RSM and IRET instructions
by Ladi Prosek
· 8 years ago
cde9af6
KVM: add explicit barrier to kvm_vcpu_kick
by Andrew Jones
· 8 years ago
1bd2009
KVM: x86: always use kvm_make_request instead of set_bit
by Radim Krčmář
· 8 years ago
72875d8a
KVM: add kvm_{test,clear}_request to replace {test,clear}_bit
by Radim Krčmář
· 8 years ago
e891a32
KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK
by Marcelo Tosatti
· 8 years ago
668fffa
kvm: better MWAIT emulation for guests
by Michael S. Tsirkin
· 8 years ago
db2336a
KVM: x86: virtualize cpuid faulting
by Kyle Huey
· 8 years ago
fe0e80b
KVM: VMX: drop vmm_exclusive module parameter
by David Hildenbrand
· 8 years ago
3325187
KVM: nVMX: fix AD condition when handling EPT violation
by Radim Krčmář
· 8 years ago
405a353
KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs
by Ladi Prosek
· 8 years ago
bd8fab3
KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplug
by Denis Plotnikov
· 8 years ago
c5e8ec8
KVM: x86: remaster kvm_write_tsc code
by Denis Plotnikov
· 8 years ago
900ab14
KVM: x86: use irqchip_kernel() to check for pic+ioapic
by David Hildenbrand
· 8 years ago
b5e7cf5
KVM: x86: simplify pic_ioport_read()
by David Hildenbrand
· 8 years ago
84a5c79
KVM: x86: set data directly in picdev_read()
by David Hildenbrand
· 8 years ago
9fecaa9
KVM: x86: drop picdev_in_range()
by David Hildenbrand
· 8 years ago
dc24d1d
KVM: x86: make kvm_pic_reset() static
by David Hildenbrand
· 8 years ago
e21d175
KVM: x86: simplify pic_unlock()
by David Hildenbrand
· 8 years ago
43ae312
KVM: x86: drop goto label in kvm_set_routing_entry()
by David Hildenbrand
· 8 years ago
993225a
KVM: x86: rename kvm_vcpu_request_scan_ioapic()
by David Hildenbrand
· 8 years ago
ca8ab3f
KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
by David Hildenbrand
· 8 years ago
d62f270
KVM: x86: remove all-vcpu request from kvm_ioapic_init()
by David Hildenbrand
· 8 years ago
445ee82
KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
by David Hildenbrand
· 8 years ago
49f520b
KVM: x86: push usage of slots_lock down
by David Hildenbrand
· 8 years ago
ba7454e
KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
by David Hildenbrand
· 8 years ago
33392b4
KVM: x86: convert kvm_(set|get)_ioapic() into void
by David Hildenbrand
· 8 years ago
4c0b06d
KVM: x86: remove duplicate checks for ioapic
by David Hildenbrand
· 8 years ago
0bceb15
KVM: x86: use ioapic_in_kernel() to check for ioapic existence
by David Hildenbrand
· 8 years ago
0191e92
KVM: x86: get rid of ioapic_irqchip()
by David Hildenbrand
· 8 years ago
90bca05
KVM: x86: get rid of pic_irqchip()
by David Hildenbrand
· 8 years ago
f567080
KVM: x86: check against irqchip_mode in ioapic_in_kernel()
by David Hildenbrand
· 8 years ago
19d25a0
KVM: x86: check against irqchip_mode in pic_in_kernel()
by David Hildenbrand
· 8 years ago
8bf463f
KVM: x86: check against irqchip_mode in kvm_set_routing_entry()
by David Hildenbrand
· 8 years ago
637e3f8
KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
by David Hildenbrand
· 8 years ago
28d0635
kvm: nVMX: Disallow userspace-injected exceptions in guest mode
by Jim Mattson
· 8 years ago
28bf288
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
by David Hildenbrand
· 8 years ago
3042255
kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic
by Paolo Bonzini
· 8 years ago
a5f4645
KVM: nVMX: support RDRAND and RDSEED exiting
by Paolo Bonzini
· 8 years ago
ae1e2d1
kvm: nVMX: support EPT accessed/dirty bits
by Paolo Bonzini
· 8 years ago
86407bc
kvm: x86: MMU support for EPT accessed/dirty bits
by Paolo Bonzini
· 8 years ago
0047723
KVM: VMX: remove bogus check for invalid EPT violation
by Paolo Bonzini
· 8 years ago
7db7426
KVM: nVMX: we support 1GB EPT pages
by Paolo Bonzini
· 8 years ago
ad6260d
KVM: x86: drop legacy device assignment
by Paolo Bonzini
· 8 years ago
2c82878
KVM: VMX: require virtual NMI support
by Paolo Bonzini
· 8 years ago
74f1690
kvm/svm: Setup MCG_CAP on AMD properly
by Borislav Petkov
· 8 years ago
1279a6b1
KVM: nVMX: single function for switching between vmcs
by David Hildenbrand
· 8 years ago
f0b98c0
kvm: vmx: Don't use INVVPID when EPT is enabled
by Jim Mattson
· 8 years ago
1fb883b
KVM: nVMX: initialize PML fields in vmcs02
by Ladi Prosek
· 8 years ago
ab007cc
KVM: nVMX: do not leak PML full vmexit to L1
by Ladi Prosek
· 8 years ago
7f75540
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
by Ingo Molnar
· 8 years ago
2beb6dad
KVM: x86: cleanup the page tracking SRCU instance
by Paolo Bonzini
· 8 years ago
7ad658b
KVM: nVMX: fix nested EPT detection
by Ladi Prosek
· 8 years ago
08d839c
KVM: VMX: Fix enable VPID conditions
by Wanpeng Li
· 8 years ago
63cb6d5
KVM: nVMX: Fix nested VPID vmx exec control
by Wanpeng Li
· 8 years ago
24dccf8
KVM: x86: correct async page present tracepoint
by Wanpeng Li
· 8 years ago
fb6c819
kvm: vmx: Flush TLB when the APIC-access address changes
by Jim Mattson
· 8 years ago
c761159
KVM: x86: use pic/ioapic destructor when destroy vm
by Peter Xu
· 8 years ago
950712e
KVM: x86: check existance before destroy
by Peter Xu
· 8 years ago
59c58ceb
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
by Andy Lutomirski
· 8 years ago
6d1b3ad
KVM: nVMX: don't reset kvm mmu twice
by Wanpeng Li
· 8 years ago
3863dff
kvm: fix usage of uninit spinlock in avic_vm_destroy()
by Dmitry Vyukov
· 8 years ago
6c6c5e0
KVM: VMX: downgrade warning on unexpected exit code
by Radim Krčmář
· 8 years ago
45fc875
x86: Make the GDT remapping read-only on 64-bit
by Thomas Garnier
· 8 years ago
05d8d34
KVM: nVMX: do not warn when MSR bitmap address is not backed
by Radim Krčmář
· 8 years ago
2f707d9
KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset
by Wanpeng Li
· 8 years ago
587d7e72
kvm: nVMX: VMCLEAR should not cause the vCPU to shut down
by Jim Mattson
· 8 years ago
2d62e07
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3905f9a
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
acc9ab6
KVM: nVMX: Fix pending events injection
by Wanpeng Li
· 8 years ago
0fce546
x86/kvm/vmx: remove unused variable in segment_base()
by Jérémy Lefaure
· 8 years ago
bba82fd
KVM: x86: never specify a sample period for virtualized in_tx_cp counters
by Robert O'Callahan
· 8 years ago
9332ef9
scripts/spelling.txt: add "an user" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
fd7e9a8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 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
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
828cad8
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
06ce521
kvm: fix page struct leak in handle_vmon
by Paolo Bonzini
· 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
bbd6411
KVM: Support vCPU-based gfn->hva cache
by Cao, Lei
· 8 years ago
Next »