summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman4-35/+9
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman5-29/+41
2015-04-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman3-2/+6
2015-04-01powerpc: book3e_64: fix the align size for paca_structKevin Hao1-2/+2
2015-04-01powerpc/fsl-booke: Add T4080 SVR valueMadalin Bucur1-0/+1
2015-03-31powerpc/powernv: convert codes returned by OPAL callsCédric Le Goater1-0/+2
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches3-5/+5
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman3-1/+3
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler1-1/+1
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2-3/+2
2015-03-25powerpc/powernv: Add OPAL message notifier unregister functionNeelesh Gupta1-0/+2
2015-03-24powerpc: Remove unused st_le*() and ld_le* functionsDavid Gibson1-26/+0
2015-03-24powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson1-1/+1
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan2-21/+0
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan1-3/+3
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan1-6/+5
2015-03-24powerpc/eeh: Create eeh_dev from pci_dn instead of device_nodeGavin Shan3-3/+21
2015-03-24powerpc/pci: Trace more information from pci_dnGavin Shan1-0/+3
2015-03-24powerpc/pci: Refactor pci_dnGavin Shan2-2/+15
2015-03-24powerpc/mpic: Add get_version API both for internal and external useHongtao Jia1-0/+3
2015-03-23powerpc: use kbuild generic-y where possibleFabian Frederick4-5/+3
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2-8/+8
2015-03-23powerpc/rtas: Make timestamp related code y2038-safeHari Bathini1-1/+2
2015-03-23powerpc/nvram: Move generic code for nvram and pstoreHari Bathini2-1/+53
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett1-3/+0
2015-03-17powerpc/pci: Fix comments about ppc_md.pcibios_fixupGavin Shan1-1/+1
2015-03-16powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.Mahesh Salgaonkar2-1/+8
2015-03-16powerpc/mpic: remove unused functionsArseny Solokha1-20/+0
2015-03-16powerpc/qe: drop unused ucc_slow_poll_transmitter_nowArseny Solokha1-13/+0
2015-03-16powerpc/powernv: Remove unused definitions in opal-api.hMichael Ellerman1-47/+0
2015-03-16powerpc/powernv: Move opal-api.h closer to the Skiboot versionMichael Ellerman2-72/+88
2015-03-16powerpc/powernv: Move OPAL API definitions to opal-api.hMichael Ellerman2-751/+769
2015-03-16powerpc: Change vsrX register defines to vsX to match gcc and glibcAnton Blanchard1-64/+64
2015-03-16powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard2-33/+33
2015-03-04powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan1-0/+6
2015-02-23powerpc: Re-enable dynticksPaul Clarke1-0/+9
2015-02-17powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov10-25/+3
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-13mm: remove remaining references to NUMA hinting bits and helpersMel Gorman3-64/+1
2015-02-13mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+16
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2015-02-12Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds13-58/+107
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2-2/+2
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini1-0/+1
2015-02-06mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-7/+0
2015-02-04powerpc/powernv: Add OPAL soft-poweroff routineJoel Stanley1-1/+1
2015-02-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman5-24/+44