summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ac100.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy8-5/+645
2017-04-20KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy4-55/+39
2017-04-20KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy1-16/+42
2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy3-10/+12
2017-04-20KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanentlyAlexey Kardashevskiy1-0/+1
2017-04-20KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability numberAlexey Kardashevskiy1-0/+1
2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy1-1/+1
2017-04-20KVM: PPC: Book3S PR: Preserve storage control bitsAlexey Kardashevskiy4-1/+5
2017-04-20KVM: PPC: Book3S PR: Exit KVM on failed mappingAlexey Kardashevskiy2-2/+9
2017-04-20KVM: PPC: Book3S PR: Get rid of unused local variableAlexey Kardashevskiy1-3/+1
2017-04-20KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()Markus Elfring1-3/+2
2017-04-20KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()Markus Elfring1-5/+3
2017-04-20KVM: PPC: Add MMIO emulation for remaining floating-point instructionsPaul Mackerras2-0/+16
2017-04-20KVM: PPC: Emulation for more integer loads and storesPaul Mackerras2-49/+91
2017-04-20KVM: PPC: Add MMIO emulation for stdx (store doubleword indexed)Alexey Kardashevskiy2-0/+7
2017-04-20KVM: PPC: Book3S: Add MMIO emulation for FP and VSX instructionsBin Lu6-7/+731
2017-04-20KVM: PPC: Provide functions for queueing up FP/VEC/VSX unavailable interruptsPaul Mackerras3-0/+26
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-30powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy7-17/+37
2017-03-30powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy3-7/+9
2017-03-30powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy3-1/+57
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
2017-03-29tools/kvm_stat: reduce perceived idle time on filter updatesStefan Raspl1-18/+30