Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 1 | -12/+1 |
2019-02-19 | KVM: PPC: Book3S PR: Add emulation for slbfee. instruction | Paul Mackerras | 1 | -0/+18 |
2018-10-09 | KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall | Suraj Jitindar Singh | 1 | -1/+0 |
2018-10-09 | KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct | Paul Mackerras | 1 | -6/+6 |
2018-06-13 | KVM: PPC: Book3S PR: Fix failure status setting in tabort. emulation | Simon Guo | 1 | -3/+3 |
2018-06-13 | KVM: PPC: Book3S PR: Fix failure status setting in treclaim. emulation | Paul Mackerras | 1 | -9/+11 |
2018-06-01 | KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM | Simon Guo | 1 | -0/+4 |
2018-06-01 | KVM: PPC: Book3S PR: Add guard code to prevent returning to guest with PR=0 a... | Simon Guo | 1 | -1/+1 |
2018-06-01 | KVM: PPC: Book3S PR: Add emulation for tabort. in privileged state | Simon Guo | 1 | -0/+68 |
2018-06-01 | KVM: PPC: Book3S PR: Add emulation for trechkpt. | Simon Guo | 1 | -0/+61 |
2018-06-01 | KVM: PPC: Book3S PR: Add emulation for treclaim. | Simon Guo | 1 | -0/+76 |
2018-06-01 | KVM: PPC: Book3S PR: Always fail transactions in guest privileged state | Simon Guo | 1 | -0/+40 |
2018-06-01 | KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRs | Simon Guo | 1 | -10/+48 |
2018-06-01 | KVM: PPC: Book3S PR: Add new kvmppc_copyto/from_vcpu_tm APIs | Simon Guo | 1 | -0/+41 |
2018-06-01 | KVM: PPC: Book3S PR: Implement RFID TM behavior to suppress change from S0 to N0 | Simon Guo | 1 | -2/+19 |
2017-04-20 | KVM: PPC: Book3S PR: Do not fail emulation with mtspr/mfspr for unknown SPRs | Thomas Huth | 1 | -8/+26 |
2016-09-27 | KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register | Thomas Huth | 1 | -0/+2 |
2016-09-27 | KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread | Paul Mackerras | 1 | -1/+1 |
2015-08-22 | KVM: PPC: Fix warnings from sparse | Thomas Huth | 1 | -0/+1 |
2014-07-31 | KVM: PPC: PR: Handle FSCR feature deselects | Alexander Graf | 1 | -3/+3 |
2014-07-28 | KVM: PPC: BOOK3S: PR: Emulate instruction counter | Aneesh Kumar K.V | 1 | -0/+3 |
2014-07-28 | KVM: PPC: BOOK3S: PR: Emulate virtual timebase register | Aneesh Kumar K.V | 1 | -0/+3 |
2014-07-06 | KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation | Aneesh Kumar K.V | 1 | -8/+8 |
2014-05-30 | KVM: PPC: Graciously fail broken LE hypercalls | Alexander Graf | 1 | -0/+17 |
2014-05-30 | KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler | Aneesh Kumar K.V | 1 | -38/+1 |
2014-05-30 | KVM: PPC: BOOK3S: Always use the saved DAR value | Aneesh Kumar K.V | 1 | -0/+7 |
2014-05-30 | KVM: PPC: Book3S PR: Expose TM registers | Alexander Graf | 1 | -0/+22 |
2014-05-30 | KVM: PPC: Book3S PR: Expose EBB registers | Alexander Graf | 1 | -0/+22 |
2014-05-30 | KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR | Alexander Graf | 1 | -0/+6 |
2014-05-30 | KVM: PPC: Book3S PR: Emulate TIR register | Alexander Graf | 1 | -0/+1 |
2014-05-30 | KVM: PPC: Book3S PR: Ignore PMU SPRs | Alexander Graf | 1 | -0/+14 |
2014-05-30 | KVM: PPC: Make shared struct aka magic page guest endian | Alexander Graf | 1 | -14/+14 |
2013-10-17 | kvm: powerpc: book3s: Support building HV and PR KVM as module | Aneesh Kumar K.V | 1 | -1/+1 |
2013-10-17 | kvm: powerpc: Add kvmppc_ops callback | Aneesh Kumar K.V | 1 | -4/+4 |
2013-10-17 | KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu | Paul Mackerras | 1 | -6/+2 |
2013-07-08 | KVM: PPC: Book3S: Ignore DABR register | Alexander Graf | 1 | -0/+2 |
2013-04-26 | KVM: extend EMULATE_EXIT_USER to support different exit reasons | Bharat Bhushan | 1 | -0/+2 |
2013-04-26 | Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER | Bharat Bhushan | 1 | -1/+1 |
2013-01-10 | KVM: PPC: Fix mfspr/mtspr MMUCFG emulation | Mihai Caraman | 1 | -0/+2 |
2013-01-10 | KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 | Alexander Graf | 1 | -0/+28 |
2012-12-06 | KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers | Paul Mackerras | 1 | -1/+15 |
2012-05-06 | KVM: PPC: Emulator: clean up SPR reads and writes | Alexander Graf | 1 | -18/+16 |
2012-05-06 | KVM: PPC: Emulator: clean up instruction parsing | Alexander Graf | 1 | -34/+38 |
2012-04-02 | powerpc/kvm: Fallout from system.h disintegration | Benjamin Herrenschmidt | 1 | -0/+1 |
2012-03-05 | KVM: PPC: Use get/set for to_svcpu to help preemption | Alexander Graf | 1 | -2/+6 |
2011-09-25 | KVM: PPC: Stub emulate CFAR and PURR SPRs | Alexander Graf | 1 | -0/+4 |
2011-09-25 | KVM: PPC: Check privilege level on SPRs | Alexander Graf | 1 | -0/+25 |
2010-10-24 | KVM: PPC: Move BAT handling code into spr handler | Alexander Graf | 1 | -32/+16 |
2010-10-24 | KVM: PPC: Convert SRR0 and SRR1 to shared page | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Convert DAR to shared page. | Alexander Graf | 1 | -3/+3 |