aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-22/+20
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+9
2015-04-08kvm/ppc/mpic: drop unused IRQ_testbitArseny Solokha1-5/+0
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman1-20/+18
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara1-1/+1
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2-6/+8
2015-03-24powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson1-20/+18
2015-03-20KVM: PPC: Book3S HV: Fix instruction emulationPaul Mackerras1-0/+1
2015-03-20KVM: PPC: Book3S HV: Endian fix for accessing VPA yield countPaul Mackerras1-1/+1
2015-03-20KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()Paul Mackerras1-3/+3
2015-03-17powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.Mahesh Salgaonkar1-2/+2
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linuxLinus Torvalds2-12/+12
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+3
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-1/+1
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-27/+27
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini2-0/+2
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-2/+1
2015-01-19ppc/kvm: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2-12/+12
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+1
2014-12-29powerpc/kvm: Create proper names for the kvm_host_state PMU fieldsMichael Ellerman2-27/+27
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-1072/+864
2014-12-18KVM: PPC: E500: Compile fix in this_cpu_writeAlexander Graf1-1/+1
2014-12-17KVM: PPC: Book3S: Enable in-kernel XICS emulation by defaultAnton Blanchard1-0/+1
2014-12-17KVM: PPC: Book3S HV: Improve H_CONFER implementationSam Bobroff3-2/+73
2014-12-17KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR registerPaul Mackerras2-2/+6
2014-12-17KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras8-935/+70
2014-12-17KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactionsSuresh E. Warrier5-27/+539
2014-12-17KVM: PPC: Book3S HV: Simplify locking around stolen time calculationsPaul Mackerras1-29/+31
2014-12-17arch: powerpc: kvm: book3s_paired_singles.c: Remove unused functionRickard Strandqvist1-8/+0
2014-12-17arch: powerpc: kvm: book3s_pr.c: Remove unused functionRickard Strandqvist1-5/+0
2014-12-17arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist2-16/+0
2014-12-17arch: powerpc: kvm: book3s_32_mmu.c: Remove unused functionRickard Strandqvist1-5/+0
2014-12-15KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blockedSuresh E. Warrier1-0/+20
2014-12-15KVM: PPC: Book3S HV: ptes are big endianCédric Le Goater1-1/+7
2014-12-15KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPISuresh E. Warrier3-15/+52
2014-12-15KVM: PPC: Book3S HV: Fix KSM memory corruptionPaul Mackerras1-27/+17
2014-12-15KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMIMahesh Salgaonkar1-0/+2
2014-12-15KVM: PPC: Book3S HV: Add missing HPTE unlockAneesh Kumar K.V1-1/+4
2014-12-15KVM: PPC: BookE: Improve irq inject tracepointAlexander Graf1-2/+45
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2014-12-08powerpc/powernv: Return to cpu offline loop when finished in KVM guestPaul Mackerras1-17/+37
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-3/+3
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard1-1/+1
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter2-9/+9
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds18-303/+704
2014-09-29KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor modeAneesh Kumar K.V1-0/+6
2014-09-24Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-nextPaolo Bonzini15-270/+688
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla5-7/+9
2014-09-22KVM: PPC: Pass enum to kvmppc_get_last_instAlexander Graf4-5/+5