aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-16/+68
2015-04-21KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras1-0/+2
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras1-7/+8
2015-04-21KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras1-2/+3
2015-04-21KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras1-2/+0
2015-04-21KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras1-3/+2
2015-04-21KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2-0/+24
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2-0/+4
2015-04-21KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V1-0/+14
2015-04-21KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V1-2/+1
2015-04-21KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2-2/+11
2015-04-21kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson1-0/+3
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+10
2015-04-17powerpc: switch to using asm-generic for seccomp.hKees Cook1-0/+10
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds37-999/+1057
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-2/+0
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+6
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook1-4/+0
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-14Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman3-1/+20
2015-04-13Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman1-0/+26
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-04-11powerpc: Add ppc64 hard lockup detector supportAnton Blanchard1-0/+4
2015-04-11powerpc/powernv: Add interfaces for flash device accessCyril Bur2-2/+12
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens3-98/+5
2015-04-11powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens1-1/+2
2015-04-11powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens1-0/+17
2015-04-11powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens1-0/+21
2015-04-11powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens1-0/+15
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens2-5/+18
2015-04-11powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens1-0/+11
2015-04-11powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens1-0/+21
2015-04-11powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens1-2/+2
2015-04-11powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens1-3/+0
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman2-3/+3
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman1-1/+0
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman1-5/+7
2015-04-07powerpc: Remove the celleb supportMichael Ellerman2-10/+1
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman4-35/+9
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman5-29/+41
2015-04-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman3-2/+6
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+6
2015-03-31powerpc: book3e_64: fix the align size for paca_structKevin Hao1-2/+2
2015-03-31powerpc/fsl-booke: Add T4080 SVR valueMadalin Bucur1-0/+1
2015-04-01powerpc: fix memory corruption by pnv_alloc_idle_core_statesJan Stancek1-1/+1