summaryrefslogtreecommitdiffstats
path: root/arch/blackfin (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-08KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras6-46/+124
2012-04-08KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf1-1/+7
2012-04-08KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE supportMatt Evans1-4/+78
2012-04-08KVM: PPC: Booke: only prepare to enter when we enterAlexander Graf1-8/+10
2012-04-08KVM: PPC: booke: Reinject performance monitor interruptsAlexander Graf2-0/+5
2012-04-08KVM: PPC: booke: expose good state on irq reinjectAlexander Graf1-15/+41
2012-04-08KVM: PPC: booke: Support perfmon interruptsAlexander Graf1-0/+4
2012-04-08KVM: PPC: e500: fix typo in tlb codeAlexander Graf1-2/+2
2012-04-08KVM: PPC: bookehv: remove unused codeAlexander Graf1-7/+0
2012-04-08KVM: PPC: booke: add GS documentation for program interruptAlexander Graf1-2/+8
2012-04-08KVM: PPC: booke: Readd debug abort code for machine checkAlexander Graf1-1/+6
2012-04-08KVM: PPC: bookehv: add comment about shadow_msrAlexander Graf1-0/+1
2012-04-08KVM: PPC: bookehv: disable MAS register updates earlyAlexander Graf1-4/+6
2012-04-08KVM: PPC: bookehv: remove SET_VCPUAlexander Graf1-8/+0
2012-04-08KVM: PPC: bookehv: remove negation for CONFIG_64BITAlexander Graf1-12/+12
2012-04-08KVM: PPC: bookehv: fix exit timingAlexander Graf1-4/+4
2012-04-08KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1Alexander Graf1-1/+1
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf3-24/+54
2012-04-08KVM: PPC: booke: deliver program int on emulation failureAlexander Graf1-1/+1
2012-04-08KVM: PPC: booke: remove leftover debuggingAlexander Graf1-5/+0
2012-04-08KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusiveAlexander Graf1-1/+1
2012-04-08KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2Alexander Graf6-15/+15
2012-04-08KVM: PPC: e500mc: add load inst fixupAlexander Graf1-1/+29
2012-04-08KVM: PPC: e500mc: Move r1/r2 restoration very earlyAlexander Graf1-6/+6
2012-04-08KVM: PPC: e500mc: implicitly set MSR_GSAlexander Graf1-6/+5
2012-04-08KVM: PPC: e500mc: Add doorbell emulation supportAlexander Graf3-0/+72
2012-04-08KVM: PPC: e500mc supportScott Wood11-12/+476
2012-04-08KVM: PPC: booke: standard PPC floating point supportScott Wood3-0/+76
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood18-67/+1058
2012-04-08powerpc/booke: Provide exception macros with interrupt nameScott Wood3-48/+68
2012-04-08KVM: PPC: e500: emulate tlbilxScott Wood3-0/+62
2012-04-08KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2-5/+72
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood5-414/+473
2012-04-08KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood1-11/+14
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood5-103/+78
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood4-6/+6
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood3-9/+18
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood4-0/+17
2012-04-08KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood5-16/+55
2012-04-08powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLEScott Wood1-4/+8
2012-04-08powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bitScott Wood1-2/+3
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa2-11/+5
2012-04-08KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa1-73/+43
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa3-17/+36
2012-04-08KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa1-26/+27
2012-04-08kvmclock: remove unneeded EXPORT macroEric B Munson1-1/+0
2012-04-08KVM: fix kvm_vcpu_kick build failure on S390Marcelo Tosatti1-0/+2
2012-04-08watchdog: add check for suspended vm in softlockup detectorEric B Munson1-0/+12
2012-04-08KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson4-0/+49
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson27-0/+79