summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/booke: Provide exception macros with interrupt nameScott Wood2012-04-083-48/+68
* KVM: PPC: e500: emulate tlbilxScott Wood2012-04-083-0/+62
* KVM: PPC: e500: Track TLB1 entries with a bitmapScott Wood2012-04-082-5/+72
* KVM: PPC: e500: refactor core-specific TLB codeScott Wood2012-04-085-414/+473
* KVM: PPC: e500: clean up arch/powerpc/kvm/e500.hScott Wood2012-04-081-11/+14
* KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood2012-04-085-103/+78
* KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood2012-04-084-6/+6
* KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood2012-04-083-9/+18
* KVM: PPC: booke: add booke-level vcpu load/putScott Wood2012-04-084-0/+17
* KVM: PPC: factor out lpid allocator from book3s_64_mmu_hvScott Wood2012-04-085-16/+55
* powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLEScott Wood2012-04-081-4/+8
* powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bitScott Wood2012-04-081-2/+3
* KVM: Switch to srcu-less get_dirty_log()Takuya Yoshikawa2012-04-081-73/+43
* KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-083-17/+36
* KVM: MMU: Split the main body of rmap_write_protect() off from othersTakuya Yoshikawa2012-04-081-26/+27
* kvmclock: remove unneeded EXPORT macroEric B Munson2012-04-081-1/+0
* KVM: x86: Add ioctl for KVM_KVMCLOCK_CTRLEric B Munson2012-04-081-0/+22
* kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-0826-0/+65
* x86: pvclock: Add flag to indicate that a vm was stopped by the hostEric B Munson2012-04-081-0/+1
* KVM: PPC: Rework wqp conditional codeAlexander Graf2012-04-081-5/+1
* KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall2012-04-086-44/+28
* KVM: SVM: count all irq windows exitJason Wang2012-04-081-1/+1
* KVM: x86: expose Intel cpu new features (HLE, RTM) to guestLiu, Jinsong2012-04-081-1/+2
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-078-12/+36
|\
| * KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| * Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterAvi Kivity2012-04-055-11/+29
| |\
| | * KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf2012-04-031-2/+1
| | * KVM: PPC: Save/Restore CR over vcpu_runAlexander Graf2012-04-032-1/+13
| | * KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entryPaul Mackerras2012-04-031-2/+6
| | * KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears existPaul Mackerras2012-04-031-4/+5
| | * KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf2012-04-031-2/+4
| * | KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
| * | KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
* | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-04-0718-16/+61
|\ \ \
| * | | sh: fix clock-sh7757 for the latest sh_mobile_sdhi driverShimoda, Yoshihiro2012-04-051-1/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'sh/urgent', 'sh/vsyscall' and 'common/serial-rework' into sh-...Paul Mundt2012-03-302-13/+45
| |\ \ \ \
| | * | | | sh: vsyscall: Fix up .eh_frame generation.Paul Mundt2012-03-302-13/+45
| | |/ / /
| * | | | sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt2012-03-301-1/+1
| * | | | sh: dwarf unwinder depends on SHcompact.Paul Mundt2012-03-301-0/+1
| * | | | sh: fix up fallout from system.h disintegration.Paul Mundt2012-03-3013-1/+13
| |/ / /
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-04-0629-257/+429
|\ \ \ \
| * | | | arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf2012-04-022-7/+36
| * | | | arch/tile: remove bogus performance optimizationChris Metcalf2012-04-021-5/+0
| * | | | arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf2012-04-021-12/+19
| * | | | arch/tile: fix finv_buffer_remote() for tilegxChris Metcalf2012-04-021-2/+26
| * | | | arch/tile: use atomic exchange in arch_write_unlock()Chris Metcalf2012-04-021-1/+1
| * | | | arch/tile: stop mentioning the "kvm" subdirectoryChris Metcalf2012-04-021-2/+0
| * | | | arch/tile: export the page_home() function.Chris Metcalf2012-04-021-0/+1
| * | | | arch/tile: fix pointer cast in cacheflush.cChris Metcalf2012-04-021-1/+1
| * | | | arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf2012-04-021-3/+18
OpenPOWER on IntegriCloud