index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
random32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-12
KVM: x86: drop picdev_in_range()
David Hildenbrand
1
-23
/
+12
2017-04-12
KVM: x86: make kvm_pic_reset() static
David Hildenbrand
2
-3
/
+1
2017-04-12
KVM: x86: simplify pic_unlock()
David Hildenbrand
1
-9
/
+4
2017-04-12
KVM: x86: cleanup return handling in setup_routing_entry()
David Hildenbrand
1
-6
/
+5
2017-04-12
KVM: x86: drop goto label in kvm_set_routing_entry()
David Hildenbrand
1
-12
/
+8
2017-04-12
KVM: x86: rename kvm_vcpu_request_scan_ioapic()
David Hildenbrand
3
-5
/
+5
2017-04-12
KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
David Hildenbrand
1
-2
/
+2
2017-04-12
KVM: x86: remove all-vcpu request from kvm_ioapic_init()
David Hildenbrand
1
-2
/
+0
2017-04-12
KVM: x86: KVM_IRQCHIP_PIC_MASTER only has 8 pins
David Hildenbrand
1
-9
/
+6
2017-04-12
KVM: x86: push usage of slots_lock down
David Hildenbrand
3
-4
/
+4
2017-04-12
KVM: x86: don't take kvm->irq_lock when creating IRQCHIP
David Hildenbrand
1
-2
/
+0
2017-04-12
KVM: x86: convert kvm_(set|get)_ioapic() into void
David Hildenbrand
3
-8
/
+6
2017-04-12
KVM: x86: remove duplicate checks for ioapic
David Hildenbrand
1
-4
/
+0
2017-04-12
KVM: x86: use ioapic_in_kernel() to check for ioapic existence
David Hildenbrand
1
-3
/
+1
2017-04-12
KVM: x86: get rid of ioapic_irqchip()
David Hildenbrand
2
-7
/
+2
2017-04-12
KVM: x86: get rid of pic_irqchip()
David Hildenbrand
5
-23
/
+16
2017-04-12
KVM: x86: check against irqchip_mode in ioapic_in_kernel()
David Hildenbrand
1
-3
/
+4
2017-04-12
KVM: x86: check against irqchip_mode in pic_in_kernel()
David Hildenbrand
1
-3
/
+4
2017-04-12
KVM: x86: check against irqchip_mode in kvm_set_routing_entry()
David Hildenbrand
1
-6
/
+8
2017-04-12
KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
David Hildenbrand
3
-6
/
+24
2017-04-12
KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
David Hildenbrand
1
-0
/
+3
2017-04-07
kvm: nVMX: Disallow userspace-injected exceptions in guest mode
Jim Mattson
1
-1
/
+2
2017-04-07
KVM: x86: fix user triggerable warning in kvm_apic_accept_events()
David Hildenbrand
1
-0
/
+12
2017-04-07
kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public
Paolo Bonzini
12
-14
/
+18
2017-04-07
kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic
Paolo Bonzini
5
-14
/
+4
2017-04-07
KVM: nVMX: support RDRAND and RDSEED exiting
Paolo Bonzini
2
-0
/
+7
2017-04-07
KVM: VMX: add missing exit reasons
Paolo Bonzini
1
-7
/
+18
2017-04-07
kvm: nVMX: support EPT accessed/dirty bits
Paolo Bonzini
6
-25
/
+54
2017-04-07
kvm: x86: MMU support for EPT accessed/dirty bits
Paolo Bonzini
1
-8
/
+15
2017-04-07
KVM: VMX: remove bogus check for invalid EPT violation
Paolo Bonzini
1
-14
/
+0
2017-04-07
KVM: nVMX: we support 1GB EPT pages
Paolo Bonzini
1
-3
/
+3
2017-04-07
KVM: x86: drop legacy device assignment
Paolo Bonzini
9
-1710
/
+1
2017-04-07
KVM: VMX: require virtual NMI support
Paolo Bonzini
1
-105
/
+38
2017-04-07
kvm/svm: Setup MCG_CAP on AMD properly
Borislav Petkov
1
-0
/
+7
2017-04-07
KVM: nVMX: single function for switching between vmcs
David Hildenbrand
1
-15
/
+8
2017-04-07
kvm: vmx: Don't use INVVPID when EPT is enabled
Jim Mattson
1
-1
/
+2
2017-04-07
KVM: s390: introduce AIS capability
Yi Min Zhao
3
-0
/
+24
2017-04-06
KVM: s390: introduce adapter interrupt inject function
Yi Min Zhao
4
-6
/
+78
2017-04-06
KVM: s390: introduce ais mode modify function
Fei Li
6
-0
/
+114
2017-04-06
KVM: s390: interface for suppressible I/O adapters
Fei Li
4
-4
/
+15
2017-03-29
tools/kvm_stat: add '%Total' column
Stefan Raspl
1
-1
/
+8
2017-03-29
tools/kvm_stat: add interactive command 'r'
Stefan Raspl
2
-14
/
+53
2017-03-29
tools/kvm_stat: add interactive command 'c'
Stefan Raspl
2
-4
/
+14
2017-03-29
tools/kvm_stat: add option '--guest'
Stefan Raspl
2
-2
/
+105
2017-03-29
tools/kvm_stat: remove regex filter on empty input
Stefan Raspl
1
-0
/
+1
2017-03-29
tools/kvm_stat: display regex when set to non-default
Stefan Raspl
1
-0
/
+6
2017-03-29
tools/kvm_stat: print error messages on faulty pid filter input
Stefan Raspl
1
-0
/
+4
2017-03-29
tools/kvm_stat: remove pid filter on empty input
Stefan Raspl
1
-4
/
+7
2017-03-29
tools/kvm_stat: display guest name when using pid filter
Stefan Raspl
1
-2
/
+39
2017-03-29
tools/kvm_stat: document list of interactive commands
Stefan Raspl
2
-0
/
+23
[next]