summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-10-23arm64: kvm: restore EL1N SP for panicMark Rutland1-0/+8
2015-10-23arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall4-4/+44
2015-10-23KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger3-4/+37
2015-10-23KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger1-1/+2
2015-10-23KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger1-1/+2
2015-10-23KVM: arm/arm64: rename pause into power_offEric Auger4-19/+19
2015-10-23arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang2-0/+4
2015-10-23arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall1-3/+8
2015-10-23arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall3-6/+10
2015-10-23KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall6-0/+15
2015-10-20KVM: arm: use GIC support unconditionallyArnd Bergmann1-0/+1
2015-10-20KVM: arm/arm64: Fix memory leak if timer initialization failsPavel Fedin1-1/+1
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand6-0/+6
2015-09-25KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini1-1/+1
2015-09-25KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini1-6/+17
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini1-1/+2
2015-09-22Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini3-1/+12
2015-09-21KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2-0/+3
2015-09-21KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth1-0/+6
2015-09-21KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exitGautham R. Shenoy1-0/+1
2015-09-21KVM: PPC: Book3S HV: Fix handling of interrupted VCPUsPaul Mackerras1-1/+5
2015-09-18kvm: svm: reset mmu on VCPU resetIgor Mammedov1-0/+1
2015-09-17Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini11-75/+28
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei4-34/+4
2015-09-17arm64: KVM: Remove all traces of the ThumbEE registersWill Deacon4-29/+5
2015-09-17arm: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+4
2015-09-17arm64: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+3
2015-09-16arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesPavel Fedin1-1/+1
2015-09-16KVM: s390: Replace incorrect atomic_or with atomic_andnotJason J. Herne1-1/+1
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka1-2/+4
2015-09-16arm64: KVM: Fix user access for debug registersMarc Zyngier1-4/+4
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini11-0/+11
2015-09-14KVM: arm64: add workaround for Cortex-A57 erratum #852523Will Deacon1-1/+3
2015-09-14Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-7/+15
2015-09-12Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jes...Linus Torvalds50-421/+220
2015-09-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+2
2015-09-12ARCv2: [axs103_smp] Reduce clk for SMP FPGA configsVineet Gupta1-0/+2
2015-09-12sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2-0/+2
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds57-1141/+106
2015-09-11Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds35-7/+448
2015-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds48-635/+2052
2015-09-11Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-38/+85
2015-09-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+2
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2-18/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig23-169/+13
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig17-98/+12
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig17-146/+5
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig18-99/+21
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig23-563/+12