aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-0/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-1020/+3315
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+0
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+10
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf2-4/+54
2012-03-05KVM: PPC: Initialize linears with zerosAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2-74/+109
2012-03-05KVM: PPC: E500: Fail init when not on e500v2Alexander Graf1-0/+4
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras1-21/+2
2012-03-05KVM: PPC: Rename MMIO register identifiersAlexander Graf2-12/+15
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras4-38/+78
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf2-2/+17
2012-03-05KVM: PPC: Add generic single register ioctlsAlexander Graf1-0/+41
2012-03-05KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin1-3/+3
2012-03-05KVM: PPC: booke: Add booke206 TLB traceLiu Yu2-4/+63
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras4-39/+145
2012-03-05KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hvaPaul Mackerras2-11/+89
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras2-37/+56
2012-03-05KVM: PPC: Book3S HV: Keep HPTE locked when invalidatingPaul Mackerras1-87/+125
2012-03-05KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUSMatt Evans1-0/+16
2012-03-05KVM: PPC: Fix vcpu_create dereference before validity check.Matt Evans1-2/+3
2012-03-05KVM: PPC: Allow for read-only pages backing a Book3S HV guestPaul Mackerras3-15/+60
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras6-65/+443
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras4-77/+561
2012-03-05KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras1-1/+83
2012-03-05KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras2-24/+56
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras3-66/+119
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras3-158/+270
2012-03-05KVM: PPC: Make the H_ENTER hcall more reliablePaul Mackerras1-29/+34
2012-03-05KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras2-30/+75
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras3-72/+101
2012-03-05KVM: PPC: Keep a record of HV guest view of hashed page table entriesPaul Mackerras2-46/+85
2012-03-05KVM: PPC: Make wakeups work again for Book3S HV guestsPaul Mackerras1-1/+1
2012-03-05KVM: PPC: e500: use hardware hint when loading TLB0 entriesScott Wood1-30/+39
2012-03-05KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLBScott Wood1-5/+14
2012-03-05KVM: PPC: Book3S: PR: Fix signal check raceAlexander Graf1-0/+20
2012-03-05KVM: PPC: align vcpu_kick with x86Alexander Graf1-1/+6
2012-03-05KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf5-52/+110
2012-03-05KVM: PPC: Book3s: PR: No irq_disable in vcpu_runAlexander Graf1-2/+0
2012-03-05KVM: PPC: Book3s: PR: Disable preemption in vcpu_runAlexander Graf1-2/+11
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood6-69/+113
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood10-116/+128
2012-03-05KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirtScott Wood1-5/+1
2012-03-05KVM: PPC: booke: Check for MSR[WE] in prepare_to_enterScott Wood1-10/+18
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood4-2/+8
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood5-8/+8
2012-03-05KVM: PPC: booke: check for signals in kvmppc_vcpu_runScott Wood1-1/+9