summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: PPC: e500: Add support for EPTCFG registerMihai Caraman2013-04-262-0/+21
| * KVM: PPC: e500: Add support for TLBnPS registersMihai Caraman2013-04-263-0/+50
| * KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functionsMihai Caraman2013-04-261-22/+38
| * KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman2013-04-264-4/+106
| * KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman2013-04-264-47/+91
| * booke: exit to user space if emulator requestBharat Bhushan2013-04-261-0/+3
| * KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan2013-04-262-2/+2
| * Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan2013-04-262-2/+2
| * KVM: PPC: debug stub interface parameter definedBharat Bhushan2013-04-263-6/+12
| * kvm/ppc: don't call complete_mmio_load when it's a storeScott Wood2013-04-171-1/+0
| * KVM: PPC: emulate dcbstStuart Yoder2013-04-171-0/+2
| * Added ONE_REG interface for debug instructionBharat Bhushan2013-04-172-0/+12
| * KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras2013-03-223-5/+3
| * kvm/ppc/e500: eliminate tlb_refsScott Wood2013-03-222-69/+30
| * kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-03-221-3/+4
| * kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-03-221-2/+2
| * KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-221-3/+39
| * KVM: PPC: Added one_reg interface for timer registersBharat Bhushan2013-03-221-0/+30
| * KVM: PPC: move tsr update in a separate functionBharat Bhushan2013-03-221-10/+14
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-211-2/+2
| |\
| * | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-054-5/+6
| * | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-2/+2
| * | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-7/+5
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-023-2/+14
|\ \ \
| * | | powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-302-2/+8
| * | | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2013-04-243-74/+41
| |\ \ \
| * | | | powerpc: Fix build errors with UP configs in HV-style KVMPaul Mackerras2013-04-181-0/+6
| * | | | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-04-181-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-023-3/+3
|\ \ \ \
| * | | | constify a bunch of struct file_operations instancesAl Viro2013-04-093-3/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-1/+1
| | |/ | |/|
* | | kvm/ppc/e500: eliminate tlb_refsScott Wood2013-04-112-69/+30
* | | kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-04-111-3/+4
* | | kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-04-111-2/+2
* | | kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood2013-04-111-1/+6
| |/ |/|
* | powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-171-2/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-12/+6
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2415-674/+910
|\
| * KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2013-02-132-3/+19
| * KVM: PPC: booke: Allow multiple exception typesBharat Bhushan2013-02-134-14/+54
| * KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-131-4/+2
| * KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB codeAlexander Graf2013-01-241-4/+4
| * KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf2013-01-243-8/+4
| * KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf2013-01-242-19/+47
| * KVM: PPC: E500: Split host and guest MMU partsAlexander Graf2013-01-244-624/+704
| * KVM: PPC: e500: Call kvmppc_mmu_map for initial mappingAlexander Graf2013-01-241-31/+7
| * KVM: PPC: E500: Propagate errors when shadow mappingAlexander Graf2013-01-241-28/+41
| * KVM: PPC: E500: Explicitly mark shadow maps invalidAlexander Graf2013-01-241-3/+10
| * KVM: PPC: E500: Move write_stlbe higherAlexander Graf2013-01-241-16/+16