summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-16/+76
|\
| * KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-261-1/+4
| * KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-1/+25
| * KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt2013-04-261-0/+9
| * KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-261-1/+17
| * KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-261-11/+19
| * KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-041-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-1/+7
|\ \
| * | powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-1/+7
| |/
* | constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
|/
* KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-131-1/+1
* KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan...Paul Mackerras2012-12-061-0/+11
* KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-1/+8
* KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras2012-12-061-12/+0
* Merge commit 'origin/queue' into for-queueAlexander Graf2012-10-311-1/+1
|\
| * Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-291-1/+1
| |\
| | * mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | | KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0Paul Mackerras2012-10-301-3/+2
* | | KVM: PPC: Book3S HV: Fix accounting of stolen timePaul Mackerras2012-10-301-15/+112
* | | KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can runPaul Mackerras2012-10-301-36/+38
* | | KVM: PPC: Book3S HV: Fixes for late-joining threadsPaul Mackerras2012-10-301-3/+11
* | | KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lockPaul Mackerras2012-10-301-34/+33
* | | KVM: PPC: Book3S HV: Fix some races in starting secondary threadsPaul Mackerras2012-10-301-17/+24
* | | KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming onlinePaul Mackerras2012-10-301-2/+10
|/ /
* | KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areasPaul Mackerras2012-10-051-1/+63
* | KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-0/+42
* | KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-12/+64
* | KVM: PPC: Book3S HV: Remove bogus update of physical thread IDsPaul Mackerras2012-10-051-6/+0
* | KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras2012-10-051-2/+16
* | KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras2012-10-051-43/+61
* | KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslotsPaul Mackerras2012-10-051-4/+23
|/
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-12/+28
|\
| * KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras2012-05-301-12/+28
* | KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras2012-06-191-30/+66
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-184/+283
|\
| * KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-061-2/+2
| * kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-061-0/+32
| * kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-061-109/+0
| * KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras2012-04-081-1/+45
| * KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras2012-04-081-69/+158
| * KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2012-04-081-3/+46
* | KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2012-05-081-2/+0
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
| * arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-02-271-1/+0
* | arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0
* | KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-051-4/+4
* | KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras2012-03-051-0/+36
* | KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin2012-03-051-3/+3
* | KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras2012-03-051-0/+37
OpenPOWER on IntegriCloud