| Commit message (Expand) | Author | Age | Files | Lines |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -12/+6 |
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-02-24 | 15 | -674/+910 |
|\ |
|
| * | KVM: PPC: BookE: Handle alignment interrupts | Alexander Graf | 2013-02-13 | 2 | -3/+19 |
| * | KVM: PPC: booke: Allow multiple exception types | Bharat Bhushan | 2013-02-13 | 4 | -14/+54 |
| * | KVM: PPC: booke: use vcpu reference from thread_struct | Bharat Bhushan | 2013-02-13 | 1 | -4/+2 |
| * | KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code | Alexander Graf | 2013-01-24 | 1 | -4/+4 |
| * | KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static | Alexander Graf | 2013-01-24 | 3 | -8/+4 |
| * | KVM: PPC: e500: Implement TLB1-in-TLB0 mapping | Alexander Graf | 2013-01-24 | 2 | -19/+47 |
| * | KVM: PPC: E500: Split host and guest MMU parts | Alexander Graf | 2013-01-24 | 4 | -624/+704 |
| * | KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping | Alexander Graf | 2013-01-24 | 1 | -31/+7 |
| * | KVM: PPC: E500: Propagate errors when shadow mapping | Alexander Graf | 2013-01-24 | 1 | -28/+41 |
| * | KVM: PPC: E500: Explicitly mark shadow maps invalid | Alexander Graf | 2013-01-24 | 1 | -3/+10 |
| * | KVM: PPC: E500: Move write_stlbe higher | Alexander Graf | 2013-01-24 | 1 | -16/+16 |
| * | KVM: PPC: BookE: Add EPR ONE_REG sync | Alexander Graf | 2013-01-10 | 1 | -0/+21 |
| * | KVM: PPC: BookE: Implement EPR exit | Alexander Graf | 2013-01-10 | 2 | -1/+23 |
| * | KVM: PPC: BookE: Emulate mfspr on EPR | Alexander Graf | 2013-01-10 | 1 | -0/+3 |
| * | KVM: PPC: BookE: Allow irq deliveries to inject requests | Alexander Graf | 2013-01-10 | 1 | -0/+5 |
| * | KVM: PPC: Fix mfspr/mtspr MMUCFG emulation | Mihai Caraman | 2013-01-10 | 2 | -5/+2 |
| * | KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 | Alexander Graf | 2013-01-10 | 2 | -0/+33 |
| * | KVM: PPC: Only WARN on invalid emulation | Alexander Graf | 2013-01-10 | 1 | -1/+2 |
| * | KVM: struct kvm_memory_slot.user_alloc -> bool | Alex Williamson | 2012-12-13 | 1 | -2/+2 |
| * | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS | Alex Williamson | 2012-12-13 | 1 | -1/+1 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-02-23 | 2 | -0/+28 |
|\ \ |
|
| * | | powerpc/kvm/book3s_pr: Fix compilation on 32-bit machines | Paul Mackerras | 2013-02-15 | 1 | -0/+1 |
| * | | powerpc/kvm/book3s_hv: Preserve guest CFAR register value | Paul Mackerras | 2013-02-15 | 1 | -0/+9 |
| * | | Merge branch 'merge' into next | Benjamin Herrenschmidt | 2013-01-29 | 2 | -0/+6 |
| |\ \ |
|
| * | | | powerpc: Disable relocation on exceptions whenever PR KVM is active | Ian Munsie | 2013-01-10 | 1 | -0/+18 |
| | |/
| |/| |
|
* | | | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman | 2013-01-25 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | KVM: PPC: Emulate dcbf | Alexander Graf | 2013-01-18 | 1 | -0/+2 |
* | | | arch/powerpc/kvm: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -5/+5 |
|/ / |
|
* | | KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV | Andreas Schwab | 2013-01-06 | 1 | -0/+4 |
|/ |
|
* | KVM: PPC: booke: Get/set guest EPCR register using ONE_REG interface | Mihai Caraman | 2012-12-06 | 1 | -0/+14 |
* | KVM: PPC: bookehv: Add EPCR support in mtspr/mfspr emulation | Mihai Caraman | 2012-12-06 | 3 | -1/+26 |
* | KVM: PPC: bookehv: Add guest computation mode for irq delivery | Mihai Caraman | 2012-12-06 | 1 | -1/+8 |
* | KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit | Mihai Caraman | 2012-12-06 | 1 | -1/+1 |
* | KVM: PPC: e500: Mask MAS2 EPN high 32-bits in 32/64 tlbwe emulation | Mihai Caraman | 2012-12-06 | 1 | -0/+2 |
* | KVM: PPC: e500: Add emulation helper for getting instruction ea | Mihai Caraman | 2012-12-06 | 3 | -29/+24 |
* | KVM: PPC: bookehv64: Add support for interrupt handling | Mihai Caraman | 2012-12-06 | 1 | -8/+130 |
* | KVM: PPC: bookehv: Remove GET_VCPU macro from exception handler | Mihai Caraman | 2012-12-06 | 1 | -5/+2 |
* | KVM: PPC: booke: Fix get_tb() compile error on 64-bit | Mihai Caraman | 2012-12-06 | 1 | -0/+1 |
* | KVM: PPC: e500: Silence bogus GCC warning in tlb code | Mihai Caraman | 2012-12-06 | 1 | -1/+2 |
* | KVM: PPC: Book3S HV: Handle guest-caused machine checks on POWER7 without pan... | Paul Mackerras | 2012-12-06 | 4 | -28/+203 |
* | KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidations | Paul Mackerras | 2012-12-06 | 4 | -40/+69 |
* | KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3S | Paul Mackerras | 2012-12-06 | 1 | -1/+1 |
* | KVM: PPC: Book3S PR: Fix VSX handling | Paul Mackerras | 2012-12-06 | 3 | -57/+61 |
* | KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers | Paul Mackerras | 2012-12-06 | 1 | -1/+15 |
* | KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages | Paul Mackerras | 2012-12-06 | 1 | -0/+22 |
* | KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT | Paul Mackerras | 2012-12-06 | 1 | -1/+1 |
* | KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT | Paul Mackerras | 2012-12-06 | 1 | -0/+24 |
* | KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT | Paul Mackerras | 2012-12-06 | 3 | -12/+361 |