summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cardreader (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-11KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon5-4/+46
2019-09-11KVM: VMX: Introduce exit reason for receiving INIT signal on guest-modeLiran Alon1-0/+2
2019-09-11KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li1-0/+1
2019-09-11KVM: LAPIC: Micro optimize IPI latencyWanpeng Li1-5/+4
2019-09-11kvm: Nested KVM MMUs need PAE root tooJiří Paleček1-8/+22
2019-09-11KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2-0/+8
2019-09-11KVM: x86: always stop emulation on page faultJan Dakinevich1-1/+3
2019-09-11KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson3-8/+30
2019-09-11KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson3-123/+152
2019-09-11x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter1-1/+1
2019-09-11KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon3-5/+17
2019-09-10KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson4-54/+41
2019-09-10KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson5-80/+60
2019-09-10doc: kvm: Fix return description of KVM_SET_MSRSXiaoyao Li1-1/+6
2019-09-10KVM: X86: Tune PLE Window tracepointPeter Xu4-31/+23
2019-09-10KVM: VMX: Change ple_window type to unsigned intPeter Xu3-7/+8
2019-09-10KVM: X86: Remove tailing newline for tracepointsPeter Xu1-2/+2
2019-09-10KVM: X86: Trace vcpu_id for vmexitPeter Xu1-1/+4
2019-09-10KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson1-3/+8
2019-09-10KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf3-2/+15
2019-09-09KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINEMarc Zyngier5-4/+19
2019-09-04KVM: selftests: Test invalid bits in kvm_valid_regs and kvm_dirty_regs on s390xThomas Huth1-0/+30
2019-09-04KVM: s390: Disallow invalid bits in kvm_valid_regs and kvm_dirty_regsThomas Huth2-0/+10
2019-08-29KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctlThomas Huth2-0/+167
2019-08-29KVM: s390: improve documentation for S390_MEM_OPCornelia Huck1-6/+8
2019-08-29KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth1-1/+1
2019-08-27arm64: KVM: Device mappings should be execute-neverJames Morse1-1/+1
2019-08-27KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras1-1/+8
2019-08-27KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras1-5/+10
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras6-4/+21
2019-08-25KVM: arm/arm64: vgic: Use a single IO device per redistributorEric Auger3-59/+24
2019-08-25KVM: arm/arm64: vgic: Remove spurious semicolonsMarc Zyngier1-1/+1
2019-08-23KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh2-5/+19
2019-08-23KVM: PPC: Book3S: Mark expected switch fall-throughPaul Menzel1-0/+1
2019-08-22KVM: VMX: Fix and tweak the comments for VM-EnterSean Christopherson1-2/+2
2019-08-22KVM: Assert that struct kvm_vcpu is always as offset zeroSean Christopherson3-0/+9
2019-08-22KVM: X86: Add pv tlb shootdown tracepointWanpeng Li2-0/+21
2019-08-22KVM: x86: Unconditionally call x86 ops that are always implementedSean Christopherson1-10/+3
2019-08-22KVM: x86/mmu: Consolidate "is MMIO SPTE" codeSean Christopherson1-8/+8
2019-08-22KVM: x86/mmu: Add explicit access mask for MMIO SPTEsSean Christopherson3-8/+11
2019-08-22KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson4-5/+5
2019-08-22x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception()Vitaly Kuznetsov1-10/+10
2019-08-22x86: KVM: svm: eliminate weird goto from vmrun_interception()Vitaly Kuznetsov1-22/+14
2019-08-22x86: KVM: svm: remove hardcoded instruction length from interceptsVitaly Kuznetsov1-11/+0
2019-08-22x86: KVM: add xsetbv to the emulatorVitaly Kuznetsov4-2/+31
2019-08-22x86: KVM: clear interrupt shadow on EMULTYPE_SKIPVitaly Kuznetsov1-0/+1
2019-08-22x86: kvm: svm: propagate errors from skip_emulated_instruction()Vitaly Kuznetsov4-22/+38
2019-08-22x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu...Vitaly Kuznetsov1-1/+1
2019-08-22KVM: x86: Fix x86_decode_insn() return when fetching insn bytes failsSean Christopherson1-1/+1
2019-08-22KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+13