summaryrefslogtreecommitdiffstats
path: root/lib/random32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-12KVM: x86: drop picdev_in_range()David Hildenbrand1-23/+12
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand2-3/+1
2017-04-12KVM: x86: simplify pic_unlock()David Hildenbrand1-9/+4
2017-04-12KVM: x86: cleanup return handling in setup_routing_entry()David Hildenbrand1-6/+5
2017-04-12KVM: x86: drop goto label in kvm_set_routing_entry()David Hildenbrand1-12/+8
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand3-5/+5
2017-04-12KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand1-2/+2
2017-04-12KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand1-2/+0
2017-04-12KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pinsDavid Hildenbrand1-9/+6
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand3-4/+4
2017-04-12KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand1-2/+0
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand3-8/+6
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand1-4/+0
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand1-3/+1
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand2-7/+2
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand5-23/+16
2017-04-12KVM: x86: check against irqchip_mode in ioapic_in_kernel()David Hildenbrand1-3/+4
2017-04-12KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand1-3/+4
2017-04-12KVM: x86: check against irqchip_mode in kvm_set_routing_entry()David Hildenbrand1-6/+8
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand3-6/+24
2017-04-12KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIPDavid Hildenbrand1-0/+3
2017-04-07kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson1-1/+2
2017-04-07KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand1-0/+12
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini12-14/+18
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini5-14/+4
2017-04-07KVM: nVMX: support RDRAND and RDSEED exitingPaolo Bonzini2-0/+7
2017-04-07KVM: VMX: add missing exit reasonsPaolo Bonzini1-7/+18
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini6-25/+54
2017-04-07kvm: x86: MMU support for EPT accessed/dirty bitsPaolo Bonzini1-8/+15
2017-04-07KVM: VMX: remove bogus check for invalid EPT violationPaolo Bonzini1-14/+0
2017-04-07KVM: nVMX: we support 1GB EPT pagesPaolo Bonzini1-3/+3
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini9-1710/+1
2017-04-07KVM: VMX: require virtual NMI supportPaolo Bonzini1-105/+38
2017-04-07kvm/svm: Setup MCG_CAP on AMD properlyBorislav Petkov1-0/+7
2017-04-07KVM: nVMX: single function for switching between vmcsDavid Hildenbrand1-15/+8
2017-04-07kvm: vmx: Don't use INVVPID when EPT is enabledJim Mattson1-1/+2
2017-04-07KVM: s390: introduce AIS capabilityYi Min Zhao3-0/+24
2017-04-06KVM: s390: introduce adapter interrupt inject functionYi Min Zhao4-6/+78
2017-04-06KVM: s390: introduce ais mode modify functionFei Li6-0/+114
2017-04-06KVM: s390: interface for suppressible I/O adaptersFei Li4-4/+15
2017-03-29tools/kvm_stat: add '%Total' columnStefan Raspl1-1/+8
2017-03-29tools/kvm_stat: add interactive command 'r'Stefan Raspl2-14/+53
2017-03-29tools/kvm_stat: add interactive command 'c'Stefan Raspl2-4/+14
2017-03-29tools/kvm_stat: add option '--guest'Stefan Raspl2-2/+105
2017-03-29tools/kvm_stat: remove regex filter on empty inputStefan Raspl1-0/+1
2017-03-29tools/kvm_stat: display regex when set to non-defaultStefan Raspl1-0/+6
2017-03-29tools/kvm_stat: print error messages on faulty pid filter inputStefan Raspl1-0/+4
2017-03-29tools/kvm_stat: remove pid filter on empty inputStefan Raspl1-4/+7
2017-03-29tools/kvm_stat: display guest name when using pid filterStefan Raspl1-2/+39
2017-03-29tools/kvm_stat: document list of interactive commandsStefan Raspl2-0/+23