aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-20s390/mm: use RCU for gmap notifier list and the per-mm gmap listMartin Schwidefsky5-29/+41
2016-06-20s390/kvm: page table invalidation notifierMartin Schwidefsky3-9/+31
2016-06-16kvm: vmx: hook preemption timer supportYunhong Jiang3-2/+183
2016-06-16kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang1-2/+15
2016-06-16KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang5-1/+100
2016-06-16kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang1-26/+31
2016-06-16KVM: s390: use kvm->created_vcpusPaolo Bonzini1-5/+5
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini2-9/+3
2016-06-16x86/kvm/svm: Simplify cpu_has_svm()Borislav Petkov2-7/+2
2016-06-15MIPS: KVM: Use mipsregs.h defs for config registersJames Hogan2-72/+3
2016-06-15MIPS: KVM: Report more accurate CP0_Config fields to guestJames Hogan1-5/+15
2016-06-15MIPS: Add define for Config.VI (virtual icache) bitJames Hogan2-1/+2
2016-06-15MIPS: KVM: Use host CCA for TLB mappingsJames Hogan2-9/+12
2016-06-15MIPS: KVM: Move commpage so 0x0 is unmappedJames Hogan4-14/+20
2016-06-15MIPS: KVM: Add KScratch registersJames Hogan5-1/+104
2016-06-15MIPS: KVM: Emulate RDHWR CPUNum registerJames Hogan1-1/+1
2016-06-15MIPS: KVM: Allow ULRI to restrict UserLocal registerJames Hogan1-2/+12
2016-06-15MIPS: KVM: Don't hardcode restored HWREnaJames Hogan3-3/+7
2016-06-15MIPS: Clean up RDHWR handlingJames Hogan4-14/+35
2016-06-15MIPS: KVM: List FPU/MSA registersJames Hogan1-0/+58
2016-06-15MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()James Hogan1-1/+1
2016-06-15MIPS: KVM: Make KVM_GET_REG_LIST dynamicJames Hogan3-7/+37
2016-06-15MIPS: KVM: Pass all unknown registers to callbacksJames Hogan1-20/+2
2016-06-15MIPS: KVM: Convert emulation to use asm/inst.hJames Hogan4-114/+126
2016-06-15MIPS: KVM: Factor writing of translated guest instructionsJames Hogan1-58/+34
2016-06-15MIPS: KVM: Fix translation of MFC0 ErrCtlJames Hogan1-1/+1
2016-06-15Merge tag 'kvm-s390-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini21-449/+1506
2016-06-14KVM: x86: Fix typosAndrea Gelmini5-5/+5
2016-06-14KVM: S390: Fix typoAndrea Gelmini1-1/+1
2016-06-14KVM: ARM64: Fix typosAndrea Gelmini3-3/+3
2016-06-14KVM: ARM: Fix typosAndrea Gelmini4-4/+4
2016-06-14MIPS: KVM: Print unknown load/store encodingsJames Hogan1-2/+4
2016-06-14MIPS: KVM: Dump guest tlbs if kvm_get_inst() failsJames Hogan1-0/+1
2016-06-14MIPS: KVM: Trace guest register access emulationJames Hogan2-12/+107
2016-06-14MIPS: KVM: Add guest mode switch trace eventsJames Hogan2-0/+52
2016-06-14MIPS: KVM: Add kvm_asid_change trace eventJames Hogan2-4/+25
2016-06-14MIPS: KVM: Clean up kvm_exit trace eventJames Hogan5-63/+45
2016-06-14MIPS: KVM: Add kvm_aux trace eventJames Hogan2-0/+57
2016-06-14MIPS: KVM: Generalise fpu_inuse for other stateJames Hogan3-27/+27
2016-06-14MIPS: KVM: Use va in kvm_get_inst()James Hogan1-8/+7
2016-06-14MIPS: KVM: Combine handle_tlb_ld/st_missJames Hogan1-52/+19
2016-06-14MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.hJames Hogan3-28/+28
2016-06-14MIPS: KVM: Simplify TLB_* macrosJames Hogan1-5/+3
2016-06-14MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*James Hogan4-30/+32
2016-06-14MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()James Hogan1-38/+4
2016-06-14MIPS: KVM: Clean up TLB management hazardsJames Hogan1-22/+5
2016-06-14MIPS: KVM: Restore host EBase from ebase variableJames Hogan5-6/+3
2016-06-14MIPS: KVM: Drop unused hpa0/hpa1 args from functionJames Hogan3-19/+5
2016-06-14MIPS: KVM: Simplify even/odd TLB handlingJames Hogan1-9/+2
2016-06-14MIPS: KVM: Don't indirect KVM functionsJames Hogan4-32/+3