index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
vme
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-20
KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
Alexey Kardashevskiy
8
-5
/
+645
2017-04-20
KVM: PPC: iommu: Unify TCE checking
Alexey Kardashevskiy
4
-55
/
+39
2017-04-20
KVM: PPC: Use preregistered memory API to access TCE list
Alexey Kardashevskiy
1
-16
/
+42
2017-04-20
KVM: PPC: Pass kvm* to kvmppc_find_table()
Alexey Kardashevskiy
3
-10
/
+12
2017-04-20
KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
Alexey Kardashevskiy
1
-0
/
+1
2017-04-20
KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
Alexey Kardashevskiy
1
-0
/
+1
2017-04-20
KVM: PPC: Align the table size to system page size
Alexey Kardashevskiy
1
-1
/
+1
2017-04-20
KVM: PPC: Book3S PR: Preserve storage control bits
Alexey Kardashevskiy
4
-1
/
+5
2017-04-20
KVM: PPC: Book3S PR: Exit KVM on failed mapping
Alexey Kardashevskiy
2
-2
/
+9
2017-04-20
KVM: PPC: Book3S PR: Get rid of unused local variable
Alexey Kardashevskiy
1
-3
/
+1
2017-04-20
KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()
Markus Elfring
1
-3
/
+2
2017-04-20
KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()
Markus Elfring
1
-5
/
+3
2017-04-20
KVM: PPC: Add MMIO emulation for remaining floating-point instructions
Paul Mackerras
2
-0
/
+16
2017-04-20
KVM: PPC: Emulation for more integer loads and stores
Paul Mackerras
2
-49
/
+91
2017-04-20
KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)
Alexey Kardashevskiy
2
-0
/
+7
2017-04-20
KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructions
Bin Lu
6
-7
/
+731
2017-04-20
KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interrupts
Paul Mackerras
3
-0
/
+26
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-30
powerpc/vfio_spapr_tce: Add reference counting to iommu_table
Alexey Kardashevskiy
7
-17
/
+37
2017-03-30
powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposal
Alexey Kardashevskiy
3
-7
/
+9
2017-03-30
powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
Alexey Kardashevskiy
3
-1
/
+57
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
2017-03-29
tools/kvm_stat: reduce perceived idle time on filter updates
Stefan Raspl
1
-18
/
+30
[next]