aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling1-0/+4
2013-08-09powerpc: Save the TAR register earlierMichael Neuling1-0/+9
2013-08-09powerpc: Rework setting up H/FSCR bit definitionsMichael Neuling1-11/+20
2013-08-01powerpc: VPHN topology change updates all siblingsRobert Jennings1-0/+4
2013-08-01powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceMichael Ellerman3-5/+20
2013-07-24powerpc/eeh: Introdce flag to protect sysfsGavin Shan1-0/+2
2013-07-24powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan1-2/+6
2013-07-24powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan1-1/+5
2013-07-24powerpc/eeh: Use safe list traversal when walking EEH devicesGavin Shan1-2/+2
2013-07-24powerpc/eeh: Keep PE during hotplugGavin Shan2-7/+5
2013-07-24powerpc/eeh: Export functions for hotplugGavin Shan1-0/+9
2013-07-24powerpc: Access local paca after hard irq disabledTiejun Chen1-3/+4
2013-07-24powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard1-3/+2
2013-07-24powerpc: Add second POWER8 PVR entryMichael Neuling1-1/+2
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds25-123/+577
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+4
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2013-07-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2013-07-02Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+49
2013-07-02Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-1/+0
2013-07-02Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2-0/+51
2013-07-01powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com1-0/+2
2013-07-01powerpc/mpic: add global timer supportDongsheng.wang@freescale.com1-0/+46
2013-07-01powerpc/mpic: Add get_version API both for internal and external useHongtao Jia1-0/+3
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar11-34/+61
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-1/+1
2013-07-01powerpc/pseries: Inform the hypervisor we are using EBB regsMichael Ellerman1-1/+2
2013-07-01powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman4-1/+30
2013-07-01powerpc/perf: Drop MMCRA from thread_structMichael Ellerman1-1/+0
2013-07-01powerpc/perf: Freeze PMC5/6 if we're not using themMichael Ellerman1-0/+1
2013-07-01powerpc: Remove KVMTEST from RELON exception handlersMichael Ellerman1-4/+4
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2-3/+3
2013-07-01powerpc/iommu: Remove unused pci_iommu_init() and pci_direct_iommu_init()Bjorn Helgaas1-7/+0
2013-07-01powerpc/eeh: Avoid build warningsGavin Shan1-2/+2
2013-06-30KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras1-2/+4
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-26arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst1-6/+4
2013-06-25powerpc/eeh: Remove eeh_mutexGavin Shan1-14/+0
2013-06-25powerpc/mm: Fix build warnings with CONFIG_TRANSPARENT_HUGEPAGE disabledNathan Fontenot1-0/+1
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V1-0/+3
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V1-2/+1
2013-06-21powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V1-0/+13
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V1-24/+34
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V1-24/+0
2013-06-21powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V3-14/+9
2013-06-21powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V3-2/+220