| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | KVM: PPC: drop duplicate tracepoint | Paolo Bonzini | 2014-08-05 | 2 | -20/+2 |
| * | | | | | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm | Paolo Bonzini | 2014-08-05 | 52 | -1991/+1800 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | KVM: PPC: PR: Handle FSCR feature deselects | Alexander Graf | 2014-07-31 | 3 | -3/+13 |
| | * | | | | | | KVM: PPC: HV: Remove generic instruction emulation | Alexander Graf | 2014-07-30 | 2 | -1/+21 |
| | * | | | | | | KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr | Bharat Bhushan | 2014-07-30 | 1 | -10/+10 |
| | * | | | | | | KVM: PPC: Remove DCR handling | Alexander Graf | 2014-07-28 | 6 | -24/+0 |
| | * | | | | | | KVM: PPC: Expose helper functions for data/inst faults | Alexander Graf | 2014-07-28 | 3 | -6/+35 |
| | * | | | | | | KVM: PPC: Separate loadstore emulation from priv emulation | Alexander Graf | 2014-07-28 | 5 | -193/+278 |
| | * | | | | | | KVM: PPC: Handle magic page in kvmppc_ld/st | Alexander Graf | 2014-07-28 | 3 | -0/+39 |
| | * | | | | | | KVM: PPC: Use kvm_read_guest in kvmppc_ld | Alexander Graf | 2014-07-28 | 1 | -25/+2 |
| | * | | | | | | KVM: PPC: Remove kvmppc_bad_hva() | Alexander Graf | 2014-07-28 | 1 | -6/+1 |
| | * | | | | | | KVM: PPC: Move kvmppc_ld/st to common code | Alexander Graf | 2014-07-28 | 5 | -84/+88 |
| | * | | | | | | KVM: PPC: Implement kvmppc_xlate for all targets | Alexander Graf | 2014-07-28 | 3 | -4/+72 |
| | * | | | | | | KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page | Aneesh Kumar K.V | 2014-07-28 | 2 | -8/+4 |
| | * | | | | | | KVM: PPC: Book3S: Provide different CAPs based on HV or PR mode | Alexander Graf | 2014-07-28 | 1 | -3/+9 |
| | * | | | | | | KVM: Rename and add argument to check_extension | Alexander Graf | 2014-07-28 | 1 | -1/+1 |
| | * | | | | | | Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8 | Stewart Smith | 2014-07-28 | 5 | -1/+83 |
| | * | | | | | | Split out struct kvmppc_vcore creation to separate function | Stewart Smith | 2014-07-28 | 1 | -10/+21 |
| | * | | | | | | KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication | Paul Mackerras | 2014-07-28 | 1 | -13/+12 |
| | * | | | | | | KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() call | Paul Mackerras | 2014-07-28 | 1 | -2/+7 |
| | * | | | | | | KVM: PPC: Book3S: Fix LPCR one_reg interface | Alexey Kardashevskiy | 2014-07-28 | 3 | -2/+14 |
| | * | | | | | | KVM: PPC: Remove 440 support | Alexander Graf | 2014-07-28 | 15 | -1161/+2 |
| | * | | | | | | KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer | Bharat Bhushan | 2014-07-28 | 1 | -3/+0 |
| | * | | | | | | KVM: PPC: Booke-hv: Add one reg interface for SPRG9 | Bharat Bhushan | 2014-07-28 | 2 | -2/+21 |
| | * | | | | | | kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit | Bharat Bhushan | 2014-07-28 | 3 | -0/+6 |
| | * | | | | | | KVM: PPC: Bookehv: Get vcpu's last instruction for emulation | Mihai Caraman | 2014-07-28 | 3 | -28/+145 |
| | * | | | | | | KVM: PPC: Allow kvmppc_get_last_inst() to fail | Mihai Caraman | 2014-07-28 | 11 | -77/+140 |
| | * | | | | | | KVM: PPC: Book3s: Remove kvmppc_read_inst() function | Mihai Caraman | 2014-07-28 | 1 | -51/+34 |
| | * | | | | | | KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1 | Mihai Caraman | 2014-07-28 | 1 | -3/+6 |
| | * | | | | | | KVM: PPC: e500mc: Revert "add load inst fixup" | Mihai Caraman | 2014-07-28 | 1 | -25/+1 |
| | * | | | | | | kvm: ppc: Add SPRN_EPR get helper function | Bharat Bhushan | 2014-07-28 | 2 | -10/+12 |
| | * | | | | | | kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7 | Bharat Bhushan | 2014-07-28 | 2 | -20/+20 |
| | * | | | | | | kvm: ppc: booke: Add shared struct helpers of SPRN_ESR | Bharat Bhushan | 2014-07-28 | 2 | -21/+4 |
| | * | | | | | | kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR | Bharat Bhushan | 2014-07-28 | 1 | -21/+3 |
| | * | | | | | | kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1 | Bharat Bhushan | 2014-07-28 | 1 | -11/+6 |
| | * | | | | | | kvm: ppc: bookehv: Added wrapper macros for shadow registers | Bharat Bhushan | 2014-07-28 | 1 | -8/+36 |
| | * | | | | | | KVM: PPC: Book3S: Make magic page properly 4k mappable | Alexander Graf | 2014-07-28 | 6 | -20/+38 |
| | * | | | | | | KVM: PPC: Book3S: Add hack for split real mode | Alexander Graf | 2014-07-28 | 4 | -0/+71 |
| | * | | | | | | KVM: PPC: Book3S: Stop PTE lookup on write errors | Alexander Graf | 2014-07-28 | 1 | -1/+1 |
| | * | | | | | | KVM: PPC: Deflect page write faults properly in kvmppc_st | Alexander Graf | 2014-07-28 | 1 | -2/+4 |
| | * | | | | | | KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct | Alexander Graf | 2014-07-28 | 1 | -1/+4 |
| | * | | | | | | KVM: PPC: e500: Emulate power management control SPR | Mihai Caraman | 2014-07-28 | 2 | -0/+13 |
| | * | | | | | | KVM: PPC: Book3S HV: Enable for little endian hosts | Alexander Graf | 2014-07-28 | 1 | -1/+0 |
| | * | | | | | | KVM: PPC: Book3S HV: Fix ABIv2 on LE | Alexander Graf | 2014-07-28 | 1 | -8/+8 |
| | * | | | | | | KVM: PPC: Book3S HV: Access XICS in BE | Alexander Graf | 2014-07-28 | 1 | -4/+14 |
| | * | | | | | | KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE | Alexander Graf | 2014-07-28 | 1 | -10/+10 |
| | * | | | | | | KVM: PPC: Book3S HV: Access guest VPA in BE | Alexander Graf | 2014-07-28 | 2 | -14/+14 |
| | * | | | | | | KVM: PPC: Book3S HV: Make HTAB code LE host aware | Alexander Graf | 2014-07-28 | 4 | -129/+164 |
| | * | | | | | | PPC: Add asm helpers for BE 32bit load/store | Alexander Graf | 2014-07-28 | 1 | -0/+4 |
| | * | | | | | | KVM: PPC: e500: Fix default tlb for victim hint | Mihai Caraman | 2014-07-28 | 2 | -1/+8 |